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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]