Wow!
Yes - this was it indeed.

Thx,
-J.

On Mon, 2008-04-28 at 11:20 +0200, Christian Koeberl wrote:
> > Jan Vissers <[EMAIL PROTECTED]> wrote:
> > Our layout component has:
> > <link rel="shortcut icon" href="favicon.ico"/>
> 
> If you have this in your code the browser will request 
> "/yourpage/favicon.ico" or "mypackage/mypage/favicon.ico". Tapestry treats 
> "favicon.ico" as an activation context. I think you have a 
> onActivate(Long) in your page. So, Tapestry tries to coerce favicon.ico to 
> a long which fails. 
> 
> Maybe you should try:
> <link rel="shortcut icon" href="${asset:context:favicon.ico}"/>
> 
> -- 
> Chris


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

Reply via email to