views:

34

answers:

0

when i keep all jsp files in foo folder then jsp show all the graphics, images, css, jquery animation etc. all working fine in foo folder. but i want to keep my all jsp's in jsp folder which is outside of foo folder. it show all the graphics but it does not display jquery animation.e.g when i keep the cursor on a row of table it does not give any response. rest of the graphics working fine

this relative URL in jsp working fine when i keep jsp's in foo folder:<link rel="stylesheet" media="all" type="text/css" href="../foo/jquery-ui-1.8.1.custom/css/info.css" />