setProperty Action
Is it possibel to have a String with an expression in the property attribute of setProperty.
For example
<jsp:setProperty name="cap" property="firstString" value="select cman_name from capman where cman_code = <%=makeid%>" />.
or are there other ways to do this?
Cheers

