The problem would be solved if you use
e.g.
1 <logic:notEmpty name="fooForm" property="fooList">
2 <bean:define id="fooList" name="fooForm" property="fooList" />
3 <html:options collection="fooList" property="id" labelProperty="fooname" />
4 </logic:notEmpty>
The 'fooList' is checked before being defined in the samplecode
No comments:
Post a Comment