hyperlink « Data « JSF Q&A





1. How to make the output text attribute value as a hyperlink?    stackoverflow.com

I should display the bookmarks as hyperlink.so on clicking the bookmark will take me to corresponding web page.Can any one tell me how should i achieve my goal?Thanks.

<html>
  <f:view>
  ...

2. Use f:attribute for commandButton instead of f:param for f:commandLink    stackoverflow.com

I would like to include specific page depending upon button clicked. As far f:commandButton used,I couldn't use f:param, so it looks like I should use f:attribute tag. In case of f:param I would ...