Setting/Overriding the Locale

2010-06-01 Thread ARD Marx Tobias
Hi there! I was wondering how ThreadLocale's Locale can be set depending on its URL/domain/subdomain I am injecting ThreadLocale to contributeRequestHandler in AppModule: public void contributeRequestHandler(OrderedConfiguration configuration, @Local RequestFilter fil

AW: Tapestry Scaling

2010-03-02 Thread ARD Marx Tobias
Hi Ben! Are you going to use a CDN to deliver the website in the future? Thanks! Tobias -Ursprüngliche Nachricht- Von: Ben Gidley [mailto:b...@gidley.co.uk] Gesendet: Tuesday, March 02, 2010 9:20 AM An: Tapestry users Betreff: Tapestry Scaling Hi, I thought it was worth posting an up

AW: [Tapestry Central] March of Progress

2010-02-23 Thread ARD Marx Tobias
You need the marketing of RubyOnRails for Tapestry - combined with a good IDE and "plugins" for common use-cases (e.g. authentication)...then more people might use Tapestry and the number of user-contribution rises. The best webframework is not very useful without a big community behind it. Or: E

AW: ognl question

2009-11-19 Thread ARD Marx Tobias
Yes, but instead of {ognl:someMethod} you write ${getSomeMethod()} -Ursprüngliche Nachricht- Von: Ken in nashua [mailto:nhhockeypla...@hotmail.com] Gesendet: Thursday, November 19, 2009 2:41 PM An: users@tapestry.apache.org Betreff: ognl question Folks, OGNL is used in t4. Is it being

OGNL expressions in Tapestry 5

2009-10-28 Thread ARD Marx Tobias
Why are the following ognl expressions not supported anymore in the latest Tapestry5 version? ${method.getSomething()} ${method.getSomething(´some constant´)} ${ognl:method.getSomething(´some constant´)} and how does this work now? Thanks! Toby