perry arora
Posts: 22
Nickname: perry
Registered: Sep, 2003
|
|
Re: ActionErrors in Validate Method
|
Posted: Oct 6, 2003 4:06 AM
|
|
thxs for reply..
i would also like to confirm that when ever we specify the local/global exception, in that case If that exception occurs a forward is performed to the resource specified in the "path" attribnute for the exception, but if in case we haven't specified the path attribute in that case the
"imput" attrubute of the action is used, am i right.,.
and what u r telling is that in case when we have the validating method throwing the ActionErrors object which is not empty
and has a set of ActioError objects , then after receiving the ActionErrors object the ActionServlet will perform a "Forward" to the resource specified in the input attribute for that specific action element..
PLZZZ confirm that the Action servlet will perform a Forward or it will perform a Redirect.. i guess its forward not sure....
THxs..
b bye
|
|