> 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  <t:select> with model of string like "00:00,00:30,..." for all
the   day.   The   binded   property   was  of  type  Time  (<t:select
value="startTime"  .../>,  java.sql.Time  time. Of course, it leads to
some kind of exception while the form submits. But I don't receive any
of it.

I  change  "time"  type  to  String  (it  will  work  too  for me) and
everything is ok. But I had to guess the reason of just blank page. As
I  remember,  even in production mode tapestry can say something about
"internal server error" :)


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

Reply via email to