>>>>> "Daishi" == Daishi Harada <[EMAIL PROTECTED]> writes:
Daishi> Hi,
Daishi> I have what seems like (and probably is) a very simple problem, but I
Daishi> haven't been able to find a solution. Any help/hints would be
Daishi> appreciated.
Daishi> I'm trying to build a website in a typical sort of way, with headers
Daishi> and footers isolated and "<%@include%>"'ed into the actual
Daishi> pages. However, now I'd like to modularize somewhat and decompose
Daishi> parts of the site into their own projects/contexts, while still having
Daishi> each project share common headers and footers. Unfortunately,
Daishi> "<%@include%>" is relative to the current context, so I haven't been
Daishi> able to figure out a good way to share the header/footer information
Daishi> across each of the contexts/apps. Is there a canonical way of doing
Daishi> something like this?
You might take a look at the JSTL (JSP Standard Tag Library) at
<http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html>. It includes
an "import" tag that specifies a URL, which can point anywhere, either relative
or absolute. I have not used this.
--
===================================================================
David M. Karr ; Best Consulting
[EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>