Re: [S2] Cannot run TabbedPanel tag

2007-04-13 Thread Dave Newton
--- Minerva CC <[EMAIL PROTECTED]> wrote: > 1. It didn't say that we need to put theme="ajax"/> on the page. http://struts.apache.org/2.x/docs/ajax-tags.html There's a big green box near the very top of the page that says: "To use the Ajax tags you need to set the "theme" attribute to "ajax".

Re: [S2] Cannot run TabbedPanel tag

2007-04-13 Thread Minerva CC
I can generate tabs as I want. Many thanks to the people who support this community. Willa - Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Friday, April 13, 2007 12:25:11 PM Subject: Re: [S2] Cannot run TabbedPanel tag The struts exa

Re: [S2] Cannot run TabbedPanel tag

2007-04-13 Thread Minerva CC
tab. Thanks, Willa - Original Message From: Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 10:03:04 AM Subject: Re: [S2] Cannot run TabbedPanel tag --- Minerva CC <[EMAIL PROTECTED]> wrote: > <%@ t

Re: [S2] Cannot run TabbedPanel tag

2007-04-13 Thread Dave Newton
--- Minerva CC <[EMAIL PROTECTED]> 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 co

[S2] Cannot run TabbedPanel tag

2007-04-13 Thread Minerva CC
Hi, I try to run the TabbedPanel sample code in the Strut 2 document http://struts.apache.org/2.x/docs/ajax-tags.html. I cut and paste the sample code to a test.jsp as follows: <%@ taglib prefix="s" uri="/struts-tags"%>This is an static content tab.This is a dynamic content tab. The content of t