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
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
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
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
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
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
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
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
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://
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;
>
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
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
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
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
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
> --
>
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
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.
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
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
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
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
21 matches
Mail list logo