Defining text field dynamically and assigning value from array

2009-05-07 Thread Sateesh_Chandra2
Hi I have a requirement to define text field dynamically using a name that comes from action. Value of the same is available in the value stack, but in an array. Somehow struts 2 is not evaluation expression within an expression. Is there an alternative to achieve the same? Regards Sateesh

Defining text field dynamically and assigning value from array

2009-05-02 Thread Sateesh_Chandra2
Hi I have a requirement to define text field dynamically using a name that comes from action. Value of the same is available in the value stack, but in an array. Somehow struts 2 is not evaluation expression within an expression. Is there an alternative to achieve the same? Regards Sateesh

Re: Issue with RequestAware

2009-04-24 Thread Sateesh_Chandra2
You are right Dave. The right one to use is ParameterAware and it is working fine. Thanks for your help. Regards Sateesh Dave Newton 04/14/2009 02:20 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Issue with RequestAware sateesh_chand

Re: Issue with RequestAware

2009-04-14 Thread Sateesh_Chandra2
Here is the use case. It is for a small bi reports triggering application. On the screen 1, user makes a selection of what reports they want to run. Screen 2 will display the filters (could be text box, list box or a multi select list box) applicable to the reports selected in the screen 1. Map

Re: Issue with RequestAware

2009-04-14 Thread Sateesh_Chandra2
Update. RequestAware seems to be working fine with regular dispatcher. We are seeing the issue when the result type is tiles. Any thoughts? Regards Sateesh Sateesh Chandra2/CORP/HPHC 04/14/2009 12:37 PM To "Struts Users Mailing List" cc Subject Issue with RequestAware Hello, I have

Issue with RequestAware

2009-04-14 Thread Sateesh_Chandra2
Hello, I have a quick question regarding RequestAware interface. When implemented by an action class, what would be the contents of the Map? I am always seeing the following three. My expectation was, it would contain the input from JSP as well (like text from textbox, selection from a list box