Re: Using “Persist” annotation in Tapestry is causing Problems with RunJettyRun

2012-03-17 Thread Thiago H. de Paula Figueiredo
On Sat, 17 Mar 2012 19:21:20 -0300, Chris Mylonas wrote: Hi mate, Hi, muchachos! When I'm working on the web stuff I stick to running jetty from the command line because sometimes the tools within eclipse don't work as advertised and therefore I stick to the command line - mvn / jetty

Re: Using “Persist” annotation in Tapestry is causing Problems with RunJettyRun

2012-03-17 Thread Chris Mylonas
Hi mate, When I'm working on the web stuff I stick to running jetty from the command line because sometimes the tools within eclipse don't work as advertised and therefore I stick to the command line - mvn / jetty come to mind. The fact that it runs from the command line makes it point to an ec

tapestry-security 0.4.3 released!

2012-03-17 Thread Kalle Korhonen
I swear, I thought tapestry-security already implemented anything you need for security. But turns out I was wrong. So, we quickly put together another, even more awesome release of tapestry-security for Apache Tapestry 5 from http://tynamo.org, with the following enhancements in the newly baked 0

Using “Persist” annotation in Tapestry is causing Problems with RunJettyRun

2012-03-17 Thread IcedDante
I am going through the Tapestry beginner tutorial at: http://tapestry.apache.org/tapestry-tutorial.html I just downloaded the template project and tried running it as is. The problem is adding the @Persist annotation to the property my application hangs indefinitely. I realized that it happens wh

cosmetic issue with tapestry palette

2012-03-17 Thread Anuj Mittal
Hi All, I have created a palette( multi select ) and also doing client side validation on it, but if I did not select any value in palette and hit the submit button it show the validation error a cross mark in the next line And to the extreme left. It should come to right side like with other co

Re: components and events

2012-03-17 Thread Muhammad Gelbana
Has anyone tried this with a component in a form fragment ? On Tue, Aug 23, 2011 at 7:43 PM, Josh Canfield wrote: > > I wonder how a component can participate on > > form events (especially onSubmit) which would give me a chance to "set > back" > > the values in my model. > > I would treat your a