--- Christopher Schultz wrote:
> Sateeshn wrote:
>> <action-mappings>
>>   <action path="/viewAll"
>>           type="com.admin.DisplayAllAction"
>>           name="viewAllForm"
>>           scope="request">
>>     <forward name="success"
>>              path="/marketing/viewAllPromos.jsp"/>
>>   </action>
>> </action-mappings>
> Are you using Struts 2? If so, I don't understand
> how the validation plays into S2 action flow [...]

Heck, I wouldn't even understand how that would work
at *all* under S2 :/

IIRC validate defaults to "true"; try setting
validate="false". 

That may not be what you want to do from a workflow
perspective but it will determine why it's breaking.

d.



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

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

Reply via email to