Re: [T 5.0.11] Problem with localizing error message in bean edit form

2008-04-13 Thread Tomasz Dziurko
It's rather brute-force solution, but it works :) -- Tomasz Dziurko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T 5.0.11] Problem with localizing error message in bean edit form

2008-04-13 Thread Filip S. Adamsen
Hi Tomasz, You can localize the banner by putting an Errors.properties file in org.apache.tapestry.corelib.components containing the key default-banner. Saves you the hassle of doing it everytime and I believe this will work with BeanEditForm as well. -Filip On 2008-04-13 14:48, Tomasz Dziu

[T 5.0.11] Problem with localizing error message in bean edit form

2008-04-13 Thread Tomasz Dziurko
I am trying to localize message saying, that there are errors in the form. In normal form everything works as expected. I have: //file app.properties error-occured=Popraw następujące błędy // in page file ... and it works. But when I try to do the same in beanEditForm: // in page fil