The error says it all: You already have a service implementing SaltSource (it gets contributed
automatically by the tapestry-spring-security module). If you want to override it, contribute to the
AliasOverrides service:
public static void
contributeAliasOverrides(Configuration> configurati
I added that of course to them pom.xml along with other dependencies I need.
The problem is, that my Spring context is read in correctly but then
Tapestry bails out with the classnotfoundexception for the
TaperstrySpringFilter.
2009/2/7 Howard Lewis Ship
> The new archetype doesn't have a depend
This might help:
Joost Schouten (mailing lists) schrieb:
Hi,
I'm getting a NPE in tapestries reflected Request after I contributed
a new RequestFilter (LocaleFilter below; see snippet). My pages appear
as expected which leads me to assume it has something to do with the
Request being completed
Damn, hit the wrong key!
This might help:
https://issues.apache.org/jira/browse/TAP5-456
Cheers,
Uli
Joost Schouten (mailing lists) schrieb:
Hi,
I'm getting a NPE in tapestries reflected Request after I contributed
a new RequestFilter (LocaleFilter below; see snippet). My pages appear
as ex
Solved. One shouldn't try to code that late and when tired. When copypasting
I used the tapestry-test definition in the pom and of course forgot to
delete the test for tapestry-spring sorry for the hassle.
2009/2/7 Otho
> I added that of course to them pom.xml along with other dependencies I
I find out the cause of this error. in my POM, I forgot to remove
tapestry-acegi and the class loader incorrectly loads a wrong class
Thanks
Ulrich Stärk wrote:
>
> The error says it all: You already have a service implementing SaltSource
> (it gets contributed
> automatically by the tapestry
Hello,
Is there a quick way to manually produce those balloons?:)
IE by just calling a JavaScript function with the component's id and message
for instance?
Thanks,
--James
-Original Message-
From: Howard Lewis Ship [mailto:hls...@gmail.com]
Sent: February-06-09 3:05 PM
To: Tapestry us
Thanks Uli,
I'll have a play with this tomorrow. Looks very promising.
Have a good weekend,
Joost
On Sat, Feb 7, 2009 at 6:58 PM, Ulrich Stärk wrote:
> Damn, hit the wrong key!
>
> This might help:
>
> https://issues.apache.org/jira/browse/TAP5-456
>
> Cheers,
>
> Uli
>
> Joost Schouten (maili
Possibly, that's a tack I take in a lot of the Tapestry code; passing
the component (actually the ComponentResources) around to gain access
to the component's identity and resources.
I had a lot of trouble with the naming here because from some
perspectives, the ComponentResources IS the component
Also have a look at the other issue I linked mine to. That concerns the
RequestHandler directly. In the end I think your problem comes down to
the Session not being available at the time you are trying to access it.
HTH,
Uli
Joost Schouten (mailing lists) schrieb:
Thanks Uli,
I'll have a pl
How do you do:
in T5?
Thanks!
Toby
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
Sorry for asking, it is:
;-)
Original-Nachricht
> Datum: Sat, 07 Feb 2009 21:02:54 +0100
> Von: superoverdr...@gmx.de
> An: users@tapestry.apache.org
> Betreff: in T5?
> How do you do:
>
>
>
> in T5?
>
> Thanks!
>
> Toby
>
> ---
See the OutputRaw component
Uli
superoverdr...@gmx.de schrieb:
How do you do:
in T5?
Thanks!
Toby
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apac
Hi fellas,
this isnt a T5 question but hoping someone can help out.
I am looking to style buttons
- how would i got about styling
that one?
if i change the above code to:
save and have the
following css it works fine
a.button, button {} button {} etc
if i want to style my buttons do I
Hello,
I just created a list of 36 UI components. Please take a survey so we (the
community) can all get an impression of what is most needed and what not.
http://bbwebcraft.blogspot.com.
Of course, the debate is welcome!
Cheers,
Borut
thanks for the hint, it makes more sense now. So there are two parts,
when it comes to assets:
1) Presenting the asset as a proper link to the client (as component
link inside HTML)
2) Getting tapestry to response it when it is requested as URL.
Currently built in as direct context path or ass
There's a method attach to the JavaScript DOM object to invoke.
Please check out tapestry.js for details.
On Sat, Feb 7, 2009 at 9:39 AM, James Sherwood
wrote:
> Hello,
>
> Is there a quick way to manually produce those balloons?:)
>
> IE by just calling a JavaScript function with the component's
17 matches
Mail list logo