I am using tapestry 5.0.10 and I have a code in a .tml file which looks like 
this.

<input t:id="ipAddress" t:type="TextField" 
t:validate="regexp=([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])){3<blocked::file://.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])){3/>}"
 />

No matter what input string I give, the regex validation is failing. The regex 
is valid and works fine with my java code.

Any help would be greatly appreciated.

Reply via email to