Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-28 Thread Gunnar Eketrapp
Hi Thiago! I created JIRA issue https://issues.apache.org/jira/browse/TAP5-1762 for the missing component params. /Gunnar 2011/11/28 Thiago H. de Paula Figueiredo > On Sun, 27 Nov 2011 14:26:49 -0200, Gunnar Eketrapp < > gunnar.eketr...@gmail.com> wrote: > > When looking at the 5.3 component

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-28 Thread Thiago H. de Paula Figueiredo
On Sun, 27 Nov 2011 14:26:49 -0200, Gunnar Eketrapp wrote: When looking at the 5.3 component reference for textfield the component parameters are all gone ... Yep, that's something that needs to be fixed. Documentation JIRA please? ;) -- Thiago H. de Paula Figueiredo Independent Java, Apac

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
When looking at the 5.3 component reference for textfield the component parameters are all gone ... 2011/11/27 Gunnar Eketrapp > Has disabled been removed as component parameter to textfield ? > > 2011/11/27 Chris Poulsen > >> It sounds like you are using the "disabled" attribute instead of the

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
Has disabled been removed as component parameter to textfield ? 2011/11/27 Chris Poulsen > It sounds like you are using the "disabled" attribute instead of the > "readonly" attribute - but it is hard to tell without seeing the code. > > Some random google result on the difference between the two

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Chris Poulsen
It sounds like you are using the "disabled" attribute instead of the "readonly" attribute - but it is hard to tell without seeing the code. Some random google result on the difference between the two: http://www.htmlcodetutorial.com/forms/_INPUT_DISABLED.html -- Chris On Sun, Nov 27, 2011 at 2:

Re: Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
Hi! Now I also noticed that my contact form does not work with 5.3. It is a really simple page with a form containing an email textfield, a title textfield plus a message textarea. When a user is logged in I disable editing of the email textfield but still uses the value when the mail is sent.

Moving to T5.3 / Problem with textfield and translate ...

2011-11-27 Thread Gunnar Eketrapp
Hi! This morning i decided to step up to 5.3. I noticed that 5.3 is stricter and some of my pages did not work due to the fact that there where event methods with no corresponding template component. So I had to do some cleanup but that I like ! I was also one of the few that had used @PageDetach