Re: T5: BeanEditForm and accept-charset

2008-01-29 Thread Michael Gerzabek
Oh, that's easy! Thank you Harald /M Geritzer schrieb: Now I have a lot of beans and I want to make use of BeanEditForm to edit these. In the documentation I couldn't fint any hints on how to set the accept-charset attribute. Where do I have to look? had that problem too...after setting a

Re: T5: BeanEditForm and accept-charset

2008-01-29 Thread Harald Geritzer
Now I have a lot of beans and I want to make use of BeanEditForm to edit these. In the documentation I couldn't fint any hints on how to set the accept-charset attribute. Where do I have to look? had that problem too...after setting a @Meta annotation in the according page classes it worked.

T5: BeanEditForm and accept-charset

2008-01-29 Thread Michael Gerzabek
Guys, When I manually build a t:form there is the possibility to add the attribute accept-charset="ISO-8859-1". With that the user input (German special characters) will be well understood by my app. Now I have a lot of beans and I want to make use of BeanEditForm to edit these. In the docum