Re: Problem with s:hidden

2011-02-28 Thread Kushan Jayathilake
just put a HTML hidden field, or try On Sat, Feb 26, 2011 at 3:47 AM, Frank Serkland wrote: > I have the following form in my JSP. The hidden field in this form, > which I have verified with the documentation as having correct syntax > as far as Struts 2 goes, is being marked by Eclipse with

Re: Problem with s:hidden

2011-02-26 Thread stanlick
The eclipse jsp validator is a worthless bag of bolts. On Feb 25, 2011 4:17 PM, "Frank Serkland" wrote: > > I have the following form in my JSP. The hidden field in this form, > which I have verified with the documentation as having correct syntax > as far as Struts 2 goes, is being marked by Ecl

Re: Problem with s:hidden

2011-02-26 Thread Maurizio Cucchiara
As far as I can remember every struts tag support dynamic attributes, hence, even if you write foo="bar" there is any tag library violation. With that said, it should be work. Maurizio Cucchiara Il giorno 25/feb/2011 23.17, "Frank Serkland" ha scritto: I have the following form in my JSP. The h

Problem with s:hidden

2011-02-25 Thread Frank Serkland
I have the following form in my JSP. The hidden field in this form, which I have verified with the documentation as having correct syntax as far as Struts 2 goes, is being marked by Eclipse with this error message: "Invalid attribute (value)." Can anybody help me with this? Thanks.