S2 checkbox validation

2008-01-07 Thread kingysball
Hi, I am trying to use Struts 2 client side validation to validate if a checkbox has been selected before submitting a form. I have being trying to use the regular expression validator but have had no joy with it. Has anyone encountered this issue before?? Thanks, Steve -- View this mess

Re: Multiple AJAX submit buttons in STRUTS 2

2007-11-07 Thread kingysball
; Don't forget to use s:url to define the URL for your div > Finally, use Firebug or Fiddler to see what each post actually contains. > > Hope that helps, > Jeromy Evans > > kingysball wrote: >> As part of my STRUTS 2 application i'm trying to use the AJAX t

Multiple AJAX submit buttons in STRUTS 2

2007-11-07 Thread kingysball
As part of my STRUTS 2 application i'm trying to use the AJAX theme to give me 2 submit buttons within a Form that I can use to submit data to either different Actions or different Methods in the same Action. Initially i tried the following - but th

Re: struts 2 and dojo innerHTML in a FORM

2007-11-01 Thread kingysball
problems. Now I've fixed the issue I can simply go back to using the AJAX theme properly. Once again cheers. kingysball kingysball wrote: > > I am having problems with the following code in IE only. The basic premise > for what i am trying to achieve is i would like to use D

Re: struts 2 and dojo innerHTML in a FORM

2007-11-01 Thread kingysball
problems. Now I've fixed the issue I can simply go back to using the AJAX theme properly. Once again cheers. Steve newton.dave wrote: > > --- kingysball <[EMAIL PROTECTED]> wrote: >> I am having problems with the following code in IE >> [...] >> >

struts 2 and dojo innerHTML in a FORM

2007-11-01 Thread kingysball
I am having problems with the following code in IE only. The basic premise for what i am trying to achieve is i would like to use DOJO to call an action and place the resulting JSP contents into a DIV on my current page. That all works fine unless the DIV is inside my FORM tags in which case the a