I am not sure what i am asking is possible or not. Can i validate a HTML element in struts(I am not using struts Tag like <html:text>)? I am using plain HTML tag <input type="text">. Let me know if i am not clear.
Thanks in advance!
Rajeev roushan sharma
Ranch Hand
Joined: Jan 28, 2010
Posts: 50
posted
0
or i want to know whether it is needed to use STRUTS TAG, if i want to used validation feature of struts. or it can validate plain HTML element ?
Server-side validation is based solely on the parameters received by the server--the server side doesn't know if they're coming from an input tag, a request from a non-browser client, or anything else. If you want to display validation *messages* without Struts tags, you'll have to do it manually.
Rajeev roushan sharma
Ranch Hand
Joined: Jan 28, 2010
Posts: 50
posted
0
David Newton wrote:Server-side validation is based solely on the parameters received by the server--the server side doesn't know if they're coming from an input tag, a request from a non-browser client, or anything else. If you want to display validation *messages* without Struts tags, you'll have to do it manually.
Thanks David :)
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.