Hi All,
I would like to include the output of a struts action inside a wicket page.
For example:
public MyPage(PageParameters params) {
   add (new Include("header","/action/header.do"));
   add (new Include("sidebar","/action/sidebar.do"));
}

However Tomcat is redirecting me to login action according to <login-config> definition inside web.xml.
It seems that the Include is ignoring the authenticated user.
Any suggestions how to overcome this issue?
Thanks
Nili



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to