RE: anybody using tapestry-security ?

2013-03-15 Thread nhhockeyplayer nashua
configuration.add(factory.createChain("/roles/anonymous/**").add(factory.roles(), "anonymous").build()); configuration.add(factory.createChain("/roles/administrator/**").add(factory.roles(), "administrator").build()); configuration.add(factory.createChain("/perms/create/**").add(factory.perms(),

Re: Read only bindings - How do I set their value from a mixin?

2013-03-15 Thread trsvax
I ran into this problem also. I think you might be able to create a different binding prefix like default: that is writable and change the default to use that prefix. This is still on my todo list because I'd like to do the same thing. -- View this message in context: http://tapestry.1045711.n

Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
Like I mention some other pages are throwing other errors. TypeError: Cannot call method 'configure' of undefined [http://localhost:8080/assets/3e94218d4f262b02/core/scriptaculous_1_9_0/prototype.js:828] This one comes from the cometd plugin as it uses jquery I would expect. TypeError: Cannot

Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
My desire is to include prototype since I want to use cheditor mixin and it relays on prototype. For everything else I want to use jquery. I have only added 2 lines as per instructions and for some reason something is breaking. Versions are 5.3.6 and jquery 3.3.5 -- View this message in contex

Re: Now hotness at SX vs 5.4

2013-03-15 Thread trsvax
I like that the compressed version is larger than the uncompressed version and the documentation is just a link to the Javascript manual. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Now-hotness-at-SX-vs-5-4-tp5720473p5720482.html Sent from the Tapestry - User mailing

Re: Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
The error is TypeError: Cannot call method 'bind' of null [http://localhost:8080:72] I just explained instead of also writing the error in question, my bad. The last lines are part of what ever tapestry has initialized and it looks like it didnt use the alias. Also on other pages I am getting

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Richard Frovarp
On 03/15/2013 08:20 AM, Thiago H de Paula Figueiredo wrote: On Fri, 15 Mar 2013 09:45:11 -0300, Joachim Van der Auwera wrote: On 03/15/2013 01:26 PM, trsvax wrote: Monitoring is something Tapestry lacks, Etsy's StatsD seems to be popular. Something quite similar (though not distributed) is e

Tapestry use both Jquery and Prototype

2013-03-15 Thread bhorvat
As per instructions on the tapestry-jquery plugin I have tried to add configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false"); after this application would throw an error sayting that I need to setup jquery alias (the instruction say it will be use some default value). So I added co

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Howard Lewis Ship
On Fri, Mar 15, 2013 at 5:26 AM, trsvax wrote: > As always there is a buzz at SX about the latest and greatest. Some have > staying power like Twitter some do not. This year the three hot topics > seemed to be mobile, medical and scalability. Medical does not have much to > do with 5.4 but the ot

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Mar 2013 09:45:11 -0300, Joachim Van der Auwera wrote: On 03/15/2013 01:26 PM, trsvax wrote: Monitoring is something Tapestry lacks, Etsy's StatsD seems to be popular. Something quite similar (though not distributed) is easy using geomajas-project-profiling, see http://blog.pr

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Mar 2013 09:26:56 -0300, trsvax wrote: Vanilla.js seems to be the hot Javascript framework for mobile. JQuery is old and bloated. http://http://vanilla-js.com I guess you noticed that the Vanilla JS site is a parody, not a real framework, just plain old JavaScript (hence the 'Van

Re: Now hotness at SX vs 5.4

2013-03-15 Thread Joachim Van der Auwera
On 03/15/2013 01:26 PM, trsvax wrote: Monitoring is something Tapestry lacks, Etsy's StatsD seems to be popular. Something quite similar (though not distributed) is easy using geomajas-project-profiling, see http://blog.progs.be/453/profiling-live-application. Kind regards, Joachim

Re: [5.3.6] Apache CXF and Apache Tomcat 7

2013-03-15 Thread Thiago H de Paula Figueiredo
On Fri, 15 Mar 2013 07:02:47 -0300, Muhammad Gelbana wrote: I'm having trouble *understanding and knowing* what needs to be done. I've seen deroke's metro web-services integration but it seems to be designed for filters and not servlets. I understand that should not be a huge difference s

Re: TapestryIoC: Is it possible to receive an OrderedConfiguration's ID?

2013-03-15 Thread Steve Eynon
No, but if your contribution is a service then you can inject the ServiceId using the @Symbol annotation: http://tapestry.apache.org/symbols.html#Symbols-InjectingValuesfromSymbols Steve. On 15 March 2013 11:26, Eli Doran wrote: > When using OrderedConfiguration the add method's first argument

[5.3.6] Apache CXF and Apache Tomcat 7

2013-03-15 Thread Muhammad Gelbana
I'm having trouble *understanding and knowing* what needs to be done. I've seen deroke's metro web-services integration but it seems to be designed for filters and not servlets. I understand that should not be a huge difference since you define the url pattern for either the patter\servlet. But I h

Re: Read only bindings - How do I set their value from a mixin?

2013-03-15 Thread Lance Java
That would apply to all grids. I want a DisablePaging mixin that I can use on a case by case basis -- View this message in context: http://tapestry.1045711.n5.nabble.com/Read-only-bindings-How-do-I-set-their-value-from-a-mixin-tp5720446p5720469.html Sent from the Tapestry - User mailing list ar