RE: Struts2 tabbed panel not working

2015-08-20 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 a

Struts2 resource bundle labels not showing up

2015-08-20 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 propertie

Re: Struts2 tabbed panel not working

2015-08-20 Thread Dave Newton
Why are you using the long-deprecated Dojo tags? On Aug 21, 2015 2:06 AM, "fea jabi" 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. Have struts2-do

Struts2 tabbed panel not working

2015-08-20 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 appreciated