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 H

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 times. My email

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