shame on me.... when I copied the raw html from the designers into my
page, I forgot to remove a 'dummy' form object, so there was a nested
form....

2009/8/19 Martijn Lindhout <[email protected]>:
> Hi All,
>
> I almost finished 2 Wicket sites succesfully without any problems, and
> now I'm busy with a  third one... but I'm lost... and can't find a
> solution in the list so far...
>
> I have a  submitlink in a listview, together with several input fields
> (zie HTML below). In code I have:
>
> item.add(new SubmitLink("linkUp"){
>     public void onSubmit() { ...}
> });
>
> And the link doesn't submit....
>
> What do I forget?
>
> HTML:
>
> <form wicket:id="form">
>
> <table>
> <tr wicket:id="rows">
>   <td><input type="radio" wicket:id="grade1" /></td>
>   <td><a href="" wicket:id="linkUp">up</a></td>
> </tr>
> </table>
>
>
> </form>
>



-- 
Martijn Lindhout
 * 06 - 18 47 25 29
 * [email protected]
 * http://www.jointeffort.nl

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to