Hi,

I have following class, it works, but how to handle errors like:

1. user pass a wrong usr ID: http://localhost/info/111111
2. without passing id : http://localhost/info

Is there a way to use @PactActivationContext to save coding and yet can
still handle errors like the above? Thanks,

Angelo

public class Info {

@PageActivationContext
@Property
private Usr usr;

}


-- 
View this message in context: 
http://www.nabble.com/t5%3A-PageActivationContext-and-error-handling--tp19871376p19871376.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to