Frage

<tr>
<th colspan="1" align="right" >Certification Type:</th>               
<th colspan="1" align="left" style="width: 50px">
<form:select path="" id="certtype">
<form:option value="NONE" label="--- Select ---"/>
<form:option value="tech" label="TECHNICAL"/>
<form:option value="nontech" label="NON-TECHNICAL"/>
</form:select>
</th>   

In this code i want to create a drop down list Which will select a value. I have problem in this line-

<form:select path="" id="certtype">

what should i put in path? And exactly when we use form:select,form:option, these kind of tags?

War es hilfreich?

Lösung

for path="" attribute in form tag you have to specify the url on which to redirect the page

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top