Re: Struts 2.0.11.1 question

2011-03-10 Thread Harsh C
, but could be any object or list of Objects. Paul -Original Message- From: Harsh C [mailto:hchau...@gmail.com hchau...@gmail.com] Sent: Wednesday, March 09, 2011 7:24 AM To: Struts Users Mailing List Subject: Re: Struts 2.0.11.1 question Thanks for the responses all

Re: Struts 2.0.11.1 question

2011-03-09 Thread Harsh C
Cucchiara maurizio.cucchi...@gmail.com wrote: What do you mean by not blessed? Maurizio Cucchiara Il giorno 09/mar/2011 00.24, Harsh C hchau...@gmail.com ha scritto: Hi, I don't know if this is the right list for a question regarding 2.0.11.1, if not please let me know the right forum. I

Struts 2.0.11.1 question

2011-03-08 Thread Harsh C
Hi, I don't know if this is the right list for a question regarding 2.0.11.1, if not please let me know the right forum. I am trying to use Struts 2.0.11.1 to work on an AJAX-ified app using Dojo. Problem is, struts-json plugin is not blessed. Is there a way in which I can code an Action which

De-serialize JSON to Action

2011-01-31 Thread Harsh C
I have been working with the Struts 2 JSON plugin and I have got it set up so that I can serialize my Java beans as a JSON string and pass it along to the browser. Is the reverse possible using the plugin? That is, if I have a JS widget (Dojo, in this case) that spits out JSON, can I read in the

Re: De-serialize JSON to Action

2011-01-31 Thread Harsh C
/06/how-to-parse-a-json-object-when-using-multisearch-for-jqgrid-with-java/ http://www.jgeppert.com/2010/06/how-to-parse-a-json-object-when-using-multisearch-for-jqgrid-with-java/ Johannes Harsh C wrote: I have been working with the Struts 2 JSON plugin and I have got it set up so that I

Re: De-serialize JSON to Action

2011-01-31 Thread Harsh C
. http://www.jgeppert.com/2010/06/how-to-parse-a-json-object-when-using-multisearch-for-jqgrid-with-java/ http://www.jgeppert.com/2010/06/how-to-parse-a-json-object-when-using-multisearch-for-jqgrid-with-java/ Johannes Harsh C wrote: I have been working

AJAX file upload

2010-11-30 Thread Harsh C
How can I setup a AJAX-ified file upload page using Struts 2? If there is some integration with Dojo, it would be even better i.e. not use the OS specific file upload button etc. -- *Thanks, Harsh*

Specify template to use for struts tag

2010-11-23 Thread Harsh C
Is there a way to specify a template to use for a struts tag, on a per tag basis e.g. I am trying to change the checkboxlist default LF so that it renders in a table. This is working fine. But if I want to use the default LF also, how do I do that. As of now, I copied the struts provided .ftl

Re: Specify template to use for struts tag

2010-11-23 Thread Harsh C
, Harsh C hchau...@gmail.com wrote: Is there a way to specify a template to use for a struts tag, on a per tag basis e.g. I am trying to change the checkboxlist default LF so that it renders in a table. This is working fine. But if I want to use the default LF also, how do I do

Re: Struts2, convention plugin, websphere 6.1

2010-11-17 Thread Harsh C
Hi, I have an input page which has a checkbox list in a form. Clicking submit takes the user to a 2nd JSP. The problem is that when I don't select a checkbox and click on submit, I get to the output page, of course no value is displayed on the output page though. But if I select a checkbox and

Re: Struts2, convention plugin, websphere 6.1

2010-11-17 Thread Harsh C
user back to the input result. Dave On Nov 17, 2010 2:29 PM, Harsh C hchau...@gmail.com wrote: Hi, I have an input page which has a checkbox list in a form. Clicking submit takes the user to a 2nd JSP. The problem is that when I don't select a checkbox and click on submit, I get

Re: Struts2, convention plugin, websphere 6.1

2010-11-17 Thread Harsh C
by a list of Model objects, and upon checking some models, I wanted a list of selectedModel objects, is there a way in struts to do it? Thanks, HC On Wed, Nov 17, 2010 at 11:47 AM, Dave Newton davelnew...@gmail.com wrote: Could also be a type conversion error. On Nov 17, 2010 2:46 PM, Harsh C

Re: Struts2, convention plugin, websphere 6.1

2010-11-17 Thread Harsh C
I am using Struts 2.2.1 and would like to get some AJAX functionality in my app, specifically, I would like to use Dojo. The Dojo plugin was deprecated for this release, is there some good documentation/tutorials for getting into Struts 2.2.1 with DOJO?