RE: JSON + REST

2015-08-21 Thread Martin Gainty
> Date: Fri, 21 Aug 2015 19:10:27 +0530 > Subject: Re: JSON + REST > From: ghotankaru...@gmail.com > To: user@struts.apache.org > > I was looking for exactly same thing. > > Anyone knows how we c

Re: JSON + REST

2015-08-21 Thread Amol Ghotankar
I was looking for exactly same thing. Anyone knows how we can reduce the json result coming from Rest plugin with combination of conventions & JSON plugin? I understand one answer is create model per action but looks like its a little too big ask from design perspective. On Mon, Aug 12, 2013 a

RE: Struts2 tabbed panel not working

2015-08-21 Thread Martin Gainty
you'll need to coordinate the URI of the taglib specified in jsp with location of the struts-dojo-tags.tld assuming struts-dojo-tags.tld is located in folder WEB-INF insert these 4 lines before in web.xml /struts-dojo-tags /WEB-INF/struts-dojo-tags.tld ... Mar

RE: Struts2 tabbed panel not working

2015-08-21 Thread fea jabi
Thanks, got this after using the struts2-jquery-plugin. > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: RE: Struts2 tabbed panel not working > Date: Fri, 21 Aug 2015 02:20:26 -0400 > > Thanks, for your reply. > > sorry, I saw an example on web and tried that. What do I use t