Re: Production Error Page

2006-04-24 Thread Angelo Luis
http://jakarta.apache.org/tapestry/tapestry/hivedocs/module/tapestry.error.html Override exceptionPageName, in your hivemodule.xml On 4/24/06, Craig Hamilton <[EMAIL PROTECTED]> wrote: > > Hi, > > I am ready to move my Tapestry app to production. I want to override the > error report page to som

Re: Navigate in the object graph in tapestry!!!

2006-04-24 Thread Angelo Luis
treet would translate into > > getClient().getAddress().getStreet() > > if getClient() or getAddress() return null, boom you get an NPE. > > I doubt that if webwork is using OGNL that the behaviour there is any > different from what I have described. > > Geoff > &

Navigate in the object graph in tapestry!!!

2006-04-24 Thread Angelo Luis
I have a Client that have a Adrress and i want to navigate in the object graph in that way : client.address.street, without have a null pointer exception... how can i do that... I kwon that i can do that with webwork. is that a way to do in tapestry??? Both (tapestry and ww) uses OGNL, so P

Re: Tapestry 4.0.1 validation problem

2006-04-12 Thread Angelo Luis
I think that i found the problem, the localized mensages od locale pt_BR in the 4.0.1 is in single quote '{0}' and teh 4.0 is in double "{0}"... How can i overrides the error mensages in tapestry ? On 4/10/06, Angelo Luis <[EMAIL PROTECTED]> wrote: > > the pt_B

Re: Tapestry 4.0.1 validation problem

2006-04-10 Thread Angelo Luis
the pt_BR locale... If this is a tapetry error and don't mine i can do that ;-) ... On 4/10/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Can you be more specific about which locale this was for? Possibly firing > a > jira issue? > > On 4/10/06, Angelo L

Tapestry 4.0.1 validation problem

2006-04-10 Thread Angelo Luis
Hi, I'm update the tapestry 4.0 for 4.0.1and the validation don't change the placeholders, with the message "bla bla bla {0}". don't change to NAme, adress , etcc...

Re: RUNTIME EXCEPTION HANDLERS IN TAPESTRY...

2006-03-31 Thread Angelo Luis
... thank's On 3/31/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > There are some tutorials/documentation here > > http://jakarta.apache.org/hivemind/ > > > > On 3/30/06, Angelo Luis <[EMAIL PROTECTED]> wrote: > > > > HUmmm... There's a t

Re: RUNTIME EXCEPTION HANDLERS IN TAPESTRY...

2006-03-30 Thread Angelo Luis
HUmmm... There's a tutorial, example, or something like that... how i'overrides exceptionPageName to take my actual page??? On 3/30/06, Angelo Luis <[EMAIL PROTECTED]> wrote: > > WHEN YOU TYPE IN ALL CAPS PEOPLE THINK YOU ARE YELLING AT THEM. > > sorry!!! > > &g

Re: RUNTIME EXCEPTION HANDLERS IN TAPESTRY...

2006-03-30 Thread Angelo Luis
> P.S. WHEN YOU TYPE IN ALL CAPS PEOPLE THINK YOU ARE YELLING AT THEM. > > On 3/30/06, Angelo Luis <[EMAIL PROTECTED]> wrote: > > > > How do I make a runtime exception handler in tapestry for presenting the > > message?? > > > > The default everybody kwo

RUNTIME EXCEPTION HANDLERS IN TAPESTRY...

2006-03-30 Thread Angelo Luis
How do I make a runtime exception handler in tapestry for presenting the message?? The default everybody kwons, nice for developers, but no good to the user, so, how i can do my one... My idea is some like that, the same page is rendered but with a error message of the exception, just like valida