;[EMAIL PROTECTED]>
05/12/2006 10:27 AM
Please respond to
Struts Users Mailing List
To
user@struts.apache.org
cc
Subject
Accessing List in JSP
Hi 2 all
I am using Struts 1.2
in my action class i am writing
List testList = new ArrayList();
testList.add("str 1");
testL
Accessing List in JSP
Hi 2 all
I am using Struts 1.2
in my action class i am writing
List testList = new ArrayList();
testList.add("str 1");
testList.add("str 2");
testList.add("str 3");
MyForm myForm = (MyForm) form;
myForm.setMyList(testList);
In Action Form
Hi 2 all
I am using Struts 1.2
in my action class i am writing
List testList = new ArrayList();
testList.add("str 1");
testList.add("str 2");
testList.add("str 3");
MyForm myForm = (MyForm) form;
myForm.setMyList(testList);
In Action Form i have done
public class myForm extends ActionForm{
3 matches
Mail list logo