See wicket.protocol.http.servlet.WicketSessionFilter

Eelco

On 3/26/07, Scott Swank <[EMAIL PROTECTED]> wrote:
> We are integrating our new Wicket app with our legacy applications as follows:
>
> 1. legacy app makes an http post to wicket app
> 2. the "bridge" page catches this post, extracts the http parameters
> and redirects to the relevant wicket page -- crucial point: we now
> have a cart object in our wicket session that contains the item that
> the user was browsing in the legacy app
> 3. the user goes back out to the legacy app
> 4. the user comes back into the wicket app
>
> Question: is there any way to get the wicket session from step #2
> again in step #4?  We want to add this 2nd item from one of the legacy
> apps to our existing wicket session's cart.
>
> Thanks you.
>
> --
> Scott Swank
> reformed mathematician
>
> -------------------------------------------------------------------------
> 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to