RE: Parameters not being set on Action in Struts 2

2006-12-01 Thread Tarek Nabil
Looks like it is that issue indeed :( From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Fri 12/1/2006 4:34 PM To: Struts Users Mailing List Subject: Re: Parameters not being set on Action in Struts 2 On 12/1/06, Tarek Nabil <[EMAIL PROTECTED]> wrote:

Re: Parameters not being set on Action in Struts 2

2006-12-01 Thread Ted Husted
On 12/1/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: I'm open to any suggestions on how to get to the bottom of this issue. Maybe it's this * http://forums.opensymphony.com/thread.jspa?messageID=94747𗈛 The sample was testing GET but not POST. -Ted.

RE: Parameters not being set on Action in Struts 2

2006-12-01 Thread Tarek Nabil
hen we can not move to WW/Struts 2. I'm open to any suggestions on how to get to the bottom of this issue. From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thu 11/30/2006 6:54 PM To: Struts Users Mailing List Subject: Re: Parameters not being set on Act

Re: Parameters not being set on Action in Struts 2

2006-11-30 Thread Ted Husted
I dropped in the JARS from the the 2.0.1 showcase, and it seemd to work just fine. You might want to try deploying it on another workstation there. -Ted. On 11/29/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: Thanks Ted. I sent the WAR file and zip file containing the source of the action to yo

RE: Parameters not being set on Action in Struts 2

2006-11-28 Thread Tarek Nabil
From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 4:58 PM To: Struts Users Mailing List Subject: Re: Parameters not being set on Action in Struts 2 I inspected it myself in a debugger the other day, and the property was in the map. If you like, send me a WAR of the test a

Re: Parameters not being set on Action in Struts 2

2006-11-28 Thread Ted Husted
xhibits the same behavior even after converting the "param" field/parameter to a String. Is there a way to provide a JUnit test for that? -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 6:52 PM To: Struts Users Mailing List Subject: Re: P

RE: Parameters not being set on Action in Struts 2

2006-11-27 Thread Tarek Nabil
ubject: Re: Parameters not being set on Action in Struts 2 Try it again using a String property, to be sure it is not a problem with the type conversion. On 11/27/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: > To clear my doubts, I re-built this application using WW 2.2.4. I > expe

Re: Parameters not being set on Action in Struts 2

2006-11-27 Thread Ted Husted
Try it again using a String property, to be sure it is not a problem with the type conversion. On 11/27/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: To clear my doubts, I re-built this application using WW 2.2.4. I expected that it will work perfectly and that would prove it's some sort of a bug.

RE: Parameters not being set on Action in Struts 2

2006-11-27 Thread Tarek Nabil
work with WW 2.2.4 is minimal, so I won't go ahead and copy all the files here. -Original Message- From: Tarek Nabil Sent: Monday, November 27, 2006 5:29 PM To: Struts Users Mailing List Subject: RE: Parameters not being set on Action in Struts 2 Thanks Peter and Ted. I'm afraid

RE: Parameters not being set on Action in Struts 2

2006-11-27 Thread Tarek Nabil
ge- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26, 2006 6:07 PM To: Struts Users Mailing List Subject: Re: Parameters not being set on Action in Struts 2 On 11/26/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: > I was pretty sure that the correct method was

Re: Parameters not being set on Action in Struts 2

2006-11-26 Thread Ted Husted
On 11/26/06, Tarek Nabil <[EMAIL PROTECTED]> wrote: I was pretty sure that the correct method was being executed, because I had some logging statements inside. One of those statements is the one that attempts to log the parameter Map and it's still giving the same result; an empty Map. We'd nee

Re: Parameters not being set on Action in Struts 2

2006-11-26 Thread Ted Husted
On 11/26/06, Wesslan <[EMAIL PROTECTED]> wrote: See the following thread: http://www.nabble.com/-S2--Duty-now-for-the-future--%28was-Re%3A-Question-ab out-struts2%29-tf2559552.html#a7132875 Struts2 also depends on a beta(snapshot) release of XWork2. And this, * http://struts.apache.org/roadma

RE: Parameters not being set on Action in Struts 2

2006-11-25 Thread Wesslan
26 november 2006 06:41 To: Struts Users Mailing List Subject: RE: Parameters not being set on Action in Struts 2 Thanks Ted. I renamed my method to "execute" and changed the URL to remove the "!setup" part. I also changed the struts.xml file accordingly, so now it's like

RE: Parameters not being set on Action in Struts 2

2006-11-25 Thread Tarek Nabil
required to scale for thousands of transactions per day. Your advice is greatly appreciated. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Saturday, November 25, 2006 5:25 PM To: Struts Users Mailing List Subject: Re: Parameters not being set on Action in Struts 2 Fir

Re: Parameters not being set on Action in Struts 2

2006-11-25 Thread Ted Husted
First, simplify the problem. Right now, the code seems to be calling an alternative method, setup. What happens if you try the same thing with the default execute method? If your application is based on the blank application, it may turned the "!" syntax off, since it can conflict with using wild

Parameters not being set on Action in Struts 2

2006-11-23 Thread Tarek Nabil
Hi, I'm experimenting with Struts 2, and I'm facing a problem with request parameters being populated on the Action. I checked out the source to make sure that the behavior I expect is the correct one, and judging by the source, it is, but it's not happening. I have an action that has a method