<html:select property="cpuManufacturerId">
<html:options collection="cpuManufacturers" property="id" labelproperty="manufacturer"/>
</html:select>
(equivalent to a for/in loop over all
cpuManufacturer
s to create an HTML Select box) but everything else about the language sucks arse. Is velocity or anything else better or just sucky in a different way?Oh for a minimal Java implementation of PHP that can talk to Servlets...
No comments:
Post a Comment