Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
TDD for a Shopping Website LiveProject
this week in the
Testing
forum!
dennis yarborough
Greenhorn
+ Follow
4
Posts
0
Threads
0
Cows
since Dec 03, 2002
Merit Badge info
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
Ranch Hand Scavenger Hunt
Number Posts (4/100)
Number Threads Started (0/100)
Number Cows Received (0/5)
Number Likes Received (0/10)
Number Likes Granted (0/20)
Set bumper stickers in profile (0/3)
Report a post to the moderators (0/1)
Edit a wiki page (0/1)
Create a post with an image (0/2)
Greenhorn Scavenger Hunt
First Post
Number Posts (4/10)
Number Threads Started (0/10)
Number Likes Received (0/3)
Number Likes Granted (0/3)
Set bumper stickers in profile (0/1)
Set signature in profile
Search for a post/thread (0/3)
Set a watch on a thread
Save thread as a bookmark
Create a post with an image (0/1)
Recent posts by dennis yarborough
Validator configuration
what version of struts are you using? I'm using struts on WAS 4.0 (wsad) and needed to use struts 1.1(beta3) to get validation working properly.
show more
19 years ago
Struts
[Struts] Comparing with null using equal tag
Try using <logic:notEmpty>. This tag will evaluate if the requested variable is neither null, nor an empty string, nor an empty java.util.Collection.
show more
19 years ago
Struts
Struts validator framework, please help
It's my understanding that with Struts 1.1 the ValidatorPlugIn replaces the ValidatorServlet. I see in your web.xml your initializing the servlet. In 1.1 the plugin initializes the resources, versus the servlet initializing them.
show more
19 years ago
Struts
Struts validator framework, please help
did you set validate="true" in your ActionMapping?
show more
19 years ago
Struts