Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您应该考虑使用 Link 组件,您可以将对象传递给目标页面,并用模型包装它。
你可以写
add(new Link(){ public void onClick(){ MyClass newClass = new MyClass(Parameters); setResponsePage(MyClass); } });