users@woodstock.java.net

Re: some components don't render under 4.1.1

From: Dan Labrecque <Dan.Labrecque_at_Sun.COM>
Date: Tue, 08 Jan 2008 11:16:58 -0500

Do you see any JavaScript errors in the page? If you set the debug
attribute of the head tag to true, that may show messages in the Firebug
console. You can also add "?debug" to the end of your URL.

Dan

Kenneth Suter wrote:
> Hello,
>
> I have a very simple application running with Woodstock 4.1, Tomcat
> 6.0.14, and Facelets 1.1.13. However when I upgrade the app to
> Woodstock 4.1.1 (replacing the 18 jars in the WEB-INF/lib directory)
> some of the components stop rendering. The masthead and common task
> components seem to work OK but simple elements like buttons and
> textfields do not appear in the browser (Firefox and Safari). If I
> revert the jars back to 4.1 the components work as expected.
>
> It looks all the client in-line Javascript for generating the
> components is present and I used Firebug to make sure that the
> createWidgetOnLoad is being called correctly but I'm not sure where to
> go from there.
>
> Any ideas?
>
> Thanks,
>
> -Kenneth
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>