Search code examples
jspservletswicket-1.5

How to send post parameter from wicket page to jsp page


My application is mix of wicket and jsp pages . There is a requirement in which i have to send my selected check box ids from wicket to jsp page . i dont want to use session . please suggest some other ways


Solution

  • well i got the solution in my case i should have used the container request . because in previous condition the wicket request was different that normal request as my application is mixture of wicket and jsp