hardik_982 wrote:
it shows javascript error on page
'dojo' is required
That means the the dojo files were not found or were not even included. Does the head of your page (in html) include the scripts to load the dojo files?
If not:
does your JSP include <s:head>
does your decorator include <decorator:head/>

If yes:
use FireBug (net tab) to see if the resources were found, and if so, examine them to see if sitemesh decorated something it should have.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to