Question

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

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top