We had a situation where we were attempting to use the Struts tag lib to
generate a checkbox.  In our corresponding bean our instance variable name
was 'oNum' and the corresponding getter was 'getONum()'.  When we attempted
the checkbox tag on it, we had an error to the effect 'can't find getter
method'.  However, when we changed it to 'getoNum()', the problem was
solved.

My question is, is this a bug or a purposeful implementation due to a Struts
or industry standard?  Anyone else run into this?

----- Original Message -----
From: "Scott Ryan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 10:39 AM
Subject: How to forward from within an ActionForm validate method


> I have been wracking my brain to remember how to do this but no luck so
> hopefully someone can help.
>
> I am trying to figure out how to forward to a jsp page or .do from
> within the ActionForm validate method.  If for example during my
> validation I encounter a system error I want to redirect the user to the
> logoff.do action to get them off the system.
>
> Any ideas would be appreciated.  I do apologize if there is an obvious
> answer but I am just running out of places to look.
>
> Thanks
>
> Scott Ryan
> Developer
> First Bank Data Corporation
> Work: (303) 235-1485
> Cell:    (303 263-3044
>

Reply via email to