DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21465>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21465

Enhancement of the html:link tag

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2003-08-18 08:51 -------
dear CodeWeasels,

i struggeld across the same problem and tried a solution :

<x:xLink forward="portal" paramId="objID" paramName="BOs" paramProperty="key" >
  <x:xLinkParam key="module">BusinessObjects</x:xLinkParam>
  <x:xLinkParam key="view">list</x:xLinkParam>
  <x:xLinkBody><bean:message key="application.function.edit"/></x:xLinkBody>
</x:xLink>

due to the fact, that html:link originally uses its body as the link itself the
solution of using "nested" tags would not work out because it would be hard to
seperate the real link content from the additional parameters.

I am attaching my solution as an impulse/contribution. [xLink.zip]
I will include <x:xLinkParam paramId="x" paramName="XX" [paramProperty="XX.x"]/>
when its ready for use.

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

Reply via email to