hisameer wrote:
Hi I am using Struts2.1.6 and trying to use DOJO inorder to use tabbed panel
using this http://struts.apache.org/2.0.9/docs/ajax-and-javascript-recipes.html#AjaxandJavaScriptRecipes-Reloadtabscontentwhenselected
link  . I no able to see the tabs at all
This is my 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>

jar file which I have in my project are:
struts2-dojo-plugin-2.1.6.jar
struts2-core-2.1.6.jar

Please help me on that..... I have to get it done ASAP.

You should probably start a new thread then rather than reply to a message from 2007. Using a meaningful subject line will help too.

Dave


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

Reply via email to