Hello,

I get an Exception with the latest 1.0.10 snapshot. The width attribute
of tc:page doesn't accept it's value anymore. This worked with 
1.0.10 from a few day ago.

Stacktrace

javax.faces.FacesException: Could not set property width of component loginPage 
to value : 1020px with type : java.lang.
String
        at 
javax.faces.component._ComponentAttributesMap.setComponentProperty(_ComponentAttributesMap.java:416)
        at 
javax.faces.component._ComponentAttributesMap.put(_ComponentAttributesMap.java:309)
        at 
org.apache.myfaces.tobago.component.ComponentUtil.setStringProperty(ComponentUtil.java:652)
        at 
org.apache.myfaces.tobago.taglib.component.PageTag.setProperties(PageTag.java:90)

...

2006-12-22 16:41:35 http-8080-Processor25 ERROR - 
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/gena]
[FacesServlet]:253 - Servlet.service() for servlet FacesServlet threw exception
javax.faces.FacesException: Exception in JSP: /login.jsp:8

5: %><%@ page pageEncoding="UTF-8"
6: %><tc:loadBundle basename="login" var="bundle"
7: /><f:view
8:  ><tc:page label="#{bundle.page_label}" id="loginPage" width="1020px" 
height="600px">
9:     <f:facet name="layout">
10:       <tc:gridLayout border="0" cellspacing="0" marginTop="100px" 
marginLeft="375px"
11:         rows="fixed" columns="260px"/>


Regards
Helmut

Reply via email to