Re: s:action with validation failure of form submit

2008-01-27 Thread jwpronto
n java source > > M- > - Original Message - > From: "jwpronto" <[EMAIL PROTECTED]> > To: > Sent: Saturday, January 26, 2008 6:41 PM > Subject: s:action with validation failure of form submit > > >> >> Hi All - >> >> I have

s:action with validation failure of form submit

2008-01-26 Thread jwpronto
Hi All - I have an s:action tag embedded in a JSP. The s:action populates a List in the request which a select box uses to populate. When there is a validation failure the s:action tag is not being called. The interesting thing is that I have this exact setup on a previous page (this is a 3 pag

Re: [S2] vertical checkboxlist

2007-12-28 Thread jwpronto
Modify the template by creating your own custom version and add a after the rendering of the label: Example: ${itemValue?html} SudarshanP wrote: > > I too have the same problem > anybody could figure out the solution > > Thanks in advance > > > > Filippo De Luca wrote: >> >> Dear Strt

s:form does not render html when JSP is processed.

2007-06-24 Thread jwpronto
Hi, I am new to struts2 and trying to generate a simple helloWorld form. I managed to get HelloWorld/helloWorld.jsp working fine but when I add an s:form tag to the jsp no html is rendered for the form tag. JSP: <%@ taglib prefix="s" uri="/struts-tags" %> Hello World!