Hi there, we want to integrate Wicket with other rendering technologies. One example is including wicket pages in a jsp.
I created a use case as an Eclipse project based on Wicket trunk of today. zip is available at http://issues.apache.org/jira/browse/WICKET-202 Run the application as usual with Start - run as java application, then go to http://localhost:8081/quickstart/index.jsp Two problems: 1. Upon first entry on index.jsp, clicking "Open Dialog" and closing redirects to App Main page, console shows "INFO - uestTargetResolverStrategy - component not enabled or visible, redirecting to calling page, component: null" 2. Incrementing values on [Wicket Page2] and opening and closing Dialog on [Wicket Page1] *sometimes* results in PageExpired Error, usually after some wait. I wonder what to do to stabilize this. We hope we can make Wicket coexist with other technologies such as JSP. After all, everything is just servlets :-) Regards, Wolfgang ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
