cj jaswal

Greenhorn
+ Follow
since Jan 19, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by cj jaswal

i give up ...............it's ampersand which worked( getting it to show up on the post is as difficult as trying out modifying my validation.xml if not more)
19 years ago
Thanks Paul..... "&" worked for the valiation.xml
19 years ago
Thanks... will go through the link and try it out.
19 years ago
How can I modify my constant in validation.xml(for validator framework) so that it allows a user to include & along with alphabets , single apostrophe(which is already in there)?
<constant>
<constant-name>somename</constant-name>
<constant-value>^([a-zA-Z]|'|)*$</constant-value>
</constant>
At this point it just lets me add alphabets(be it small or capital) and have a single apostrophe .
This is done so as to allow names like
AB
Macy's
I am facing problem when i try to include &(special character) so as to allow names like
A&B



Thanks
19 years ago
how can i make the hyperlink to update the values entered by user to an action form (submit event) in addition to it going to an action class?