I'm often confused about the way I should code the paths in my
Struts application.
I'm trying to write a Struts example application for reuse in
my company.
I've got problems about URL resolving (relative, absolute, ...)
when using framesets along with jsp and other html files.
Is there a way to code paths always from the same perspective
(preferently from the application root) ?
Should I avoid html and framesets (and use templates instead) ?
Are the struts tags (everywhere) THE solution ?
(I can't find clear rules for coding about all that...)
Thanks in advance for your help.
Denis.