Re: wicket wizard init

2012-03-08 Thread Gytis
(); setDefaultModelObject(getAgreementText); } } then in Step2 I made add(text(user.text)); and it Worked! Thank you Andrea Del Bene-2 so much!!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-wizard-init

Re: wicket wizard init

2012-03-06 Thread Andrea Del Bene
, value); return agreementText; NullPointerException occurs in the line, where program tries to replace #clientName# with userModel.bind(user.name). -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-wizard-init-tp4446076p4448935.html Sent from the Users forum mailing

wicket wizard init

2012-03-05 Thread Gytis
.nabble.com/wicket-wizard-init-tp4446076p4446076.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

Re: wicket wizard init

2012-03-05 Thread Andrea Del Bene
NullPointer Exception, because wizard sets all values before rendering first step. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-wizard-init-tp4446076p4446076.html Sent from the Users forum mailing list archive at Nabble.com

Re: wicket wizard init

2012-03-05 Thread Gytis
){ agreementText= agreementText.replace(replace, value); return agreementText; NullPointerException occurs in the line, where program tries to replace #clientName# with userModel.bind(user.name). -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-wizard-init