Re: Select Menu updating AjaxFormZone

2012-02-11 Thread yazdog8
That looks like an excellent place to start. Thanks for the help! I think that I can listen to the zone update custom event to reset the select back to the default state once the zone is actually triggered. Much appreciated! -- View this message in context: http://tapestry.1045711.n5.nabble.com

More Mixin Informal Parameter Woes

2012-02-11 Thread Barry Books
Some background: I'm working on a module that adapts existing components to use the Twitter Bootstrap HTML/CSS framework. To do this I created a mixin that supports informal parameters and passes the parameters to a Visitor. The problem is mixins that support informal parameters appear to be favor

Re: hosting

2012-02-11 Thread Thiago H. de Paula Figueiredo
On Sat, 11 Feb 2012 10:12:16 -0200, François Facon wrote: Very easy to deploy on heroku seens http://www.jamesward.com/2012/02/08/deploy-containerless-tapestry-apps-on-heroku Recently I've discovered another one: Jelastic(.com). I haven't tried i yet. François 2011/11/29 Christian Kö

Re: Select Menu updating AjaxFormZone

2012-02-11 Thread François Facon
if you have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1 who will see how geoff demonstrate a way to change items of the select called carModelZone each time your select a new car maker in carMake. replace carModelZone by your populated input should work The tr

[ANNOUNCE] Versions 1.4 and 1.4.1 of tapestry-tagselect

2012-02-11 Thread Joakim Olsson
Hi, I just released version 1.4 (for Tapestry 5.2.6) and 1.4.1 (for Tapestry 5.3.2) of tapestry-tagselect. Both versions should be available from Maven central shortly. The new versions contains major changes to the client-side with a more professional look overall as well as the possibility to u

Re: hosting

2012-02-11 Thread François Facon
Very easy to deploy on heroku seens http://www.jamesward.com/2012/02/08/deploy-containerless-tapestry-apps-on-heroku François 2011/11/29 Christian Köberl : > 2011-11-29 14:17, csckid: >> Isn't there any free java hosting site? > There are some: > http://www.cloudbees.com/ > http://www.heroku.com/

Re: How to get the selected value from radio group

2012-02-11 Thread karthi
Okay thank you for your update.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group-tp5472198p5474805.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to get the selected value from radio group

2012-02-11 Thread Thiago H. de Paula Figueiredo
On Sat, 11 Feb 2012 02:43:54 -0200, karthi wrote: Thank you very much it solved my problem now am getting the value what the user selected in the UI radio component. And what is the way to mark my thread as resolved? This is a mailing list, not a forum, so there's no way to do that. -- T

Re: How to restrict users only to enter numeric values in text field

2012-02-11 Thread karthi
Changed the database structure to integer and it works fine (tapestry validates if when I entered any letters other than numbers), but my expectations is even when I typed alpha letters in the keyboard it should give only numbers in the text box is that possible? Also after I changed my database

Re: How to add a java variable value in href

2012-02-11 Thread karthi
My question is how to add java variable value in href it was a silly mistake, I have found that. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-add-a-java-variable-value-in-href-tp5474413p5474710.html Sent from the Tapestry - User mailing list archive at Nabble.com.