Is it possible to put a class in a tag value?

View: New views
1 Messages — Rating Filter:   Alert me  

Is it possible to put a class in a tag value?

by Nuttquisterty :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...