Hi
Thnx for your answer,
As a matter of fact I made a beginners mistake. This happens when you use supplied classes nstead of self-written. I used a string-representation of the complete object to compare. However I should compare with the key-field of the selected object.
After changing...
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.