You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by John Patterson <jd...@gmail.com> on 2009/02/06 13:39:56 UTC

Browser auto form filling

Hi,

I use generated forms for a "Contact Us" page and have noticed that my email
address is not automatically filled in for me like on many sites.  I guess
this is due to the name of the form input being something like
"rows:0:row:input" which Safari has not come across before.  Is there any
way to change the input name attribute or control this behaviour another
way?

Thanks,

John
-- 
View this message in context: http://www.nabble.com/Browser-auto-form-filling-tp21871687p21871687.html
Sent from the Wicket - User 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: Browser auto form filling

Posted by Ryan Gravener <ry...@ryangravener.com>.
Override getInputName()

Ryan Gravener
http://ryangravener.com/flex | http://twitter.com/ryangravener


On Fri, Feb 6, 2009 at 7:39 AM, John Patterson <jd...@gmail.com> wrote:

>
> Hi,
>
> I use generated forms for a "Contact Us" page and have noticed that my
> email
> address is not automatically filled in for me like on many sites.  I guess
> this is due to the name of the form input being something like
> "rows:0:row:input" which Safari has not come across before.  Is there any
> way to change the input name attribute or control this behaviour another
> way?
>
> Thanks,
>
> John
> --
> View this message in context:
> http://www.nabble.com/Browser-auto-form-filling-tp21871687p21871687.html
> Sent from the Wicket - User 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
>
>