users@woodstock.java.net

Re: woodstock issue #512: deferred value in id property of webui taglib

From: Lark Fitzgerald <Lark.Fitzgerald_at_Sun.COM>
Date: Tue, 17 Jul 2007 09:13:29 -0400

Good question.
Can someone from the woodstock team answer this?
thanks,
lark

Dave Brininstool wrote:
> Hello,
> I am working on a project using the Woodstock controls to make a web
> app to run using the Glassfish server V2. Excuse my newness to JSP and
> JSF but we are getting an error that sounds similar to issue #512.
> When trying to open the main web page, we get the following error:
>
> [#|2007-07-16T13:26:02.133-0600|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_Threa
>
> dID=15;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=814ff5a2-e607-412b-9f95-6135d4cd4e93;|Appli
>
> cationDispatcher[/VTLe-gui] PWC1231: Servlet.service() for servlet jsp
> threw exception
> org.apache.jasper.JasperException: /TopologyPage.jsp(5,67) PWC6341:
> According to the TLD, deferred-v
> alue is specified for the attribute id of the tag handler
> com.sun.webui.jsf.component.PageTag, but t
> he argument for the setter method is not a javax.el.ValueExpression
> at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:49)
>
> at
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:344)
>
> at
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:172)
>
> at
> org.apache.jasper.compiler.Validator$ValidateVisitor.checkSetter(Validator.java:1036)
>
> at
> org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:10
>
> 99)
> at
> org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:821)
>
>
> We do not see this issue when running the older 9.0 version of the Sun
> app server. Is the same issue as #512? What is the workaround?
>
> Thanks,
> Dave Brininstool