| Author |
Problem Dealing with Struts DispatchAction
|
sushil bharwani
Greenhorn
Joined: Mar 02, 2006
Posts: 26
|
|
I wanted to have two submit button perform different activities within My HTML Page so I used dispatch Action But I had a critical Requirment that when First Button is Clicked Validate Method Of ActionForm Should Be Called While when Second Button is Clicked Validate method should not be called suggested me any solutions Thanks in Advance Cheers Sushil Let the Knowledge Flow Direction Does'nt Matters
|
 |
Liju Cherian
Ranch Hand
Joined: Mar 17, 2006
Posts: 44
|
|
You could set the validate parameter, within the action tag in the struts-config.xml, to false; and then explicitly call the validate method, of the respective action form from within the action class itself. This should solve ur problem. Cheers, Liju
|
"What's in a name? That which we call a rose by any other name would smell just as sweet."<br />(William Shakespeare, Romeo and Juliet, Act II, Scene II)
|
 |
 |
|
|
subject: Problem Dealing with Struts DispatchAction
|
|
|