<logic:iterate id="array_test" type="id" name="a" scope="application" <LI> The Id is: <jsp roperty name="array_test" property="id"/> </LI> <logic:iterate> </P> </BODY> </HTML>
now i'm getting getting this error
"Broken Link - /ArrayListJSP/struts-logic.tld - Standalone TLD files must be under the WEB-INF directory. ArrayList.jsp ArrayListJSP/WebContent line 1"
I'm using WSAD for development and trying to display the ArrayList values in the above JSP page, pls see what's wrong, i'm a novice and step by step help will be good and i also have STRUTS support enabled. It would be good if i use STRUTS framework
Thanks Junulu for replying i' have the struts-logic.tld in WEB-INF/lib folder, when i try to copy or move to WEB-INF WSAD[websphere stuido app dev] sayd remanme it, maybe i should cut and paste
Also my main concern is whether my approch is right, normally how do you display a ArrayList object in a class on to a JSP page -Using struts framework :iterate tag? -Normal jsp:UseBean? -Write a Scriplet?
Also my main concern is whether my approch is right, normally how do you display a ArrayList object in a class on to a JSP page -Using struts framework :iterate tag? -Normal jsp:UseBean? -Write a Scriplet?