Re: [appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-14 Thread Matt Raible
You should be able to modify the dependencies in pom.xml (or exclude them if they're from another dependency) and set them to true so they're not included in the WAR. Matt On Tue, Oct 14, 2008 at 7:44 PM, Alex Coles <[EMAIL PROTECTED]> wrote: > I posted back a couple of months ago, and again a w

[appfuse-user] JNDI + Jetty; Strangeness with JNDI Mail Sessions

2008-10-14 Thread Alex Coles
I posted back a couple of months ago, and again a week or so ago about setting up with JNDI: http://markmail.org/message/6o6yqnul64q72ixw http://markmail.org/message/lp5tu7com65jjhwq In short, I want to * use Jetty for development * but, use GlassFish for testing, production environments. JNDI

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-14 Thread Dustin Pearce
Rob, You can add a parameter in your Form action called "next" or something like that. Then in your link to the Form, you can include next=listOne or next=listTwo. Then in the success and cancel in the action config do .. ${next}.action or ${action} Just be sure you have both the

Re: [appfuse-user] Appfuse, Struts2, Displaytag, Drill down issue

2008-10-14 Thread wskent
I looked in the archives and made the changes suggested in those entries. Still have the same behavior where the action is executed twice. I have also deployed the Struts2InAction.war into my JBoss 4.2 container and voila, it has the same behavior. Any ideas on what is causing this problem? Is thi

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-14 Thread JG Flowers
Rob Hills wrote: > > Hi All, > > > Rob Hills wrote: >> >> In my AppFuse 2 + Struts app, I have one Form JSP (with one Action class) >> that is accessed from two different lists. When the user quits the form >> (save, cancel etc.) they need to return to the list they came from... >> > > I

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-14 Thread Heath Eldeen
Rob, I think you are looking for dynamic results: http://struts.apache.org/2.0.11.2/docs/result-configuration.html Heath On Tue, Oct 14, 2008 at 9:48 AM, Rob Hills <[EMAIL PROTECTED]>wrote: > > Hi All, > > > Rob Hills wrote: > > > > In my AppFuse 2 + Struts app, I have one Form JSP (with one Ac

Re: [appfuse-user] AppFuse 2 + Struts 2 - One JSP -> two different Actions ? possible

2008-10-14 Thread Rob Hills
Hi All, Rob Hills wrote: > > In my AppFuse 2 + Struts app, I have one Form JSP (with one Action class) > that is accessed from two different lists. When the user quits the form > (save, cancel etc.) they need to return to the list they came from... > I still haven't been able to work this on