Problem with Textfield

2008-05-11 Thread kengimel
) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363) can someone tell me what might be wrong. thanks -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17170575.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Textfield

2008-05-11 Thread Ayodeji Aladejebi
) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363) can someone tell me what might be wrong. thanks -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17170575.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Textfield

2008-05-11 Thread Jonathan Locke
someone tell me what might be wrong. thanks -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17170604.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Textfield

2008-05-11 Thread Jonathan Locke
) at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363) can someone tell me what might be wrong. thanks -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17170605.html

Re: Problem with Textfield

2008-05-11 Thread Ikenna Okpala
) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363) can someone tell me what might be wrong. thanks -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17170604.html Sent from the Wicket - User mailing list archive

Re: Problem with Textfield

2008-05-11 Thread Per Newgro
Hello Kengimel, You do this private Model model;                and that String sym = (String) model.getObject(); but you did not form.setModel(model) or @ least setModel(model) You only can get things you've assigned before. Cheers Per

Re: Problem with Textfield

2008-05-11 Thread Jonathan Locke
assigned before. Cheers Per - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Problem-with-Textfield

Re: Problem with Textfield

2008-05-11 Thread kengimel
commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17179411.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with Textfield

2008-05-11 Thread Jonathan Locke
] -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17179519.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Problem with Textfield

2008-05-11 Thread Ikenna Okpala
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Problem-with-Textfield-tp17170575p17179519.html Sent from the Wicket - User mailing list archive at Nabble.com

SOLVED !! Re: Problem following TextField example

2007-08-21 Thread dtoffe
just before the greater than sign. This way I've received a very long Unexpected RuntimeException trace, and at the end, this dump (sorry for the long size and formatting): -- View this message in context: http://www.nabble.com/Problem-following-TextField-example-tf4302594.html#a12265590

Re: SOLVED !! Re: Problem following TextField example

2007-08-21 Thread Eelco Hillenius
Browsing the forum archive I've found a clue to this issue: In web.xml I've changed the line url-pattern/wicket/url-pattern, adding a url-pattern//url-pattern as another url pattern and now it doesn't give an error. Can you give us your whole url-pattern section please? Note that it

Re: SOLVED !! Re: Problem following TextField example

2007-08-21 Thread dtoffe
newbieness on my shoulders, can do in the next days. Thanks for doing such great work !!! Daniel -- View this message in context: http://www.nabble.com/Problem-following-TextField-example-tf4302594.html#a12267558 Sent from the Wicket - User mailing list archive at Nabble.com

Re: SOLVED !! Re: Problem following TextField example

2007-08-21 Thread Eelco Hillenius
servlet-mapping servlet-nameWicketApplication/servlet-name url-pattern/wicket/url-pattern /servlet-mapping servlet-mapping servlet-nameWicketApplication/servlet-name url-pattern//url-pattern /servlet-mapping I'm using Netbeans 5.5.1

Problem following TextField example

2007-08-20 Thread dtoffe
this message in context: http://www.nabble.com/Problem-following-TextField-example-tf4302594.html#a12247118 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Problem following TextField example

2007-08-20 Thread Eelco Hillenius
Hi !! I'm following TextField example at http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.TextFieldPage (sorry long line) After failing for a while I've found these differences in the generated html code: In the

Re: Problem following TextField example

2007-08-20 Thread Eelco Hillenius
you should worry about them. Duh. You should *not* worry about them :) Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem following TextField example

2007-08-20 Thread dtoffe
. Can soemebody shed some light on this ?? Thanks in advance !! Daniel PD: Alas, in my second day with Wicket I'm trying to build my first component, who would've dreamed of this with JSP/JSF ?? -- View this message in context: http://www.nabble.com/Problem-following-TextField

Re: Problem following TextField example

2007-08-20 Thread dtoffe
should worry about them. If there is nothing in between :, it simply means it is null. Anyway, -- View this message in context: http://www.nabble.com/Problem-following-TextField-example-tf4302594.html#a12247608 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem following TextField example

2007-08-20 Thread Eelco Hillenius
Yes, as I said in my last post, I'm using 1.2.6, last stable version as of some two or three days ago. Thanks for your example !! That's why those two URLs are so different. What is not clear to me is what exactly goes wrong? Do you get exceptions? Or do your models not get upated