I was using struts2-jquery plugin while learning jquery with struts2 and was stuck at the error
jquery is undefined
After doing lot of research found that the fix was very simple. I did'nt use sj:head tag in my jsp. After adding tag to the jsp, my problem got solved.
jquery is undefined
After doing lot of research found that the fix was very simple. I did'nt use sj:head tag in my jsp. After adding