Hi,
I trying to get default value in a list doïng this:
<html:form action="/action/goahead.do">
<html:select property="type">
<c:forEach var="typnr" items="${FormbeanName.typelist}">
<html:option value="$typnr" key="resource.item.${typnr}" />
</c:forEach>
</html:select>
</html:form>
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.