smallufo wrote: > > I have a normal wicket webapp , but I need one "endpoint" to process > Yahoo's > bbAuth's request. > Yes , I can write normal servlet to process this , but normal servlet > lacks > of spring injection and cannot access to wicket's environment. >
Have you tried using a bookmarkabke page as the endpoint? Something like http://foo.com/MyApp/app/?wicket:bookmarkablePage=:com.foo.MyApp.MyPage ----- -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this message in context: http://www.nabble.com/Wicket-as-a-front-controller---tp15656646p15660420.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
