I just wanted to report that in using the struts modeler for designing my actions. I noticed that it does not take into acct the flag on how to deal with actions input sources.
As we know these can either be treated as context relative or not, I belive the default is to treat them as context relative; Well my eclipse does not behave that way.
If I use the browse for input source to select a file in the propeties wizard.
{webroot}/reporting/myfile.jsp
then it adds /reporting/myfile.jsp to the file and where the problem is that this is in a module, reporting. so because struts treats this as being context relative, the path that get set in the code is
{webroot}/reporting/reporting/myfile.jsp
and it can’t find the file.
If I remove the reporting in the input source description then the struts editor can’t find the file.
has this been encountered, is there a work around.
A Carbone