following are my code pars. What am i doing wrong ??---index.tml------index.java---@Persist @Propertyprivate String lyricsUrl;@InjectComponent(value="lyricsUrl")private TextField lyricsUrlField;---index.properties---lyricsurl-regexp=\\d{4}(\\-?\\d{4}){3}---Error---ender queue error in BeginRender[Index:lyricsurl]: Failure reading parameter 'validate' of component Index:lyricsurl: Validator 'regexp' requires a validation constraint (of type java.util.regex.Pattern) but none was provided. The constraint may be provided inside the @Validator annotaton on the property, or in the associated component message catalog as key 'contentForm-lyricsUrl-regexp' or key 'lyricsUrl-regexp'.
-- View this message in context: http://tapestry.1045711.n5.nabble.com/Problem-in-Validation-using-regexp-tp5717198.html Sent from the Tapestry - User mailing list archive at Nabble.com.