On Friday, June 24, 2011, Arpan <[email protected]> wrote: > In my JavaScript method I want to check if the page has got any fielderror > or messege. > > How to access these struts2 objects into java script.Any example?
Just write the JavaScript in something (JSP, FreeMarker, etc.) that processes server-side code. Or validate via Ajax. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

