Raghavanjm,
You should be able to call to Java code directly from XPath, for example:
<xhtml:html xmlns:foo="java:my.java.MyValidator">
...
<xforms:model>
...
<xforms:bind constraint="foo:myValidationMethod(string(.))">
Then in class MyValidator:
public class MyValidator {
public static boolean myValidationMethod(String value) {
...
}
}
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws