Hi,

How can I successfully create a link relative to the context-path of the
webapp from within a module?

I am developing a sub-application (module) using Struts-1.1b2.
Suppose the webapp is /explorer and the module is /explorer/content

>From within the content - module, I would like to create a hyperlink to
/explorer/index.jsp.

<html:link page='index.jsp'>  is relative to /explorer/content
<html:link href='index.jsp'/> is relative to the root of the web server
(/index.jsp instead of /explorer/index.jsp)

How can I successfully create a link relative to the context-path of the
webapp?

Thanks,
Rudy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to