For Loop in Struts ?(without Collections)
843838Aug 26 2005 — edited Aug 23 2007Hi all,
Pls tell me how can v use FOR LOOP IN JSP STRUTS without using scriplets and collections .
suppose i want to display 20 times "hello world "in jsp .How can i display it using STRUTS as conventionally scriplets are not allowed in it.
and Iterator is only for Collections .
thanx