Re: Help for File Upload error

2014-10-30 Thread Manoj . Sharma
Hi All, This issue may be because of same name class being loaded in two different ways by two different loaders on the same name. Make sure you don't include any extra jars. with regards Manoj Kumar Sharma Re: Help for File Upload error Lukasz Lenart to: Struts Users Mailing

Re: Rppe: What is the effect of Params Interceptor?

2014-09-23 Thread Manoj . Sharma
Dear Vineesh, The params interceptor also known as parameters interceptor is used to set all parameters on the valuestack.It is found in the default stack bydefault. So you don't need to specify it explicitely. It gets all parameters by calling the getParameters() method of ActionContext and se

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, Please find Links : http://joshuajava.wordpress.com/2008/12/27/creating-custom-components-with-struts-2/ , http://bodez.wordpress.com/2009/03/13/customising-struts2-jsp-tags/ Re: Please give a good documentation link for custom tags in struts 2 Ratna Kar to: S

Re: Please give a good documentation link for custom tags in struts 2

2014-07-08 Thread manoj . sharma
Hi Ratna, You can try these Demos to create Custom tag in struts 2 Custom Tag Struts 2[1], Custom tag struts2[2], Please give a good documentation link for custom tags in struts 2 Ratna Kar to: Struts Users Mailing List 07/08/2014 01:05 PM Please respond to "Struts Use

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread manoj . sharma
Hi Ratna, Just go to Jquery Ajax API this url and you will find all ajax implementation. you just need to specify url, data, and type and on success what ever you want to do just do... Re: Please help me in resolving the problem(dojo + struts 2) Ratna Kar to: Struts

Re: Please help me in resolving the problem(dojo + struts 2)

2014-07-07 Thread manoj . sharma
Hi Ratna, For AJAX implementation JQuery is best as you can find lots of option and example to implement it. Re: Please help me in resolving the problem(dojo + struts 2) Ratna Kar to: Struts Users Mailing List 07/07/2014 05:11 PM Please respond to "Struts Users Mai