Struts Javascript error

2013-08-12 Thread Sreekanth S. Nair
Hi,
 Getting the following error in javascript console, happening with latest
struts2 distribution


   1. Uncaught ReferenceError: StrutsUtils is not defined
validation.js:161http://localhost:8080/tradelicense/struts/css_xhtml/validation.js
   http://localhost:8080/tradelicense/struts/css_xhtml/validation.js


Due to this or not, non of the action error messages are getting displayed.
-- 
Thanks  Regards
Srikanth


Re: Struts Javascript error

2013-08-12 Thread Sreekanth S. Nair
Javscript error got resolved by adding s:head between html head tag.
but still i'm unable to see the field error message which i have added
using addFieldError() method.

Sreekanth S. Nair sreekanth.n...@egovernments.org wrote:

 Hi,
  Getting the following error in javascript console, happening with latest
 struts2 distribution


1. Uncaught ReferenceError: StrutsUtils is not defined

 validation.js:161http://localhost:8080/tradelicense/struts/css_xhtml/validation.js
 http://localhost:8080/tradelicense/struts/css_xhtml/validation.js


 Due to this or not, non of the action error messages are getting
 displayed.
 --
 Thanks  Regards
 Srikanth