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 sa

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 a

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 to actionA in namespaceA, using redirect-action, which display the name > attribute in object a. (both impl

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 and parsing the parameter through using . I just thought perhaps you can just redirect action without a page in between the two actions. Oh well. cheers. -- View this message in

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 show_name.jsp actionA namespaceA b.thingyId Now it works fine when I call it by going to the url http://XXX/namespaceB/actionB.action?b.id=123 but w