Hello All,
I'm trying to use the url tag to construct a href which goes to a
different namespace. It seems that all of the constructed URLs have the
same base as the original page.
For example, given a page reached at:
http://lynx.ngdc.noaa.gov:8080/tideloader/message/View.action
The markup listed below produces this URL:
http://lynx.ngdc.noaa.gov:8080/tideloader/message/observation/View.action?localId=amkaC&operatorId=1
when what I actually want is this URL:
http://lynx.ngdc.noaa.gov:8080/tideloader/observation/View.action?localId=amkaC&operatorId=1
<a href="
<s:url action="View" forceAddSchemeHostAndPort="true"
includeParams="none" includeContext="true" namespace="observation"
scheme="http">
<s:param name="localId" value="key" />
<s:param name="operatorId" value="message.operatorId" />
</s:url>
">
<s:property value="key"/>
</a>
Can someone please show me the correct way to do this?
Thanks!
--john
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]