: wrong direction in validate
Hello Dave,
Dave Newton wrote:
> Andreas Hartmann wrote:
>> How does struts determinate the destination to go to in error
>> situation?
>>
>
> If you're letting Struts do the validation it will return to whatever
> you have
Hello Dave,
Dave Newton wrote:
> Andreas Hartmann wrote:
>> How does struts determinate the destination to go to in error situation?
>>
>
> If you're letting Struts do the validation it will return to whatever
> you have defined as the 'input' attribute in your action mapping, which
> you didn
Dave Newton wrote:
Andreas Hartmann wrote:
How does struts determinate the destination to go to in error situation?
If you're letting Struts do the validation it will return to whatever
you have defined as the 'input' attribute in your action mapping, which
you didn't post. If you'r
Andreas Hartmann wrote:
> How does struts determinate the destination to go to in error situation?
>
If you're letting Struts do the validation it will return to whatever
you have defined as the 'input' attribute in your action mapping, which
you didn't post. If you're doing validation some oth
Hello,
I'm using the following:
public final class Eigenschaftenform extends ActionForm
{
...
public ActionErrors validate( ActionMapping mp, HttpServletRequest rq )
{
ActionErrors errors = new ActionErrors();
if (error) {
errors.add( "id", new ActionMessage(
5 matches
Mail list logo