Hi Devs,
i like to create dynamic list inside a page with
{{velocity}}
{{html}}
<form action="" id="song">
Song: <input type="text" name="name" value="Name of the
song" />
<input type="button" value="Add Song"
onclick='this.form.submit();'>
</form>
{{/html}}
#if($request.getParameter("song"));
$response.sendRedirect($doc.getURL('view'))
#end
$request.getParameter("name")
{{/velocity}}
I want to place some text-lines and they should be displayed in a table. Is
there an example which already use something similar?
Regards,
Matthias
--
View this message in context:
http://xwiki.475771.n2.nabble.com/List-with-HTML-Form-tp7588413.html
Sent from the XWiki- Dev mailing list archive at
Nabble.com.