Action Form values are null on submit

2008-05-19 Thread Shanna7463
I have a web application using struts and it works fine with IE 7, however in IE 6 I am getting null for all of the form values. Do I need to use a older version of struts or am I doing something in my JSP that is clearing the table? Here is my JSP: <%@ page contentType="text/html; charset=iso-

html:hidden as a collection not String

2008-02-06 Thread Shanna7463
Is it possible to assign a collection to a html:hidden component, rather than a string? Basically my webapp allows the user to select different options for access control. I would like to add these selections to a collection and pass that to my Action class. Thanks inadvance!! -- Shanna -- -

Tabs and Forms

2008-02-05 Thread Shanna7463
Hi everyone, I'm having trouble with a jsp that has two independent forms, which are separated with tabs. For some reason when i submit the second form I get an error saying "javax.servlet.jsp.JspException: Cannot find bean under name roleList", roleList is a component in the first form. Each fo