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 Re

Re: Issue with RequestAware

2009-04-14 Thread Dave Newton
sateesh_chand...@harvardpilgrim.org wrote: 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

Re: Issue with RequestAware

2009-04-14 Thread Sateesh_Chandra2
when the result type configured in the action is tiles. Regards Sateesh Dave Newton 04/14/2009 12:43 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Issue with RequestAware sateesh_chand...@harvardpilgrim.org wrote: > Update.

Re: Issue with RequestAware

2009-04-14 Thread Dave Newton
sateesh_chand...@harvardpilgrim.org wrote: Update. RequestAware seems to be working fine with regular dispatcher. We are seeing the issue when the result type is tiles. I'd wonder if there's another request being made from Tiles to get the tile contents. It's a pretty rare occasion I need to

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

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