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. @Meta(value = {"tapestry.response-content-type=text/html", "tapestry.response-encoding=ISO-8859-1"}) public class MyPage{ ... } harald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]