Hi,

Here is an exception caught by my Exception Report Handler.

However, I cannot remember seeing the actual exception happened.

(And of course, I'm not able to make it happen.)


Is there someone able to give me some explanations and solutions to avoid
it?


java.lang.IllegalArgumentException:
Input string '${context:css' is not valid; the '$' character at position 1
should be followed by another '$' or a four digit hex number (a unicode
value).



at
org.apache.tapestry5.internal.services.URLEncoderImpl.decode(URLEncoderImpl.java:138)
at $URLEncoder_1308f64e7ca.decode($URLEncoder_1308f64e7ca.java)
at
org.apache.tapestry5.internal.services.ContextPathEncoderImpl.decodePath(ContextPathEncoderImpl.java:92)
at
$ContextPathEncoder_1308f64e7be.decodePath($ContextPathEncoder_1308f64e7be.java)
at
org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl.checkIfPage(ComponentEventLinkEncoderImpl.java:328)
at
org.apache.tapestry5.internal.services.ComponentEventLinkEncoderImpl.decodePageRenderRequest(ComponentEventLinkEncoderImpl.java:320)
at
org.apache.tapestry5.internal.services.linktransform.LinkTransformerInterceptor.decodePageRenderRequest(LinkTransformerInterceptor.java:68)
at
$ComponentEventLinkEncoder_1308f64e7b2.decodePageRenderRequest($ComponentEventLinkEncoder_1308f64e7b2.java)
at
org.apache.tapestry5.internal.services.PageRenderDispatcher.dispatch(PageRenderDispatcher.java:41)
at $Dispatcher_1308f64e7b3.dispatch($Dispatcher_1308f64e7b3.java)
at $Dispatcher_1308f64e7ae.dispatch($Dispatcher_1308f64e7ae.java)
at
org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)
...



Obviously, '${context:css' is in some of my .TML files, most of the time to
call images.


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-2-4-Unexpected-illegal-argument-exception-Input-string-context-css-is-not-valid-tp4498202p4498202.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Reply via email to