Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Struts2 tabbedpanel tab style

Helen Shen

2010-03-10


Author LoginPost Reply
I am using Struts2 v2.1.8 and need some help use the ajax tag tabbedpanel.

The tabbedpanel code below generates a blue rounded tabs using the images.
Is there any way to overwrite the style just to do the simple tab w/o
images or use different images since blue is not the color theme of my
site? Thanks in advance!

<s:tabbedpanel id="test" >
 <s:div id="one" label="one" theme="ajax" labelposition="top" >
    This is the first pane
 </s:div>
 <s:div id="two" label="two" theme="ajax" labelposition="top" >
    This is the second pane
 </s:div>
</s:tabbedpanel>

- Helen

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.