You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by lang <de...@telfort.nl> on 2012/02/18 22:47:45 UTC

no input when using a link

I made a login form. The user can click on the link "I forgot my password"
In the program I want to read the input email address field. But it is
always empty. When I use the ok button i can read the email field
succesfully. What to do? 

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/no-input-when-using-a-link-tp4400550p4400550.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: no input when using a link

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Chris is right - use SubmitLink

On Sat, Feb 18, 2012 at 4:52 PM, Chris Colman
<ch...@stepaheadsoftware.com>wrote:

> What Wicket class did you use for the "I forgot my password" button. I
> think it has to be one of the 'submitting' types for the model to be
> updated.
>
> >-----Original Message-----
> >From: lang [mailto:delanger@telfort.nl]
> >Sent: Sunday, 19 February 2012 8:48 AM
> >To: users@wicket.apache.org
> >Subject: no input when using a link
> >
> >I made a login form. The user can click on the link "I forgot my
> password"
> >In the program I want to read the input email address field. But it is
> >always empty. When I use the ok button i can read the email field
> >succesfully. What to do?
> >
> >--
> >View this message in context: http://apache-
> >wicket.1842946.n4.nabble.com/no-input-when-using-a-link-
> >tp4400550p4400550.html
> >Sent from the Users forum mailing list archive at Nabble.com.
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >For additional commands, e-mail: users-help@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*

RE: no input when using a link

Posted by Chris Colman <ch...@stepaheadsoftware.com>.
What Wicket class did you use for the "I forgot my password" button. I
think it has to be one of the 'submitting' types for the model to be
updated.

>-----Original Message-----
>From: lang [mailto:delanger@telfort.nl]
>Sent: Sunday, 19 February 2012 8:48 AM
>To: users@wicket.apache.org
>Subject: no input when using a link
>
>I made a login form. The user can click on the link "I forgot my
password"
>In the program I want to read the input email address field. But it is
>always empty. When I use the ok button i can read the email field
>succesfully. What to do?
>
>--
>View this message in context: http://apache-
>wicket.1842946.n4.nabble.com/no-input-when-using-a-link-
>tp4400550p4400550.html
>Sent from the Users forum mailing list archive at Nabble.com.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>For additional commands, e-mail: users-help@wicket.apache.org


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