[ 
https://issues.apache.org/struts/browse/WW-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Husted resolved WW-2413.
----------------------------

    Fix Version/s: 2.1.1
       Resolution: Incomplete

> tabbedPanel produces ResourceNotFound error with 
> /template/xhtml/tabbedPanel_en_US.ftl
> --------------------------------------------------------------------------------------
>
>                 Key: WW-2413
>                 URL: https://issues.apache.org/struts/browse/WW-2413
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.0.11
>         Environment: wintel
> firefox and IE
>            Reporter: Martin Gainty
>            Priority: Minor
>             Fix For: 2.1.1
>
>
> <%@ page language="java" import="java.util.*"%>
> <%@ taglib prefix="s" uri="/struts-tags" %>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <html>
>   <head>
>     <s:head theme="ajax" debug="false"/>
>   </head>
>    <body>
>       <s:tabbedPanel id="test" >
>               <s:div id="one" label="one" theme="ajax" labelposition="top" >
>                   This is the first pane<br/>
>                        <s:form>
>                 <s:textfield name="tt" label="Test Text"/>  <br/>
>                 <s:textfield name="tt2" label="Test Text2"/>
>                        </s:form>
>               </s:div>
>               <s:div id="three" label="remote" theme="ajax" 
> href="/AjaxTest.action" >
>                   This is the remote tab
>               </s:div>
>       </s:tabbedPanel>
>   </body>
> </html>
> produces
> DEBUG http-8080-Processor25 org.apache.catalina.loader.WebappClassLoader -   
> Loading class from local repository
> DEBUG http-8080-Processor25 org.apache.catalina.loader.WebappClassLoader - 
> getResource(template/xhtml/tabbedpanel_en_US.ftl)
> DEBUG http-8080-Processor25 org.apache.catalina.loader.WebappClassLoader -    
>  findResource(template/xhtml/tabbedpanel_en_US.ftl)
> DEBUG http-8080-Processor25 org.apache.catalina.loader.WebappClassLoader -    
>  --> Resource not found, returning null
> DEBUG http-8080-Processor25 org.apache.catalina.loader.WebappClassLoader -   
> --> Resource not found, returning null
> thankfully all of the TabbedPanel Tag classes ARE found

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to