On Fri, Jun 24, 2011 at 12:47 PM, Arpan wrote:
> Can I aceess the field errors in java script?
> like : document.getElementById("fieldErrors") or how can i get the value?

...

Let's take a step back: how would you access a simple action property
in JavaScript, assuming, say, you were doing it on a JSP page?

var foo = "${theActionProperty}";

Correct?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to