[Building Sakai] Wicket-Sakai archetype Add page in other page

Steve Swinsburg steve.swinsburg at gmail.com
Wed Nov 7 04:37:50 PST 2012


Hi,

Not quite sure what you are asking. Do you want to open a new page in the tool when you click a button/link?

If so, in the onSubmit/onClick handler of the button or link:

setResponsePage(new SomeOtherPage());

You can also do this with AJAX but it invokes replacing panels using the AjaxRequestTarget target that Wicket gives you access to. I would recommend the first one until you are more comfortable with it.

cheers,
Steve



On 07/11/2012, at 10:19 PM, Antonio muñoz alonso <antoniovalenciaspain at hotmail.com> wrote:

> 
> Hi
> 
> how to run a page in another by pressing the button.
> I can run 2 as a single page(JAvascript???).
> 
> thanks
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20121107/498a599e/attachment.html 


More information about the sakai-dev mailing list