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 contributeAliasOverrides(Configuration> configurati

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 > The new archetype doesn't have a depend

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 ex

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 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

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 tapestry

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 us

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 wrote: > Damn, hit the wrong key! > > This might help: > > https://issues.apache.org/jira/browse/TAP5-456 > > Cheers, > > Uli > > Joost Schouten (maili

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 component

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 pl

in T5?

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

Re: in T5?

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

Re: in T5?

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

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 - 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

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

Re: [T5] filesystem asset problems

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

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

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