Wanted to know how to specify links and jsp filepaths in jsps. Is it better to specify them on the jsp itself or if its better to keep them all in a constants file so that it is easier to change things if the path to a jsp changes or the url of a link changes.
By the way I also use the Struts2 framework and JSTL tags on my pages.