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

integrating web flow plugin for spring in struts 2

2011-02-26 Thread Muneer Malik
I am having problem with validation framework to work with the webflow plugin. ALL webflow transactions revolves around the FlowAction in struts config, correct ? All your Jsp forms are submitting against FlowAction correct ? So the validation XMLs have to go against the FlowAction -.how would yo

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