Re: jsp page with s:action to call an action with a redirect-action

2008-05-01 Thread Ralf Fischer
Hi! On Wed, Apr 30, 2008 at 2:21 AM, crappycrumpet [EMAIL PROTECTED] wrote: Ralf Fischer-2 wrote: Please tell us exactly what you want to do, as there might be a simpler solution to your problem. Okay I don't have hibernate and this is what I'm sort of doing. Let's say that I

Re: jsp page with s:action to call an action with a redirect-action

2008-04-29 Thread Ralf Fischer
Hi there, On Tue, Apr 29, 2008 at 3:46 AM, crappycrumpet [EMAIL PROTECTED] wrote: Hi, I have a problem where I have a page (let's call it a.jsp) which calls an action using s:action (let's call it actionB in namepaceB) which redirects to actionA in namespaceA, using redirect-action,

Re: jsp page with s:action to call an action with a redirect-action

2008-04-29 Thread crappycrumpet
Hi Ralf, Ralf Fischer-2 wrote: Please tell us exactly what you want to do, as there might be a simpler solution to your problem. Okay I don't have hibernate and this is what I'm sort of doing. Let's say that I have a table of staffs, offices and things_assignment (which links staffs and

jsp page with s:action to call an action with a redirect-action

2008-04-28 Thread crappycrumpet
Hi, I have a problem where I have a page (let's call it a.jsp) which calls an action using s:action (let's call it actionB in namepaceB) which redirects to actionA in namespaceA, using redirect-action, which display the name attribute in object a. (both implements modelDriven). actionB take

Re: jsp page with s:action to call an action with a redirect-action

2008-04-28 Thread crappycrumpet
Currently I have made a work around by assigning the result for actionB to b.jsp which invoke actionA using another s:action and parsing the parameter through using s:param. I just thought perhaps you can just redirect action without a page in between the two actions. Oh well. cheers. -- View