Hi,
I have following code:
All the examples I see on web or in the books says that when you hit on 'Register' button with no data entered in firstName text field , It would throw error right beside it. The error would read
Validation Error: Value is required . But when submit above page, it shows
j_id_jsp_172425500_1:fname: Validation Error: Value is required.. i.e it shows the generated code j_id_jsp_172425500_1:fname: as well !!
Has anybody come across such a sceneario. I am using
JSF 1.2,JSTL 1.2 ,
Tomcat 6 , JDK 1.6
Thanks
-Anand