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 /webapp in web.xml jsp-config taglib-uri/struts-dojo-tags/taglib-uri

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

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 can

Struts2 tabbed panel not working

2015-08-21 Thread fea jabi
Using Struts2.3 . Using the below code to display the tabbed panel but it's not working. What am I missing in this? All I see is some text of Tab1 Tab2 on screen. no css is applied. Have struts2-dojo-plugin in build path. What else do I need? Using struts2 tiles too. Any help is

Re: Struts2 tabbed panel not working

2015-08-21 Thread Dave Newton
Why are you using the long-deprecated Dojo tags? On Aug 21, 2015 2:06 AM, fea jabi zy...@hotmail.com wrote: Using Struts2.3 . Using the below code to display the tabbed panel but it's not working. What am I missing in this? All I see is some text of Tab1 Tab2 on screen. no css is applied.

RE: Struts2 tabbed panel not working

2015-08-21 Thread fea jabi
Thanks, for your reply. sorry, I saw an example on web and tried that. What do I use then? Any example link you can provide please? Date: Fri, 21 Aug 2015 02:13:01 -0400 Subject: Re: Struts2 tabbed panel not working From: davelnew...@gmail.com To: user@struts.apache.org Why are

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 then?

Struts2 resource bundle labels not showing up

2015-08-21 Thread fea jabi
Using struts2 in iRad 1. In src folder have package com.xyx.actions in this have LoginAction.java 2. Created resources -- of type Source Folder in it I added a package com.xyx.actions in this added LoginAction.properties I added couple of label and error properties in