ValidatorForm vs. ValidatorActionForm

2006-10-18 Thread Jennifer Jacobs
Hello, I'm in the process of writing all the Java standards for my company right now, and I'm making my way through our Struts standards and I realized we have some projects that are using ValidatorForm and some that are using ValidatorActionForm. I understand the difference between them, and it

RE: JspException: null in doStartTag() of form tag

2006-10-02 Thread Jennifer Jacobs
ght. > > Tks, > > David > > -Original Message- > From: Jennifer Jacobs [mailto:[EMAIL PROTECTED] > Sent: segunda-feira, 2 de Outubro de 2006 18:44 > To: user@struts.apache.org > Subject: JspException: null in doStartTag() of form tag > > > Hel

JspException: null in doStartTag() of form tag

2006-10-02 Thread Jennifer Jacobs
Hello, I've created struts forms before with no problems, and have been working with them for over a year, and I'm suddenly having a horrible time creating a small test form, and I have no idea what I'm missing. The error that I'm getting is completely unhelpful: javax.servlet.jsp.JspException:

Re: Validate just certain fields

2006-06-27 Thread Jennifer Jacobs
Jasper, Thank you for your response. I'm not sure you understand my issue, though. Either that, or I didn't understand your response, which is quite likely, as I'm no old pro at this validation stuff. The form has working validation on all the fields that require validation, using the validati

Validate just certain fields

2006-06-26 Thread Jennifer Jacobs
I'm using the Struts Validator framework. I have a form with two buttons on it, one that calculates a subtotal and one that submits the form. I have validation set to false, because I don't want to validate the shipping address/email/phone number/etc when they calculate the subtotal. So, I do a

How to skip validation?

2006-06-15 Thread Jennifer Jacobs
Hello, I have a number of Struts forms that are using the Validator. This works great except for on a couple of the forms. The ones in question have two submit buttons on them. One updates the form somehow - calculates a subtotal, or adds an attachment to a list of attachments, etc. And the