quickstart 5.4

2013-07-18 Thread Vladimir Bauer
I'd like to generate quickstart for tapestry 5.4 alpha 11. Used following command but it doesn't list any 5.4 projects. mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org Could you please advise how to generate 5.4 version quickstart? -- Kind Regards, Vladimir Bauer

RE: Problem in Production mode

2012-11-21 Thread Vladimir Bauer
I've found that yuicompressor-2.4.7.jar file includes rhino package, but it was duplicated at the same time in different file js-1.6R7.jar [INFO] +- org.apache.tapestry:tapestry-yuicompressor:jar:5.3.6:compile [INFO] | \- com.yahoo.platform.yui:yuicompressor:jar:2.4.7:compile [INFO] | \- rhi

RE: Problem in Production mode

2012-11-20 Thread Vladimir Bauer
Lance, Indeed there was a problem with YUI compressor. Removing file js-1.6R7.jar from the classpath, fixed the problem. Regards, Vladimir -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Tuesday, November 20, 2012 2:04 PM To: users@tapestry.apache.org Subjec

RE: Problem in Production mode

2012-11-20 Thread Vladimir Bauer
Hi Lance, I use Tapestry 5.3.6 Thanks for pointing, I'll try. Regards, Vladimir -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Tuesday, November 20, 2012 2:04 PM To: users@tapestry.apache.org Subject: Re: Problem in Production mode What version of tapestry

datefield component with IE8

2012-10-31 Thread Vladimir Bauer
Hi There is blank year header in datefield component, rendering in IE8, see attached. Tapestry version 5.3.6 It is ok in Firefox at the same time. Does anybody know the css fix I can apply for IE8? Regards, Vladimir Bauer - To

Tapestry refcard at dzone

2012-09-25 Thread Vladimir Bauer
.18, it is still does its job. Download link for impatient: https://dropfile.external.slb.com/cgi-bin/login.cgi?fid=6sel0s8m The file will be deleted on 2012-10-02 at 01:00 GMT Cheers, Vladimir Bauer

RE: autocomplete mixin - li.selected event?

2012-08-23 Thread Vladimir Bauer
mixin - li.selected event? You would can put an onchange event in text input, don't? 2012/8/23 Vladimir Bauer > Good day everybody! > > Does autocomplete mixin fires a server side event after an option was > selected from a popup list? > If not any idea how to fire an event

autocomplete mixin - li.selected event?

2012-08-23 Thread Vladimir Bauer
Good day everybody! Does autocomplete mixin fires a server side event after an option was selected from a popup list? If not any idea how to fire an event when option was selected? Regards, Vladimir Bauer - To unsubscribe, e

Injecting spring beans not in pages package

2012-07-24 Thread Vladimir Bauer
s package, but some other in same web application. Regards, Vladimir Bauer

FWD: Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Vladimir Bauer
version from manning pub and was very upset when it was cancelled. Nevertheless reading just 4 chapters plus great online docs was enough for me to build my web app with Tapestry ) So I just can't wait for Igor's book release) Thank you again friends, it is really interesting to

Re: Tapestry 5 vs Play! 2

2012-05-04 Thread Vladimir Bauer
ng pub and was very upset when it was cancelled. Nevertheless reading just 4 chapters plus great online docs was enough for me to build my web app with Tapestry ) So I just can't wait for Igor's book release) Thank you again friends, it is really interesting to read others opinion V

Tapestry 5 vs Play! 2

2012-05-04 Thread Vladimir Bauer
27;d like to address a question, but not in terms of what is better, rather this one: Is it really anything based on servlet api, Tapestry for example, is a dying technology? Regards, Vladimir Bauer

RE: Add validation conditionally

2012-03-28 Thread Vladimir Bauer
Not tested code, but you can try .tml: .java: public String getRadioInputChecked (){ if(RadioInputChecked) return "required"; else return null; } -Original Message- From: nquirynen [mailto:nat...@pensionarchitects.be] Sent: Wednesday, March 28, 2012 2:31 PM To: users@tape

Re: exclude a column from a grid component, by a condition

2012-02-02 Thread Vladimir Bauer
Thanks, Dusko! This approach works! Dusko Jovanovski написал: Try this: .tml: .java: public String getExcludeColumn(){ if(excludeCondition) return "somecolumn"; else return null; } I didn't test this code, but it should work. 2012/1/31 Vladimir Bauer >

exclude a column from a grid component, by a condition

2012-01-31 Thread Vladimir Bauer
. Any idea how to do it more properly? Regards, Vladimir Bauer

RE: T5.3 Checklist Sample Codes

2011-08-20 Thread Vladimir Bauer
Hi, This one is T5.2, but still does the trick: http://lombok.demon.co.uk/tapestry5Demo/test/components/checkboxgroupdemo Regards, Vladimir Bauer -Original Message- From: Igor Drobiazko [mailto:igor.drobia...@gmail.com] Sent: Friday, August 19, 2011 5:58 PM To: Tapestry users Subject