Hi there,
The issue MR-ISSUE-562 was just created by Tomasz Pluskiewicz (ploosqva).
Key: MR-ISSUE-562
Summary: No translation when validating with useTitles=false
Type: Bug
Importance: High
Description:
For example, when creating a simple form like shown below:
$Form.UsePrototypeValidation()
$Form.FormTag("%{action='DoTest', id='form', useTitles='true'}")
$Form.LabelFor("testInfo.Text", "Integer input:")
$Form.TextField("testInfo.Text")
<br/>
$Form.Submit("Send")
$Form.EndFormTag()
and databinding with model:
public class TestInfo
{
[ValidateNonEmpty]
[ValidateInteger]
public string Text{ get; set;}
}
Validation shows english messages whatever the culture set in web.config
For more, see
http://support.castleproject.org/projects/MR/issues/view/MR-ISSUE-562
--
donjon
by Castle Stronghold
http://www.castle-donjon.com
--
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en.