Yesterday I did a build from the svn and the sandbox is working pretty
ok to me. You can also take a look to the examples at www.irian.at.
The schedule is in http://www.irian.at/myfaces-sandbox/schedule.jsf,

Regards,

Bruno

2005/10/28, David G. Friedman <[EMAIL PROTECTED]>:
> I'm trying to run the October 25, 2005 nightly build's sandbox.war for the
> Schedule component.  Unfortunately, Tomcat 5.0.28 (JDK 1.5) is kicking out
> the following errors, preventing me from playing with it.  Any suggestions?
> I tried to find Jurgen's original web page but the link I had
> (http://mandril.ugent.be:7780/calfaces/simple/planner.jsf) is no longer
> available.
>
> Regards,
> David
>
> =-=-=- Start Errors from my Tomcat 5.0.28 / JDK 1.5.0_05 =-=-=-=-=-
>
> WARNING: PanelGrid forceIdForm:_id0 has not enough children. Child count
> should be a multiple of the columns attribute.
> Oct 27, 2005 11:08:35 PM org.apache.myfaces.taglib.UIComponentBodyTagBase
> doEndTag
> WARNING: Component with id '_id0:_id1'
> (org.apache.myfaces.taglib.html.HtmlPanelGridTag tag) and path :
> {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
> /schedule.jsp][Class: javax.faces.component.html.HtmlForm,Id: _id0][Class:
> javax.faces.component.html.HtmlPanelGrid,Id: _id1]}renders it's children,
> but has embedded JSP or HTML code. Use the <f:verbatim> tag for nested HTML.
> For comments use <%/* */%> style JSP comments instead of <!-- --> style HTML
> comments.
>  BodyContent:
> <x:inputCalendar
>                                 id="scheduleNavigator"
>                                 monthYearRowClass="yearMonthHeader"
>                                 weekRowClass="weekHeader"
>                                 currentDayCellClass="currentDayCell"
>                                 value="#{scheduleBean.date}"
>                                 valueChangeListener="#{scheduleBean.calendar
> ValueChanged}"
>                                 binding="#{scheduleBean.dateInput}"/>
> Oct 27, 2005 11:08:36 PM org.apache.myfaces.taglib.UIComponentBodyTagBase
> doEndTag
> WARNING: Component with id '_id0:_id6'
> (org.apache.myfaces.taglib.html.HtmlPanelGridTag tag) and path :
> {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
> /schedule.jsp][Class: javax.faces.component.html.HtmlForm,Id: _id0][Class:
> javax.faces.component.html.HtmlPanelGrid,Id: _id6]}renders it's children,
> but has embedded JSP or HTML code. Use the <f:verbatim> tag for nested HTML.
> For comments use <%/* */%> style JSP comments instead of <!-- --> style HTML
> comments.
>  BodyContent:
> <x:inputDate
>                                 id="appStart"
>                                 value="#{appointmentBean.appointmentStart}"
>                                 type="both"/>
>
>                             <x:inputDate
>                                 id="appEnd"
>                                 value="#{appointmentBean.appointmentEnd}"
>                                 type="both"/>
> Oct 27, 2005 11:08:36 PM org.apache.myfaces.renderkit.html.HtmlLabelRenderer
> encodeBegin
> WARNING: Unable to find component 'appStart' (calling findComponent on
> component '_id0:_id7')
> Oct 27, 2005 11:08:36 PM org.apache.myfaces.renderkit.html.HtmlLabelRenderer
> encodeBegin
> WARNING: Unable to find component 'appEnd' (calling findComponent on
> component '_id0:_id8')
> Oct 27, 2005 11:08:36 PM
> org.apache.myfaces.renderkit.html.HtmlGridRendererBase renderChildren
> WARNING: PanelGrid _id0:_id6 has not enough children. Child count should be
> a multiple of the columns attribute.
> Oct 27, 2005 11:08:36 PM org.apache.myfaces.taglib.UIComponentBodyTagBase
> doEndTag
> WARNING: Component with id '_id0:_id16'
> (org.apache.myfaces.taglib.html.HtmlPanelGridTag tag) and path :
> {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
> /schedule.jsp][Class: javax.faces.component.html.HtmlForm,Id: _id0][Class:
> javax.faces.component.html.HtmlPanelGrid,Id: _id16]}renders it's children,
> but has embedded JSP or HTML code. Use the <f:verbatim> tag for nested HTML.
> For comments use <%/* */%> style JSP comments instead of <!-- --> style HTML
> comments.
>  BodyContent:
> <x:inputDate
>                                 id="holidayDate"
>                                 value="#{appointmentBean.holidayDate}"
>                                 type="date"/>
> Oct 27, 2005 11:08:36 PM org.apache.myfaces.renderkit.html.HtmlLabelRenderer
> encodeBegin
> WARNING: Unable to find component 'holidayDate' (calling findComponent on
> component '_id0:_id17')
>
> =-=-=- End Errors from my Tomcat 5.0.28 / JDK 1.5.0_05 =-=-=-=-=-
>
>

Reply via email to