Re: Mixing prototype and JQuery based components?

2012-03-31 Thread Lenny Primak
I see, otherwise you are saying that mixing components should work in any case. Am i correct in this assumption? And I am also assuming that a component library based in prototype does not need to be rewritten in jquery to be able to interoperate assuming SUPPRESS_PROTOTYPR=false On Mar 31, 201

Re: How to define a "private" service (a service only for another service)

2012-03-31 Thread Howard Lewis Ship
On Thu, Mar 29, 2012 at 1:12 AM, fmaylinch wrote: > > Howard Lewis Ship wrote >> >> HiveMind, the predecessor to Tapestry IoC, had private services & >> visibility. In my opinion, it caused more problems than it was worth. >> >> What I'm hearing is a basic lack of trust between one developer and >

Re: Set another properties file like App.properties

2012-03-31 Thread ksrijith
You can try this link. It shows examples on how to read symbols from properties file. http://wiki.apache.org/tapestry/Tapestry5HowToReadSymbolsFromPropertiesFile - -- Don't Forget to Rate -- View this message in context: http://tapestry.1045711.n5.nabble.com/Set-another-properties-file-like-

Set another properties file like App.properties

2012-03-31 Thread dick_hu
There is global properties file "App.properties" in the Tapestry. Now I want to more global properties file like the app.properties. Is there any way to configurate in the AppModule? Can anyone help me? Thank very much. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Set-an

Re: Mixing prototype and JQuery based components?

2012-03-31 Thread François Facon
Hi Lenny, if you have a look at https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/javascript/JQueryJavaScriptStack.java you will see that then SUPPRESS_PROTOTYPE is equal to false, we just use the default js modules provided by tapestry. That me

Re: Dynamic CSS depending on URL

2012-03-31 Thread Lance Java
I've put together a little demo decorating the ComponentEventLinkEncoder which I'm sure you could adapt to the deprecated URLRewriter if you prefer it that way. I've done it in tapestry 5.3 but it could be packported to tapestry 5.1.0.5 as is. I've setup three "special" prefixes for "foo", "bar" a