RE: Dynamic Form Beans?

2001-08-29 Thread John Townsend
to this problem. If not, maybe we can find a solution and then submit a patch to Struts for 1.1 or something. Anyone else have any thoughts on this? -- John Townsend PS. One thing I just thought of: I wonder if there is a JavaBeans solution to this problem? If there is, that might be a better way

Re: null pointer error

2001-06-27 Thread John Townsend
I think you have to have the html:text tag inside an html:html tag. For example: html:html html:text property = "username" size = "20" maxlength = "20" value = "test" /html:text /html:html I think that might be the source of your problem. --