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 service class.. 
Please tell me what is the problem and how to solve it..

--
Thanks in advance


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483270.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 button if i don't serialize but still throwing an
 exception..
 I don't wanna serialize my service class..
 Please tell me what is the problem and how to solve it..

 --
 Thanks in advance


 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483270.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
thank you,

regards,
Vineet Semwal

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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, 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 button if i don't serialize but still throwing an
 exception..
 I don't wanna serialize my service class..
 Please tell me what is the problem and how to solve it..

 --
 Thanks in advance


 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483270.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 thank you,

 regards,
 Vineet Semwal

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 serializable.. but
when i integrated my project with spring configuration.. i again faced the
problem of back button in my project.. why does it happen ??? is it because
of spring or something else

  Back button problem :
  I am on page 1 go 2 page 2 , then using back button i go to page 1 then on
clicking a button , i get page expired...

  Please reply soon..
  I need it very urgent

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3480260.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 madaan18:

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 serializable.. but
when i integrated my project with spring configuration.. i again faced the
problem of back button in my project.. why does it happen ??? is it because
of spring or something else

  Back button problem :
  I am on page 1 go 2 page 2 , then using back button i go to page 1 then on
clicking a button , i get page expired...

  Please reply soon..
  I need it very urgent

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3480260.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org