I don't know exactly what you are trying to do, but you could have a look at
RepeatingView.
-Tom
On 13.06.2012 at 19:23 oliver.stef wrote:
> How can I add a component (submitLink) multiple times?
>
> like this:
>
> List<String> categories = Arrays.asList("English", "Japanese", );
>
> for (String str : language)
> {
> form.add(new SubmitLink("Name",str)
> {
> @Override
> public void onSubmit() { ...}
> }
> }
>
> and HTML:
> #
>
>
> Any ideas?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]