Hi all, I need to create 3 tabs, in my jsp page. I thought of using dojo
because at later stages I might have to make them dynamic. But I am not even
able to see those tabs as of now.I only see the Local Tab 1 Local Tab 2
which is the content of those two tabs.
Here is my sample JSP page:

<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib prefix="sx" uri="/struts-dojo-tags"%>

<html>
<head>
<sx:head />
</head>
<s:url id="url" value="/brokerLogin.action" />
<body>

<sx:tabbedpanel
        id="tabContainer">
        <sx:div label="Tab 1">
       Local Tab 1
   </sx:div>
        <sx:div label="Tab 2">
       Local Tab 2
   </sx:div>
</sx:tabbedpanel>

</body>
</html>

in order to add dojo support I added the struts2-dojo-plugin-2.1.6.jar in my
web-inf folder.
Is there any additional jars I have to add? Please suggest me.Here is the 
http://struts.apache.org/2.0.9/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-TabbedPanel
link  which I followed. Please help me on that issue.
-- 
View this message in context: 
http://www.nabble.com/Tabs-don%27t-appear-using-Struts-2.1.6-and-dojo-tp24847640p24847640.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to