T5 firefox IE7

2008-06-14 Thread maxthesecond
As my T5 application was evolving, I've noticed an important slow down in performance, but as you don't have time for everything I tributed to de debug mode or whatever...but few pages latter I begin to be very worried, looking at the console output the Request time kept ridiculously short, but fr

Re: delete confirm

2008-06-14 Thread Sven Homburg
th simpliest way: @Component(parameter = {"onClick=literal:return confirm(\"do you want to delete this record?\");"}) private ActionLink anyAction 2008/6/14 tengxh <[EMAIL PROTECTED]>: > In list there is a column with the delete funtion,but i want to user > confirm the action,in other word,I wan

Re: T5 firefox IE7

2008-06-14 Thread andreoua
also, firebug really slows ff down. On 6/14/08, maxthesecond <[EMAIL PROTECTED]> wrote: > > As my T5 application was evolving, I've noticed an important slow down in > performance, but as you don't have time for everything I tributed to de > debug mode or whatever...but few pages latter I begin to

T5: translate input according to locale

2008-06-14 Thread Ulrich Stärk
Hi list, For a multi-language application I'd like my users to be able to input data according to their locale, e.g. different date formats (dd.mm.) or different ways of seperating decimal places (',' instead of '.'). In T4 the translators took into account the user's locale but in T5 this

Re: delete confirm

2008-06-14 Thread Stephane Decleire
Just add a javascript confirm function on your delete link. stephane tengxh a écrit: > In list there is a column with the delete funtion,but i want to user confirm > the action,in other word,I want to have a confirm window "do you really > delete this record",in t5,how to do this,give some idea

Re: T5: translate input according to locale

2008-06-14 Thread Ulrich Stärk
I missed the output component which can output formatted content. Using this with my grid cells I can output the fields with a localized format. This requires some work though, a builtin localization would be much more convenient. For the input issue I think I'll have to write a custom transla

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-14 Thread Estevam Henrique Portela Mota e Silva
Sorry, forgot put link When you can test there link: http://www.lambdaprobe.org/d/index.htm -- Regards, Estevam Henrique Portela Mota e Silva Handicapped Auditory = deaf [EMAIL PROTECTED] / [EMAIL PROTECTED] Programmer Java and Tapestry Brazil - Fortaleza / CE

Searcheable inPlace Grid

2008-06-14 Thread Moritz Gmelin
Hi, I'd like to add a search box to a grid component that has its inPlace attribute set to "true" (really cool ajax feature). This works if the submit action of the search box repaints the whole page. Then the grid gets its source from a "filtered" list. How can I make the submit button of

Re: T4.1.5 - BeanForm Throwing Exception during HTTP POST rewind of Form component

2008-06-14 Thread lenards
Quoting Andreas Andreou <[EMAIL PROTECTED]>: So, you're saying that when you're creating a new bandPojo it works, but when you're editing an existing one it fails? Yes. When the component is modifying a new instance of the Band pojo, everything works. But when I enter the page with an existi

Re: T4.1.5 - BeanForm Throwing Exception during HTTP POST rewind of Form component

2008-06-14 Thread lenards
Quoting Andreas Andreou <[EMAIL PROTECTED]>: Didn't find anything weird :) UGH! Try excluding more of your pojo properties until you find which one causes this... Okay - I attempt that. Also, try the properties parameter as described at http://tacos.sourceforge.net/tacos4.1/beanform/comp

Re: T4.1.5 - BeanForm Throwing Exception during HTTP POST rewind of Form component

2008-06-14 Thread Andreas Andreou
Another thought, try cacheProperties="ognl:false" in your beanForm On Sat, Jun 14, 2008 at 9:20 PM, <[EMAIL PROTECTED]> wrote: > Quoting Andreas Andreou <[EMAIL PROTECTED]>: > >> Didn't find anything weird :) > > UGH! > >> Try excluding more of your pojo properties until you find which one >> cau

Re: T5: translate input according to locale

2008-06-14 Thread Sven Homburg
for your output problem i want to offer you: read the docs more carefull http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Output.html for the input issue: i search for a suggestion too 2008/6/14 Ulrich Stärk <[EMAIL PROTECTED]>: > Hi list, > > For a

Re: T4.1.5 - BeanForm Throwing Exception during HTTP POST rewind of Form component

2008-06-14 Thread lenards
Quoting Andreas Andreou <[EMAIL PROTECTED]>: Another thought, try cacheProperties="ognl:false" in your beanForm I have not been able to update to Tapestry 4.1.6-SNAPSHOT (I'm not a Maven user). I was able to find OGNL 2.7.3 in a Maven repo to download it. I don't think I'm going to be able t