Re: Eclipse Tapestry5 Plugin update

2013-09-15 Thread Dmitry Gusev
New version with "Jump to Definition" available for update. As usual, checkout screenshots & readme here: https://github.com/anjlab/eclipse-tapestry5-plugin On Mon, Sep 9, 2013 at 10:42 AM, Dmitry Gusev wrote: > New version with Tapestry Context View available for update. > > Checkout screen

[T5.4] JQuery / Bootstrap etc. from CDN by default?

2013-09-15 Thread Lenny Primak
I think there are lots of advantages and few downsides of doing this. It can, of course (optionally) can be turned off, but, in this day and age, I think Tapestry should consider it. - To unsubscribe, e-mail: users-unsubscr...@tap

[T5.4] BeanEditor and Friends don't look as good as in Tap 5.3

2013-09-15 Thread Lenny Primak
Hi guys, I noticed something else that's not as pretty out of the box in T5.4 due to bootstrap probably In T5.3, beaneditor looks something like this: Label [Input Text] Label [Input Text] In T5.4, it looks like this: Label [Input Text (takes up the whole width of the page)] Label [

Re: [T5.4] First impressions

2013-09-15 Thread Lenny Primak
Thanks Thiago, I didn't know that servlet 3.0 supports META-INF. That will help a lot, actually. As far as the IDE issues, I was just trying to be too smart for my own good: I tried to do the following to separate the source from resources types in the IDE: META

[T5.3] Authentification by url with tapestry-spring-security

2013-09-15 Thread TNO
Hi, I'm trying to identicate automatically an user with a string token in an url. Example : www.toto.fr/mypage/mytoken I'm trying to do this using the setupRender of myPage by doing this : public void setContext(String tokenKey) { UserDetails ud = loadUserByUsername(tokenKey);