Re: Back button problem in wicket

2011-04-29 Thread madaan18
Hi, Thanks for the help... problem is solved.. i integrated spring and wicket.. but a new problem has come.. it is saying me to serialize the service class although it is not affecting the problem of back button if i don't serialize but still throwing an exception.. I don't wanna serialize my

Re: Back button problem in wicket

2011-04-29 Thread vineet semwal
use spring bean On Fri, Apr 29, 2011 at 2:55 PM, madaan18 madaa...@gmail.com wrote: Hi, Thanks for the help... problem is solved.. i integrated spring and wicket.. but a new problem has come.. it is saying me to serialize the service class although it is not affecting the problem of back

Re: Back button problem in wicket

2011-04-29 Thread Martin Grigorov
On Fri, Apr 29, 2011 at 12:31 PM, vineet semwal vineetsemwal1...@gmail.com wrote: use spring bean @vineet: Better use '@SpringBean' because it is not very clear what you mean ;-) @madaan18: show us some code so we can tell you for sure what the problem is On Fri, Apr 29, 2011 at 2:55 PM,

Re: Back button problem in wicket

2011-04-29 Thread vineetsemwal
martin-g : heh yeah i realized it after hitting on submit but then i thought he will figure it out ,thanks :) - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483658.html Sent from the Users forum mailing

Re: Back button problem in wicket

2011-04-28 Thread Andrea Del Bene
Hi, what does your application/web server's log say? You should check it for some Wicket message or exception that could explain page expiration. Hey, I am new to wicket.. I was having problem of back button in wicket.. but it got solved when i made all the pages and service class

Re: Back button problem in wicket

2011-04-28 Thread Bas Gooren
Hi, It sounds like you use spring dependency injection directly, which will indeed cause serialization issues. Instead, use the wicket spring integration, which will inject serializable proxies. See https://cwiki.apache.org/WICKET/spring.html for more info. Bas Op 28-4-2011 8:36, schreef