Re: [S2] s:form and title internationalization

2008-09-20 Thread Paweł Wielgus
Hi Dave, works like a charm :-) thank You. Adding %{} did the trick. Best greetings, Paweł Wielgus. 2008/9/19 Dave Newton <[EMAIL PROTECTED]>: > --- On Fri, 9/19/08, Paweł Wielgus wrote: >>> The form element doesn't render a title. [...] >> actually it does, i've been using it for a long time. >

Re: [S2] s:form and title internationalization

2008-09-19 Thread Dave Newton
--- On Fri, 9/19/08, Paweł Wielgus wrote: >> The form element doesn't render a title. [...] > actually it does, i've been using it for a long time. Oh; I thought you meant like a form header type thing; my bad. You could also try using a getText() call in the title, possibly needing %{} to force

Re: [S2] s:form and title internationalization

2008-09-19 Thread Paweł Wielgus
Hi Dave, > The form element doesn't render a title. It's an attribute of the form > element because > it inherits an underlying class covering the HTML tags, but doesn't use it > itself. actually it does, i've been using it for a long time. It works on all my browsers (IE, Mozilla, FF, Chrome).

Re: [S2] s:form and title internationalization

2008-09-18 Thread Dave Newton
--- On Thu, 9/18/08, Paweł Wielgus wrote: > [...] is not > working - title is not evaluated. The form element doesn't render a title. It's an attribute of the form element because it inherits an underlying class covering the HTML tags, but doesn't use it itself. There are a number of possible