maybe some kind of service catches all of your 
Exceptions.... maybe a Tapestry filter or dispatcher? 
obviously RuntimeExceptions make it through

we also have a large T5 application and never
experienced your problems. except someone 
added some bugs to our exception reporter :).

i'd do a search for try/catch blocks and analyze
them. i guess it is not a Tapestry problem.

g,
kris




Yury Luneff <bitter...@ya.ru> 
19.02.2010 12:03
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
"Tapestry users" <users@tapestry.apache.org>
Kopie

Thema
Re: exceptions sometimes are omitted completely







right now i have exception stacktrace in log, but none on page:

Caused by: java.lang.RuntimeException: Bean editor model for <model> does 
not contain a property named 'route'.  Available properties: carmodel, 
drivername, endDate, mileage, passengersInsideVehicle, 
passengersTransported, registrationnumber, startDate.
        at 
org.apache.tapestry5.internal.beaneditor.BeanModelImpl.get(BeanModelImpl.java:152)
        at 
org.apache.tapestry5.internal.beaneditor.BeanModelImpl.reorder(BeanModelImpl.java:213)
        at 
org.apache.tapestry5.internal.beaneditor.BeanModelUtils.reorder(BeanModelUtils.java:100)
        at 
org.apache.tapestry5.internal.beaneditor.BeanModelUtils.modify(BeanModelUtils.java:46)
        at 
org.apache.tapestry5.corelib.components.Grid.getDataModel(Grid.java:502)
        at 
org.apache.tapestry5.corelib.components.GridColumns.setupRender(GridColumns.java:113)
        at 
org.apache.tapestry5.corelib.components.GridColumns.setupRender(GridColumns.java)
        at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$SetupRenderPhase.invokeComponent(ComponentPageElementImpl.java:184)
        at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl$AbstractPhase.run(ComponentPageElementImpl.java:164)
        at 
org.apache.tapestry5.internal.structure.ComponentPageElementImpl.invoke(ComponentPageElementImpl.java:933)
        ... 125 more
[ERROR] InternalModule.PagePool Page Page[waybill/List ru] is dirty, and 
will be discarded (rather than returned to the page pool).

i  mean,  it  is  something not quite right if tapestry doesn't do its
exception reports.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


Reply via email to