Accessing Map of Map in struts 2.3.1.2

2012-04-14 Thread Niral Trivedi
Hi All, I have just now upgraded from Struts 2.0.11 to struts 2.3.1.2 version and running in to weird issue. Basically, I have Object having HashMap holding HashMap. Something like below : public class TestVO { private HashMapString, HashMap firstMap; //I've setter/getter in

Re: Accessing Map of Map in struts 2.3.1.2

2012-04-14 Thread Niral Trivedi
from here to jira issue couldn't open. So, is this related to my issue ? 2012/4/14 Ɓukasz Lenart lukasz.len...@googlemail.com 2012/4/14 Niral Trivedi nira...@gmail.com: Am I missing something here ? Is there a different way to access Map of Map with latest version ? It can be a side

Re: Accessing Map of Map in struts 2.3.1.2

2012-04-14 Thread Niral Trivedi
to static methods; I thought you were accessing a map. On Sat, Apr 14, 2012 at 3:49 PM, Niral Trivedi nira...@gmail.com wrote: I do not see anything in logs. Also, I find this link https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html

redirect-action and redirect

2008-04-15 Thread Niral Trivedi
Hi All, I am facing a strange issue. I am using Struts 2.0.11 on Websphere 6.1 with JDK 1.5. Thing is, I am using result type redirect-action and redirect to redirect to a different action for certain scenarios in my action class. This works fine from my local workstation. But when we deploy our

Re: s:radio issue

2008-04-03 Thread Niral Trivedi
iterate and print the values but cant assign to third variable. Thanks On Thu, Apr 3, 2008 at 8:40 AM, Dave Newton [EMAIL PROTECTED] wrote: --- Niral Trivedi [EMAIL PROTECTED] wrote: I am using Struts 2.0.11 on RAD7, Webspher 6.1, JDK 1.5. Hey, me too. My sympathies. I am trying to create

s:radio issue

2008-04-02 Thread Niral Trivedi
Hi All, I am using Struts 2.0.11 on RAD7, Webspher 6.1, JDK 1.5. I am trying to create radio buttons using a dynamic Map as below: s:bean name=java.util.HashMap id=keepRemoveRadioMap s:param name=Keep value=john/ s:param name=Remove value=doe/ /s:bean td width=20%

mapped back property equivalent in struts2

2008-03-27 Thread Niral Trivedi
Hi All, Is there anyway we can implement mapped back property ActionForm implementation from Struts1.x in to Struts2? We've been using mapped back property feature so easily to create and populate dynamic property name/value using Struts 1.x that we are not sure how to implement that in Struts2?

s:fielderrors/ customization

2008-03-19 Thread Niral Trivedi
Hi All, I am successfully able to use S2 validators using validation.xml file and also able to display field error messages on the page. But I want to customize the error messages. For example, by default s:fielderros/ tag will put errors using html ulli tags. but instead I want to wrap the

Re: STRUTS2 and Spring2

2008-01-19 Thread Niral Trivedi
. Can I have both listener at same time? I haven't tried doing that but will try and see if that works.. Thank you. On Jan 19, 2008 8:57 AM, Dave Newton [EMAIL PROTECTED] wrote: --- Niral Trivedi [EMAIL PROTECTED] wrote: We are trying to have Spring manage all the value objects and action

STRUTS2 and Spring2

2008-01-18 Thread Niral Trivedi
Hi All, I am using RAD7.0, JDK 1.5, Struts2 and Spring 2.x. We have been using Struts1.x and Spring 1.x for a long time now and moving our app to Struts2 + Spring2 We are trying to have Spring manage all the value objects and action objects. And so followed steps in Struts document to add

Struts2 and Spring2 with session scoped beans

2008-01-18 Thread Niral Trivedi
Hi All, We've are trying to use Struts2 with Spring2 on Webspher 6.1 and JDK 1.5. Basically we are trying to use session scoped beans from Spring applicationContext in to Struts2 using Spring DI. but running in to issue. Following are my config files: web.xml