Hi T5 guys,

    We have chosen T5 for our new project.I am trying to develop a screen
using Grid component.I am not connecting to database
just displaying the list of  callSummaryBean' s (just creating the beans
with some data in my page class) using below tag.

My question is why is it asking for Hibernate Session or hibernate.cfg.xml
when i am not connecting to DB.

Is it necessary to configure Logger and hibernate.cfg.xml before using the
Grid or BeanEditComponent.

              <t:grid source="callSummaryList" row="callSummaryBean"/>



Render queue error in BeginRender[CallSummary:grid.columns.sort]: Exception
constructing service 'ValueEncoderSource': Error invoking service builder
method org.apache.tapestry.services.TapestryModule.build(Map) (at
TapestryModule.java:1567) (for service 'ValueEncoderSource'): Error invoking
service contribution method
org.apache.tapestry.hibernate.HibernateModule.contributeValueEncoderSource(MappedConfiguration,
HibernateSessionSource, Session, TypeCoercer): Exception constructing
service 'HibernateSessionSource': Error invoking service builder method
org.apache.tapestry.hibernate.HibernateModule.build(Logger, List,
RegistryShutdownHub) (at HibernateModule.java:124) (for service
'HibernateSessionSource'): /hibernate.cfg.xml not found

Thankyou,
ravindra.

Reply via email to