Hoi,
I tried to execute the folloing code as velocity template:
<select name="originatingProjectSummary">
#foreach ($projectSummary in $action.projectSummaries)
<option value=$projectSummary>$projectSummary.name</option>
#end
</select>
But when i try to read in the originatingProjectSummery property it's empty (null), $projectSummary is User defined java class. Is there a way to get this construction working, Or does webwork only support JRE types (String, Integer, ...etc.)
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=543339&messageID=636596#636596---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...