I'm using .jsp I my url's.

The pages come up fine. I just picked another example (the tabbed page) and
it works fine so it seems to be a problem with the tree2 component.

Thanks,

Tom.

>Maybe the first mapping should be *.jsf (not *.jsp). What are you
>using in your url's?
>
>Regards,
>
>Bruno

2005/11/14, Thomas A Hurley <[EMAIL PROTECTED]>:
>
>
>
> Hi Rafael,
>
>
>
> Thanks for suggestion but I have the following in my web.xml:
>
>
>
>   <filter>
>
>     <filter-name>MyFacesExtensionsFilter</filter-name>
>
>
>
<filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filte
r-class>
>
>     <init-param>
>
>       <param-name>maxFileSize</param-name>
>
>       <param-value>20m</param-value>
>
>     </init-param>
>
>   </filter>
>
>
>
>   <filter-mapping>
>
>     <filter-name>MyFacesExtensionsFilter</filter-name>
>
>     <url-pattern>*.jsp</url-pattern>
>
>   </filter-mapping>
>
>   <filter-mapping>
>
>     <filter-name>MyFacesExtensionsFilter</filter-name>
>
>     <url-pattern>/faces/*</url-pattern>
>
>   </filter-mapping>
>
>
>
> I am seeing the folder icons but only a blank square where the '+' should
> be.
>
>
>
> Tom.
>
>
>
>
>  ________________________________
>
>
> From: Rafael Nami [mailto:[EMAIL PROTECTED]
>  Sent: Monday, November 14, 2005 12:05 PM
>  To: MyFaces Discussion
>  Subject: Re: Problem getting example to work
>
>
>
>
> Did you add the configuration of the */faces filter in the web.xml to add
> the images (ExtensionFilter, I guess)?
>
>  Best Regards
>
>  Rafael Mauricio Nami
>
>
> 2005/11/14, Thomas A Hurley <[EMAIL PROTECTED]>:
>
>
> Hi,
>
>
>
> I am new to MyFaces and I'm trying to get the tree2 example to work.
>
>
>
> I copied the files, tree2.jsp, head.inc, page_footer.jsp, treeBacker.java,
> and basic.css into my project. When I deploy the project only the root
node
> is displayed, the graphic for the '+' is not displayed and I am unable to
> expand the tree. I am deploying with the myfaces_api.jar,
myfaces_impl.jar,
> and tomahawk,jar. What other file(s) do I need?
>
>
>
> Any help would be greatly appreciated.
>
>
>
> Thanks in advance.
>
>
>
> Tom.
>
>
>
>

Reply via email to