hi,
I try simple select component in tapestry form.
<t:form t:id="form">
<div class="panel">
<div class="stepcontainer">
<div class="step left"><span
class="subnumber">1.1</span> <span class="title">Vali lepinguprojekti
tüüp</span><br />
<select name="lepingu_tyyp">
<optgroup label="VƵƵrandamislepingud">
And then in onSuccess component.
java.util.Map lepingu_tyyp =
requestGlobals.getHTTPServletRequest().getParameter("lepingu_tyype");
But parameter was empty.
Any ideas?
I use simple select in my tml file, becouse of i dont understand tapeestry
select component with optgroup options.
I tried but i cant understand tapeestry select and selectmodel component.
Also i cant find any example.
Argo