>What version of Tapestry are you using?
5.3.3
I looked into it again:
* it only occurs with javax.inject.Inject - o.a.t.ioc.annotations.Inject works
as advertised.
* it has nothing to do with tapestry-resteasy.
-
To unsubscri
Hi
I tried to @Inject a Logger into a service (a tapestry-resteasy resource if
that matters) and got an exception:
oejs.ServletHandler:/intern/
java.lang.RuntimeException: Exception constructing service
'ResteasyRequestFilter': Error building service proxy for service 'Application'
(at org.tyna
> From: Jim O'Callaghan [mailto:jc1000...@yahoo.co.uk]
> Subject: RE: write raw attributes
>
> Is something like:
>
>
> ... of any use? Do you mean in .tml?
Unfortunately no, because XML-Attributes can't contain XML-Elements, i.e.:
won't work in a .tml.
Thanks anyway!
To clarify myself: I m
Hi,
is there a convenient way to output unescaped attributes - i.e. other than
writer.writeRaw('')?
Specifically I need entities in a href.
Thanks in Advance,
Sebastian Arming
-Original Message-
From: Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com]
Sent: Monday, June 14, 2010 4:49 PM
Subject: Re: Absolute links on 404 error page
> This is also a Tapestry configuration symbol, so it can be set from your
> AppModule class. ;)
Just did that.
Loosing r
Hey,
I've setup a custom 404 error page in my web.xml which is generated by Tapestry.
As links generated by tapestry are (normally) relative, they don't work on a
404 page for a path with several slashes.
That is if I navigate to (non existing) "/a/b", the browser interprets the link
"contact"