namespace infected names in name attributes in html input tags

2011-02-15 Thread Ulrich Nicolaisen
Hi I'm doing a project where I call a remote site that expects some specific HttpRequest parameters like first_name, last_name and so on be be sent as a regular post from a html form. On my wicket page I'm having them in normal input tags with the name attributes having the names first_name,

Re: namespace infected names in name attributes in html input tags

2011-02-15 Thread Sven Meier
If Wicket isn't involved at all in processing of the form, don't use Wicket's form components but roll your own components to generate the required HTML. Sven On 02/15/2011 09:00 PM, Ulrich Nicolaisen wrote: Hi I'm doing a project where I call a remote site that expects some specific