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
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
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
[
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
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);