Re: datefield - no option to cancel?

2011-01-09 Thread Benny Law
Just added a comment to TAP5-1408. Thanks. Benny On Sun, Jan 9, 2011 at 4:06 PM, Paul Stanton wrote: > there is now (as of about 2 hrs ago) > > https://issues.apache.org/jira/browse/TAP5-1408 > https://issues.apache.org/jira/browse/TAP5-1409 > > i'd prefer to use a built in tapestry component o

Re: datefield - no option to cancel?

2011-01-09 Thread Thiago H. de Paula Figueiredo
On Sun, 09 Jan 2011 19:06:59 -0200, Paul Stanton wrote: there is now (as of about 2 hrs ago) https://issues.apache.org/jira/browse/TAP5-1408 https://issues.apache.org/jira/browse/TAP5-1409 Thanks for the info. :) i'd prefer to use a built in tapestry component over another JS solution o

Re: datefield - no option to cancel?

2011-01-09 Thread Paul Stanton
there is now (as of about 2 hrs ago) https://issues.apache.org/jira/browse/TAP5-1408 https://issues.apache.org/jira/browse/TAP5-1409 i'd prefer to use a built in tapestry component over another JS solution or tapestry extension but as it stands the component is not suitable. i may try and patc

Re: datefield - no option to cancel?

2011-01-09 Thread Thiago H. de Paula Figueiredo
On Sun, 09 Jan 2011 18:58:47 -0200, Benny Law wrote: However, I am beginning to lose heart when most people seem to have simply given up on this component that is part of Tapestry. Is it really "dead", or should I keep believing that DateField is still alive and will continue to be impro

Re: datefield - no option to cancel?

2011-01-09 Thread Benny Law
The DateField has always been on my list of things that require fixes/enhancements/workarounds for some minor flaws, but I never got to it because of other higher priority issues I had to deal with. I was always annoyed by the fact that I couldn't cancel the popup just by clicking outside like I ca

Re: datefield - no option to cancel?

2011-01-09 Thread Bryan Lewis
I switched our apps some time ago to Tapx Datefield and we've been happy with it. The only annoyance about it was the inability to easily override the date parser. I was asked to make it accept two-digit years and I had to hack the source. But we were totally happy with it before that requirement

Re: datefield - no option to cancel?

2011-01-09 Thread Paul Stanton
yeah unfortunately, i'm going to have to give up on it too. have logged jira issues. jQuery isn't the best fit for me though, since prototype/scriptaculous is already required and i don't want to have another javascript framework dependency. what other date components are there out there tha

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-09 Thread françois facon
Hi Geoff, I use your site every time I need to show to someone how much Tapestry is powerful. So I very happy to give you some help. See U François 2011/1/9 Geoff Callender > Thanks for doing this. Unfortunately I have no time at the moment to look > at it due to project deadlines... I'll be lo

Re: T5: 5.2.4 and assets protection

2011-01-09 Thread Thiago H. de Paula Figueiredo
On Sun, 09 Jan 2011 09:32:28 -0200, Angelo C. wrote: you can try that with the hotel booking demo: http://tapestry.zones.apache.org:8180/tapestry5-hotel-booking/assets/1.2-SNAPSHOT/ctx/ at lest two files are listed: Book.tml favi They're listed, but .tml files can't be downloaded: http://

Re: [T5] Complexity for simple things, where is the documentation?

2011-01-09 Thread Borut Bolčina
Thanks! 2011/1/8 Taha Hafeez > Hi Borut.. > > With pleasure. > > var PeriodicAjaxUpdater = Class.create({ > initialize:function(params){ > this.element = $(params.element); > this.url = params.url; > this.period = params.period; > $T(this.element).zoneId = params.zone; >

Re: and user types ...

2011-01-09 Thread Yohan Yudanara
If you want simpler solution, just add property with java type that can represent your user type in your bean class. On 1/9/11, Yohan Yudanara wrote: > You can take a look at > http://tapestry.1045711.n5.nabble.com/Grid-sortable-additionnal-column-td2433091.html. > > On .tml file, you need to use

Re: and user types ...

2011-01-09 Thread Yohan Yudanara
You can take a look at http://tapestry.1045711.n5.nabble.com/Grid-sortable-additionnal-column-td2433091.html. On .tml file, you need to use beanModel attribute on the Grid component: On .java file, you need to add your "amount" property to the beanModel: @Inject private BeanModelSource b

Opportunity for some PR?

2011-01-09 Thread Richard Hill
Just posted: http://stackoverflow.com/questions/4638851/what-java-web-application-framework-to-use - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.or

Re: T5: 5.2.4 and assets protection

2011-01-09 Thread Angelo C.
you can try that with the hotel booking demo: http://tapestry.zones.apache.org:8180/tapestry5-hotel-booking/assets/1.2-SNAPSHOT/ctx/ at lest two files are listed: Book.tml favi -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-5-2-4-and-assets-protection-tp637p

Re: T5: 5.2.4 and assets protection

2011-01-09 Thread Christian Riedel
can't reproduce that... I just took the quickstart[1] app and a request to assets/ shows me the index page. I think you've got some other problem :-) [1] http://tapestry.apache.org/getting-started.html Am 09.01.2011 um 11:03 schrieb Angelo C.: > > but assets/ shows all the tml files > -- >

Re: Need help upgrading JumpStart examples to Tapestry 5.2

2011-01-09 Thread Geoff Callender
Thanks for doing this. Unfortunately I have no time at the moment to look at it due to project deadlines... I'll be looking for the first opportunity to do so. Cheers, Geoff On 08/01/2011, at 10:35 PM, françois facon wrote: > if you want to contribute, have a look at the current issues > https

Re: T5: 5.2.4 and assets protection

2011-01-09 Thread Angelo C.
but assets/ shows all the tml files -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-5-2-4-and-assets-protection-tp637p710.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: datefield - no option to cancel?

2011-01-09 Thread Gunnar Eketrapp
I gave up on datefield and switched to jQuery datepicker ... 2011/1/9 Paul Stanton : > further to this, say your date format is m/d/ and the initial value is > 1/1/2011 and you want to change it to 2/1/2011.. that is not possible. > changing month, the selected 'day' is still selected and ther

Re: and user types ...

2011-01-09 Thread Gunnar Eketrapp
Hi Thiago and others ... I still haven't managed to display and sort user types in the grid. If I do the cell rendering on my own as in ... ${transaction.amount.format()} .. the sorting goes away I have added a MoneyTranslator but that one is only

Re: T5: 5.2.4 and assets protection

2011-01-09 Thread Christian Riedel
You shouldn't need an asset dispatcher in T5.2. Directory listings and access to WEB-INF is denied.. at least in my apps ;-) Am 09.01.2011 um 07:50 schrieb Angelo C.: > > Hi, > > Seems to me there is no change in the assets protection from 5.1.0.5 to > 5.2.4, we still need AssetProtectionDisp

Re: T5: 5.2.4 and memory

2011-01-09 Thread Angelo C.
finding is similar to my tests, here is a table, figures in parentheses are from 5.2.4, seems Permgen isn't too much difference, heap and classes are a little more, but not too far from 5.1.0.5, I have an app that's quite high in traffic, max size for PermGen is set at 256mb, but it uses only 90MB