Re: Exception when using ServletActionRedirectResult with @Result

2008-12-18 Thread Amin Mohammed-Coleman
might be able to help? Thanks Begin forwarded message: From: Amin Mohammed-Coleman Date: 24 November 2008 16:50:50 GMT To: user-h...@struts-apache.org Subject: Exception when using ServletActionRedirectResult with @Result Hi I am trying to redirect the success of an action to another

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-18 Thread Musachy Barroso
vant >>>> getters? >>>> >>>> Nils-H >>>> >>>> On Wed, Dec 17, 2008 at 11:26 PM, Amin Mohammed-Coleman >>>> wrote: >>>>> >>>>> Hi >>>>> >>>>> The ServletActionRedirectRe

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-18 Thread Amin Mohammed-Coleman
/17 Amin Mohammed-Coleman Hi Sorry for sending this again, but I was wondering if someone might be able to help? Thanks Begin forwarded message: From: Amin Mohammed-Coleman Date: 24 November 2008 16:50:50 GMT To: user-h...@struts-apache.org Subject: Exception when using ServletActionR

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Nils-Helge Garli Hegvik
;>>> >>>>> Hi >>>>> >>>>> Sorry for sending this again, but I was wondering if someone might be >>>>> able >>>>> to help? >>>>> >>>>> >>>>> Thanks >>>>> &

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Amin Mohammed-Coleman
bject: Exception when using ServletActionRedirectResult with @Result Hi I am trying to redirect the success of an action to another action using the following: @Results({ @Result(name="success", value="viewContact", params= {"namespace", "/&q

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Nils-Helge Garli Hegvik
t;> to help? >>> >>> >>> Thanks >>> >>> Begin forwarded message: >>> >>> From: Amin Mohammed-Coleman >>>> >>>> Date: 24 November 2008 16:50:50 GMT >>>> To: user-h...@struts-apache.org >>>>

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Amin Mohammed-Coleman
if someone might be able to help? Thanks Begin forwarded message: From: Amin Mohammed-Coleman Date: 24 November 2008 16:50:50 GMT To: user-h...@struts-apache.org Subject: Exception when using ServletActionRedirectResult with @Result Hi I am trying to redirect the success of an action to

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Oscar Alvarez
t; To: user-h...@struts-apache.org >> Subject: Exception when using ServletActionRedirectResult with @Result >> >> Hi >> >> I am trying to redirect the success of an action to another action using >> the following: >> >> @Results({ >>@R

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Amin Mohammed-Coleman
Hi Sorry for sending this again, but I was wondering if someone might be able to help? Thanks Begin forwarded message: From: Amin Mohammed-Coleman Date: 24 November 2008 16:50:50 GMT To: user-h...@struts-apache.org Subject: Exception when using ServletActionRedirectResult with @Result

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-12-16 Thread Amin Mohammed-Coleman
Sent from my iPhone Begin forwarded message: From: Amin Mohammed-Coleman Date: 28 November 2008 22:07:10 GMT To: "Struts Users Mailing List" Subject: Re: Exception when using ServletActionRedirectResult with @Result Hi I do apologise, I didn't mean to send it three t

Re: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Amin Mohammed-Coleman
Hi I do apologise, I didn't mean to send it three times. My email program was doing some funny things and I thought that the email was not sent. The exception is thrown and fails to work. Sorry again! On 28 Nov 2008, at 20:34, Dave Newton wrote: Sorry to be sending this again but I wa

Re: Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Dave Newton
> Sorry to be sending this again but I was wondering if some > might be able to help. I added a param actionName but no luck. Re-sending it may not be the best approach--three's a lot of times. Is it actually not working, or is it just logging the exception? Dave -

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Amin Mohammed-Coleman
:40:04 GMT To: user@struts.apache.org Subject: Fwd: Exception when using ServletActionRedirectResult with @Result Hi I am trying to redirect the success of an action to another action using the following: @Results({ @Result(name="success", value="viewContact&

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-27 Thread Amin Mohammed-Coleman
Hi I am trying to redirect the success of an action to another action using the following: @Results({ @Result(name="success", value="viewContact", params= {"namespace", "/", "contactId", "${contactId}", "contactType", "${contactType}"}, type=ServletActionRedirectResult.class),

Re: Exception when using ServletActionRedirectResult with @Result

2008-11-27 Thread amin1977
Hi Yes I do have these in the ViewContact action Cheers Paweł Wielgus wrote: > > Hi Amin, > do You have: > - getContactId() > - getContactType() > public methods in this action? > > Best greetings, > Paweł Wielgus. > > 2008/11/27 amin1977 <[EMAIL PROTECTED]>: >> >> Hi >> >> I am trying to

Re: Exception when using ServletActionRedirectResult with @Result

2008-11-27 Thread Paweł Wielgus
Hi Amin, do You have: - getContactId() - getContactType() public methods in this action? Best greetings, Paweł Wielgus. 2008/11/27 amin1977 <[EMAIL PROTECTED]>: > > Hi > > I am trying to redirect the success of an action to another action using the > following: > > @Results({ > @Result(name="succ

Exception when using ServletActionRedirectResult with @Result

2008-11-27 Thread amin1977
Hi I am trying to redirect the success of an action to another action using the following: @Results({ @Result(name="success", value="viewContact", params= {"namespace", "/", "contactId", "${contactId}", "contactType", "${contactType}"}, type=ServletActionRedirectResult.class), @Result(name="err