I was thinking about separating my
JSP logic into a header.jsp where I have:
Also I was thinking about adding the following code:
The latter is something all my JSP file have. It gives them the first part of the URI to use later in the code /firstPartofURI/newpage
However. I can' get this to work. Because the variable firstPartOfURI is in anoter JSP file which I include I cannot use it in my JSP because it does not know this variable.
Is there a way to work around this?
Also another thing:
In my webpage I have a service selector form which is loaded on startup. When a service is selected that form is shown. And that form is including the service selection form in its JSP. So I run into the problem with duplicate headers. The new form page has its header and when including the service selector form it has its header. This does not go well. Anyone know a way around this?[LIST]