On Mon, November 1, 2004 3:26 pm, Gary S. Cuozzo said:
>> The forward attribute of your action mappings can point to another
>> action mapping.  Would that do the trick for you?
> I suppose it would.  How would struts know which mapping I wanted to go
> to in the case of validation errors?  Would I just add a forward with
> the same name as the input form or something?

Well, what you can do (and I don't think I'd recommend this, but just to discuss 
what's possible)... When a validation error occurrs, you get forwarded to the page 
named by the "input" attribute of the mapping... Unless I'm wrong )and I might be, I 
haven't tried this), you can specify another action mapping for this attribute (I 
actually was thinking of the <forward> element before, but I think this holds for 
"input" just the same).

Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to