Re: Display of own message in FeedbackPanel

2008-03-21 Thread Fabien D.
. -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16196105.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Display of own message in FeedbackPanel

2008-03-21 Thread Sebastiaan van Erk
This is elementary Java... you should probably use an IDE like eclipse, works much better than finding errors later on with a build tool like ant. You're declaring a method and you don't declare it's return type... add the workd void before validate... the compiler gives you the exact location

Re: Display of own message in FeedbackPanel

2008-03-21 Thread Fabien D.
().addMessageKey(error)); } }); I'm not an expert in java too It's not compiling : it don't find the method getvalue()... -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16196588.html Sent from

Re: Display of own message in FeedbackPanel

2008-03-21 Thread Gerolf Seitz
in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16196588.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Display of own message in FeedbackPanel

2008-03-21 Thread Fabien D.
For the last time, Thank you :) -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16197598.html Sent from the Wicket - User mailing list archive at Nabble.com

Display of own message in FeedbackPanel

2008-03-20 Thread Fabien D.
://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16182720.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Display of own message in FeedbackPanel

2008-03-20 Thread Greg Dunn
: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720 p16182720.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Display of own message in FeedbackPanel

2008-03-20 Thread Scott Swank
, and if not, to display in the FeedbackPanel a message. What objets i have to manipulate to instanciate the event and the message in the FeedbackPanel ?? Is there any documentation? Thank you in advance for your help :) -- View this message in context: http://www.nabble.com/Display-of-own-message

Re: Display of own message in FeedbackPanel

2008-03-20 Thread Martijn Dashorst
. What objets i have to manipulate to instanciate the event and the message in the FeedbackPanel ?? Is there any documentation? Thank you in advance for your help :) -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel

Re: Display of own message in FeedbackPanel

2008-03-20 Thread Fabien D.
can i link my condition, the message and the panel? -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16183431.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Display of own message in FeedbackPanel

2008-03-20 Thread Igor Vaynberg
is already in my database, and display a error message in my FeedbackPanel in this case. How can i link my condition, the message and the panel? -- View this message in context: http://www.nabble.com/Display-of-own-message-in-FeedbackPanel-tp16182720p16183431.html Sent from the Wicket

Re: Display of own message in FeedbackPanel

2008-03-20 Thread Martijn Dashorst
by Feedback An other exemple, i want to check if the email of the user is already in my database, and display a error message in my FeedbackPanel in this case. How can i link my condition, the message and the panel? -- View this message in context: http://www.nabble.com/Display-of-own