Re: SaltSource Error with tapestry-spring-security

2009-02-07 Thread Ulrich Stärk
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

Re: [T5] 5.1 Startup problem with TapestrySpringFilter

2009-02-07 Thread Otho
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 hls...@gmail.com The new archetype

Re: Hard to track NPE

2009-02-07 Thread Ulrich Stärk
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

Re: Hard to track NPE

2009-02-07 Thread Ulrich Stärk
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

Re: [T5] 5.1 Startup problem with TapestrySpringFilter

2009-02-07 Thread Otho
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 scopetest/scope for tapestry-spring sorry for the hassle. 2009/2/7 Otho taa...@googlemail.com I added that of course to them pom.xml

Re: SaltSource Error with tapestry-spring-security

2009-02-07 Thread bongosdude
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

RE: T5: Nice balloon error for 2 text fields possible?

2009-02-07 Thread James Sherwood
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

Re: Hard to track NPE

2009-02-07 Thread Joost Schouten (mailing lists)
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 u...@spielviel.de wrote: Damn, hit the wrong key! This might help: https://issues.apache.org/jira/browse/TAP5-456 Cheers, Uli Joost Schouten

Re: Localization in Services

2009-02-07 Thread Howard Lewis Ship
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

Re: Hard to track NPE

2009-02-07 Thread Ulrich Stärk
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

span jwcid=@Insert value=ognl:something raw=true/ in T5?

2009-02-07 Thread superoverdrive
How do you do: span jwcid=@Insert value=ognl:something raw=true/ in T5? Thanks! Toby - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: span jwcid=@Insert value=ognl:something raw=true/ in T5?

2009-02-07 Thread Ulrich Stärk
See the OutputRaw component Uli superoverdr...@gmx.de schrieb: How do you do: span jwcid=@Insert value=ognl:something raw=true/ in T5? Thanks! Toby - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

How to style a button

2009-02-07 Thread kace
Hi fellas, this isnt a T5 question but hoping someone can help out. I am looking to style buttons input type = submit value = save/ - how would i got about styling that one? if i change the above code to: button class=button positive type = submitsave/button and have the following css it

Wishlist and survey for Tapestry 5 components

2009-02-07 Thread Borut Bolčina
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