Thanks Dave for your help.
I tried to add in my page and all the html tags to the test.jsp. Then, I got only one tab showing up, which is dynamic one with a close icon. In the panel, I have both panel contents displayed. When I click on the close icon, the dynamic panel content was collapsed.
I also tried to put the theme ajax all over the place, in the header, outside and inside the tabbedpanel and I got the same result. Would you be kindly point it out what is wrong?
<%@ taglib prefix="s" uri="/struts-tags"%>
This is an static content tab.
Thanks,
Willa
----- Original Message ----
From: Dave Newton
To: Struts Users Mailing List
Sent: Friday, April 13, 2007 10:03:04 AM
Subject: Re: [S2] Cannot run TabbedPanel tag
--- Minerva CC wrote:
> <%@ taglib prefix="s" uri="/struts-tags"%> id="ajaxTest" value="/AjaxTest.action"
> /> closeButton="tab" selectedTab="dynamic"
> id="test">This is
> an static content tab. href="%{ajaxTest}" theme="ajax" label="dynamic"
> id="dynamic">This is a dynamic content tab. The
> content of this div will be replaced with the text
> returned from
> "/AjaxTest.action"
> But, when I run it I got an error that the attribute
> id is required for the TabbedPanlel. So, I added a
> id and run it again. Then, it populated a page with
> the text strings, but no tabs. When I view the
> source code, I can see the following code has been
> generated:
Do you have the on your page?
Also, as general rule, you should generate well-formed
HTML. In other words, create a complete HTML page, not
just a JSP fragment, if you are dispatching directly
to a JSP.
d.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com