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

Fwd: Exception when using ServletActionRedirectResult with @Result

2008-11-28 Thread Amin Mohammed-Coleman
Hi 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. Is there a work around? Cheers Amin Sent from my iPhone Begin forwarded message: From: Amin Mohammed-Coleman <[EMAIL PROTECTED]> Date: 27 November 2008 22

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

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

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

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Amin Mohammed-Coleman
Hi The ServletActionRedirectResult doesn;t have a contactId setter as this is Struts class. The ViewContact action has the relevant setters. Cheers On 17 Dec 2008, at 22:16, Oscar Alvarez wrote: 2008/12/17 Amin Mohammed-Coleman Hi Sorry for sending this again, but I was wondering

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-17 Thread Amin Mohammed-Coleman
27;re redirecting from (not to) have the relevant getters? Nils-H On Wed, Dec 17, 2008 at 11:26 PM, Amin Mohammed-Coleman wrote: Hi The ServletActionRedirectResult doesn;t have a contactId setter as this is Struts class. The ViewContact action has the relevant setters. Cheers On 17 Dec 200

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-18 Thread Amin Mohammed-Coleman
wrote: OGNL tries all elements on the stack until it finds a match, so it would probably try the result as well. Could you show the code of your source and destination actions? Nils-H On Thu, Dec 18, 2008 at 12:15 AM, Amin Mohammed-Coleman wrote: Hi The both actions have the relevant g

Re: Exception when using ServletActionRedirectResult with @Result

2008-12-18 Thread Amin Mohammed-Coleman
erent, as it take as parameters, not only its own parameters, but parameters passed to the redirect, so OGNL will complain about it because those fields are not defined in the result class. musachy On Thu, Dec 18, 2008 at 2:23 PM, Amin Mohammed-Coleman > wrote: Hi Thanks for your response

Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
. I get the following when I print the document: Documentdocument that will be indexed. Amin Mohammed-Coleman> stored/ uncompressed,indexed stored/ uncompressed,indexed stored/ uncompressed,indexed stored/ uncompressed,indexed> The problem is when I use the following to search I

Re: Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
oh man! Sorry about that...lack of sleep due to new baby in the house... On 1 Jan 2009, at 20:41, Nils-Helge Garli Hegvik wrote: Maybe you should try posting to a Lucene mailing list? Nils-H On Thu, Jan 1, 2009 at 9:28 PM, Amin Mohammed-Coleman > wrote: Hi I have created a RTFHand