Re: Web framework evaluation - What is beautiful in Tapestry?

2009-04-25 Thread Inge Solvoll
My favorite part is that I always seem to get it right the first time around. In JSP/Struts, it pretty much always crashes (with extremely non-intuitive messages) when testing my code for the first time. In T5, I often end up writing code containing concepts and components I'm not 100% familiar wit

combobox cascade

2009-04-25 Thread Yury Luneff
Hello, users. I need to write a component for tapestry 5.0.18. The idea is simple: data is organized in a tree and tree is represented by cascade of comboboxes. When the page is first loaded, component draws a combobox (select) with options that represent roots of that forest, then when the one

Re: Tapestry Forms and Cancel Button

2009-04-25 Thread Geoffrey Wiseman
On Sat, Apr 25, 2009 at 3:06 PM, Marcus Veloso wrote: > Another option? > > ... > > > > ... > > > void onSubmitFromCancelForm() { ... } > I included that one: > I could move the cancel button outside of the form element (outside a > form, or in another form

Re: Tapestry Forms and Cancel Button

2009-04-25 Thread Marcus Veloso
Another option? ... ... void onSubmitFromCancelForm() { ... }

Re: Tapestry Forms and Cancel Button

2009-04-25 Thread Geoffrey Wiseman
On Thu, Apr 23, 2009 at 8:21 PM, Geoffrey Wiseman < geoffrey.wise...@gmail.com> wrote: > *Using a Link with a Button Inside* > I tried using a link with an HTML button inside, as was described > here, > and it had an interesting effect. I haven't tra

Re: Tapestry Forms and Cancel Button

2009-04-25 Thread Geoffrey Wiseman
On Thu, Apr 23, 2009 at 11:18 PM, Robert Zeigler wrote: > What about: > > .tml: > > Cancel > > .java: > > @Inject > private ComponentResources resources; > > public String getCancelURL() { >return resources.createEventLink("cancel").toAbsoluteURL();//or you > could inject the service for crea

T5 Performance

2009-04-25 Thread Ben Gidley
Hi, I have been asked questions a few times about Tapestry 5 performance so I have decided to run a series of load tests. The first set is now complete and the results are at http://blog.gidley.co.uk/2009/04/tapestry-5-benchmarking.html. Has anyone got any ideas of good load tests I can perform or

Re: [T5] LinkSumit no event captured

2009-04-25 Thread serg-l
I'm found this problem since 5.1.0.1 or 5.1.0.2, in 5.0.0.18 LinkSubmit work properly. Now if you add @Property @Validate("required") private String somefield; in java and in tml your LinkSubmit began event capture I'm don`t know why developers set this limitation. Ma

Re: How do you download Tapestry?

2009-04-25 Thread Sergey Didenko
It writes "Cannot process request". Anyway, I see there are a lot of votes already. > I've set up a poll on my blog ... please vote! > > http://tapestryjava.blogspot.com/ - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach