RE: Struts 2

2009-08-28 Thread Radu Solomon
I am using this and works for me: ... Also remove the hidden field from your jsp and then check if you getter from this action is called. HTH Radu -Original Message- From: Sonu S [mailto:sonu...@gmail.com] Sent: August 28, 2009 10:37 AM To: user@struts.apache.org Subject: Struts 2

RE: Integer s:checkbox sends "false" value to action setter

2009-05-05 Thread Radu Solomon
I do not believe this is a bug. Setting the value to false when unchecked is most useful for a lot of cases. I hated when in S1 you had to reset all your checkboxes in code in order to get unchecked values that were previously checked when the page loaded. Furthermore, there are struts 2 books

RE: Radio button grouping in Struts 2

2009-05-04 Thread Radu Solomon
You need to use Map backed properties if you want to get this to work. Take a look at this example and you should be able to adapt it. http://www.vitarara.org/cms/struts_2_cookbook/updating_a_list_of_domain_entities Basically your properties are a map with id and Question objects and then strut

RE: Struts 2 session problem

2009-01-19 Thread Radu Solomon
This is not really a struts 2 issue but a browser issue. This is the way firefox persists sessions. If you try same thing in IE6 it will work fine, IE7 some times and IE8 fully emulates firefox. Furthermore you can try this with gmail and you will see the same behaviour. This is a fairly well k

RE: Upgrading Struts from 1 to 2.0.14

2009-01-14 Thread Radu Solomon
. -- Radu Solomon Software Developer N-able Technologies(r) 450 March Road, 4th Floor Ottawa, Ontario K2K 3K2 www.n-able.com rsolo...@n-able.com Tel: (613) 592-6676 x 301 Toll Free: 877-655-4689 x 301 Fax: (613) 592-2242 -Original Message- From: Robert Graf-Waczenski [mailto:r...@lsoft.com

RE: Struts2: Carry parameters into following jsp/action

2008-12-05 Thread Radu Solomon
. Hope this helps. -- Radu Solomon Software Developer N-able Technologies(r) 450 March Road, 4th Floor Ottawa, Ontario K2K 3K2 www.n-able.com [EMAIL PROTECTED] Tel: (613) 592-6676 x 301 Toll Free: 877-655-4689 x 301 Fax: (613) 592-2242 -Original

RE: double action's method invocation

2008-09-19 Thread Radu Solomon
We are using FF3 with Struts 2 project and no issues with double submit so would think is something in the form or application config that makes it double submit. -Original Message- From: Paweł Wielgus [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 7:25 AM To: Struts Users Ma

Re: Struts 1 & Struts 2 file upload problem

2008-04-22 Thread Radu Solomon
Thank you. You were absolutely right. our struts 2 filter was using /* and the Struts 1 servlet mapping *.do. Once I changed the struts 2 to *.action it all went back to normal. Laurie Harper wrote: Rubbinio wrote: Hi, we have an old application written in Struts 1 and we started adding

Re: Mixing Struts 1 and Struts 2

2007-12-21 Thread Radu Solomon
Thank you Ray. It works great. I was thinking far to complicated to even consider this. Ray Clough wrote: The S1 action can be mapped to a S2-url. This is a redirect, not a forward. Something like this: Or you can try a simple 'f

Re: New to Struts

2007-12-18 Thread Radu Solomon
of keys need translating using native2ascii. If yes, the properties files will not be readable. Can you please clarify that? Thanks again. On Dec 18, 2007 1:08 PM, Radu Solomon <[EMAIL PROTECTED]> wrote: you need to do a native2ascii on your application resources and then it will work. We ha

Re: New to Struts

2007-12-18 Thread Radu Solomon
you need to do a native2ascii on your application resources and then it will work. We had same problem with our application. *Radu Solomon* /Software Developer/ N-able Technologies® 450 March Road, 4th Floor Ottawa, Ontario K2K 3K2 www.n-able.com <http://www.n-able.com/> [EMAIL PRO