Hello,
thats just it:
<hbj:link
          id="link1"
          text="Link to google"
          reference="http://www.google.com"
          target="_TOP"
          tooltip="this takes you to: http://www.google.com"
          onClick="LinkClick"
/>
text in this case is an order. You cannot really nest hbj jsp tags in a JSP page (put this link tag into a table tag). Therefore I recommend to programm the link into the tablemodel.
In PDK (also 5.0.5) there are also examples you to do this.
Oliver
Add comment