Re: exceptions sometimes are omitted completely

2010-02-19 Thread Yury Luneff
> maybe some kind of service catches all of your > Exceptions maybe a Tapestry filter or dispatcher? > obviously RuntimeExceptions make it through we have spring-security here and Timing filter from default tapestry app. > we also have a large T5 application and never > experienced your pro

Re: exceptions sometimes are omitted completely

2010-02-19 Thread Kristian Marinkovic
do a search for try/catch blocks and analyze them. i guess it is not a Tapestry problem. g, kris Yury Luneff 19.02.2010 12:03 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: exceptions sometimes are omitted completely right now i have excepti

Re: exceptions sometimes are omitted completely

2010-02-19 Thread Yury Luneff
right now i have exception stacktrace in log, but none on page: Caused by: java.lang.RuntimeException: Bean editor model for does not contain a property named 'route'. Available properties: carmodel, drivername, endDate, mileage, passengersInsideVehicle, passengersTransported, registrationnum

Re: exceptions sometimes are omitted completely

2010-02-19 Thread Yury Luneff
> configuration.add(SymbolConstants.PRODUCTION_MODE, "false"); so it is definetely not production mode. Actually, code posting here is difficult -- the project is large. As for now I can tell about some problems. I had with model of string like "00:00,00:30,..." for all the day. The bi

Re: exceptions sometimes are omitted completely

2010-02-19 Thread Kristian Marinkovic
hi, can you post some code. i guess you are in tapestry production mode g, kris Yury Luneff 19.02.2010 04:42 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema exceptions sometimes are omitted completely Hello! I'm fighting with

exceptions sometimes are omitted completely

2010-02-18 Thread Yury Luneff
Hello! I'm fighting with my app for features now. There is a problem about valueencoders and such and i guess this problem should report as any kind of exception - either the beautiful one done by tapestry or at least stacktrace in log window. But tapestry chooses neither. Just empty page