Re: ProcessAction - Scaffold package

2003-01-28 Thread Ted Husted
It's being caught and wrapped inside of a ResourceAction (which supports Exception chaining), as intended. -Ted. Senthivel U S wrote: Greetings, We are using ProcessAction and Access Layer. Our Access Layer Component throws SQLException. If exception is thrown , it should be caught by BaseActio

ProcessAction - scaffold package

2003-01-28 Thread Senthivel U S
Greetings, Actually in the failure of one action mapping , i am forwarding to another action mapping which is not getting executed. (i.e if any sqlexception from component, it has to execute another action) Regards, Sen Greetings, We are using ProcessAction and Access Layer. Our Access Layer C

ProcessAction - Scaffold package

2003-01-28 Thread Senthivel U S
Greetings, We are using ProcessAction and Access Layer. Our Access Layer Component throws SQLException. If exception is thrown , it should be caught by BaseAction but that is not happening in my case. It gives java.sql.SQLException: Could not process (--our error message from stored procedure)

Re: ProcessAction - Scaffold package

2003-01-15 Thread Ted Husted
I just added response to the CheckOutcome signature and its friends, including exposeInScope(). Send me the changes that you make to get the cookies up and running and we'll get that up too. Thanks for bringing this up. It should have been there from the beginning =:0) -Ted. Senthivel U S wr

ProcessAction - Scaffold package

2003-01-14 Thread Senthivel U S
Greetings, >The ProcessAction and ProcessResult were designed to understand the idea >of storing something in a "scope". Originally, these set to the >equivalent of request, session, and application. If you like, we could >also add a fourth "scope" that would be the equivalent of a "cookie" (o

Re: ProcessAction - Scaffold package

2003-01-13 Thread Ted Husted
The ProcessAction and ProcessResult were designed to understand the idea of storing something in a "scope". Originally, these set to the equivalent of request, session, and application. If you like, we could also add a fourth "scope" that would be the equivalent of a "cookie" (or maybe "client

ProcessAction - Scaffold package

2003-01-13 Thread Senthivel U S
Greetings, We are planning to use Scaffold package (ProcessAction and AccessLayer). In the ProcessAction, sometimes we want to get some user data from database and set it in cookie. For another request we want to read it from cookie and merge it with the form bean and send the bean for process.