Gajulapalli prathi

Greenhorn
+ Follow
since Oct 15, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gajulapalli prathi

my code is:

<h:inputText styleClass="inputText" id="zip" style="width: 35px;" required="true">
<hx:validateConstraint regex="^[0-9]+$" /> </h:inputText>

when the user enters alphabets....i want to display the error message:"Zip code should contain only digits"

and if the name field is required field...then the message should be "u should enter a value for name field".

how can i display this error messages...
16 years ago
JSF
I m displaying the check boxes in datatable .how can i find out whether at least one check box is selected or not?
16 years ago
JSF
i have so many text fields in my jsf page.i want to perform field validations.how can i display only the first custom error message in my jsf page.
16 years ago
JSF
how can i group the radio bottons for all the rows which i am displaying in the data table.
16 years ago
JSF
How do you display a Textarea without the vertical scrollbars.
[ October 15, 2007: Message edited by: Mark Spritzler ]
16 years ago
JSF