Hmmm...I'll suggest that to our engineering team. I'd be shocked if they didn't already try that, but its worth finding out.
J.D. -----Original Message----- From: Martin Makundi [mailto:[email protected]] Sent: Thursday, November 12, 2009 9:05 AM To: [email protected] Subject: Re: Calling IN TO Wicket from JSP If you were running the applications on the same server, I would just make a method in my wicket application...for example MyWicketApplication.getUrl() and call that from JSP code directly. Keep it simple. ** Martin 2009/11/12 Corbin, James <[email protected]>: > So no responses??? Does that mean it cannot be done or its so simple > everybody on this distro is stunned by the fact I even posed the > question??? :) > > Anyways, I would appreciate some insight from some of the core Wicket > Developers like Igor. > > Regards, > J.D. > > -----Original Message----- > From: Corbin, James [mailto:[email protected]] > Sent: Wednesday, November 11, 2009 4:51 PM > To: [email protected] > Subject: Calling IN TO Wicket from JSP > > Is it possible to build a wicket URL in a JSP that gets forwarded to and > handle by the Wicket filter mechanism? > > > > This seems like it should be simple but doesn't appear to work right in > 1.4.1. > > > > We build up a wicketized URL that makes it into the WicketFilter, but > that filter strips all the request parameters. > > > > Any suggestions on how to approach redirecting from JSP into Wicket > would be greatly appreciated. > > > > > > > > J.D. Corbin | IQNavigator, Inc. | Technology 6465 Greenwood Village > Blvd, Suite 800, Centennial, CO 80111 | Office 303.563.1503 | Mobile > 303.912.0958 | www.iqnavigator.com | [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
