posted 12 years ago
Let me give you more details about it , I am writing the below code in spring roo generated application to load the desired js file in my application
on run time in html code I can see the js file in being included correctly (the path is correct) , but I don't see the alert messages , however if I remove line
I can see the alert messages , which means there is some problem when spring is trying to load the js file however I don't see any error both on server console or at browser.
I am almost cluless here that whats going wrong at this point.
Below is the code generated for the page where I am including the js file
and the html code for text area where I can't see this whole rich text box thing being applied is