[VELTOOLS] StrutsLinkTag.setForward

2007-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, This might be more of a user list question, but I'll ask anyway. Does anyone know if it's possible to use StrutsLinkTool.setForward() to get a forward that is local to the currently-executing action mapping? I want to use the same action and

Re: [VELTOOLS] StrutsLinkTag.setForward

2007-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, Nathan Bubna wrote: I'm not sure. Have you tried it? Of course! ;) It doesn't work :( StrutsLinkTool.setForward() basically just hands things off to StrutsUtils.getForwardURL(request, app, forward), which says it Returns the action

Re: [VELTOOLS] StrutsLinkTag.setForward

2007-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Okay, so I needed to change my code just a hair to make it work, but it does work. I'm going to file a JIRA issue and attach a patch. We can discuss any implications of applying said patch in JIRA. - -chris -BEGIN PGP SIGNATURE-

Re: [VELTOOLS] StrutsLinkTag.setForward

2007-05-08 Thread Nathan Bubna
On 5/8/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nathan, Nathan Bubna wrote: I'm not sure. Have you tried it? Of course! ;) just didn't want to assume... :) It doesn't work :( StrutsLinkTool.setForward() basically just hands things