struts 2: checkbox fieldvalue and value - what's the difference? strange behavior with non boolean values

2009-06-18 Thread Suneel
ut when I have it as this: the chekbox shows up as checked The problem with this is that it always comes up as checked even if the value is not equal to "N". What am I doing wrong? -- Thanks Suneel - To unsu

Re: Invoking an external URL

2009-05-12 Thread Suneel
L-tp23501665p23501665.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >

Re: default class to forward requests

2009-05-12 Thread Suneel
;> > > > > -- > Jim Kiley > Senior Technical Consultant | Summa > [p] 412.258.3346 > http://www.summa-tech.com > -- Thanks Suneel - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Non editable jsp with struts 2 templates - whats the best approach?

2009-04-21 Thread Suneel
with 20 inputs . On Tue, Apr 21, 2009 at 11:06 AM, Lukasz Lenart wrote: > 2009/4/21 Suneel : >> I've a JSP where the user views a set of html input fields. The user >> enters the values and submits the page and he is taken to another page >> where he gets a chance to revi

Re: How to do matematical operation in jsp.

2009-04-21 Thread Suneel
how can i do that? > > thanks > > -- > Stefano > -- Thanks Suneel - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Non editable jsp with struts 2 templates - whats the best approach?

2009-04-21 Thread Suneel
nputs using the tag. Currently I'm using two different jsps to achive this - one for input and one for review. Can I do this with just one JSP by using themes/templates like switching the theme for the review jsp? We are currently using the 'simple' theme

Re: Focus on error fields when validation fails

2009-04-18 Thread Suneel
gt; is it possible to retrieve error field name from it. > > > On Sat, Apr 18, 2009 at 7:23 AM, Suneel wrote: > >> You need to use these tags: >> >> >> >> >> On Sat, Apr 18, 2009 at 3:46 AM, abhishek reddy >> wrote: >> > hi all, >>

Re: Focus on error fields when validation fails

2009-04-18 Thread Suneel
   } > > Note: where "name" and "id" refers to struts html field names? > do i need to make any addtional changes to make it happen? > > Please let me know, is it possible to retrieve the error field name on the > client side when validation fails >

Re: what should I gave to the type attribute of a html:form

2004-04-11 Thread suneel
if you are using tomcat 4 or 5, its a problem specifying the form name in attribute, coz tomcat uses referential integrity. your struts-config.xml should have an entry for form --- your JSP ... --- your JS coding... document.forms[formIndex].formPro