Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by maestroQC:
http://wiki.apache.org/struts/StrutsCatalogLazyList

------------------------------------------------------------------------------
  For example the following jsp...
  
  {{{
-    <html:iterate name="skillsForm" property="skills" id="skills">
+    <logic:iterate name="skillsForm" property="skills" id="skills">
         
         <html:text name="skills" property="skillId" indexed="true"/>
  
-    </html:iterate>
+    </logic:iterate>
  }}}
  
  ...will generate the following html

Reply via email to