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
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
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
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
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
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
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