How to set the destination URL of a HtmlCommandLink component
How can I please set by code the URL which will be opened when I click on an HtmlCommandLink or HtmlOutputLink .I couldn't find the associated method.Thanks in advance.
[197 byte] By [WebServicea] at [2007-11-27 6:09:30]
Thanks for your reply .But I didn't foud the method allowing to set the url attribute to the component.But now my problem is resolved.I used the com.sun.webui.jsf.component.Hyperlink component.And it has method named setUrl making what I want.Thanks.