Hello,

Can somebody help me . I am not sure if this is possible.
Can struts-html tag set and get data from a Hashtable in ActionForm

Like this

In my JSP I have
<html:text property=”name” >

and in my actionform is
public class TestActionForm extends ActionForm


            public Hashtable testData = new Hashtable(); // This hashtable
contains a key value pair as key = “name” and value=”xyz”
}

Thanks in advance
Hari

Reply via email to