I'd like to link to a fragment on the page, actually to a row in a datatable. Preferably I'd like to use commandLink. I've run into a couple of problems:
1) trying to name the segment using the following method: id="#{cust.userId}" forceId="true", gives an error saying the ID can't start with # -- so it's apparently not substituting the field value.
2) How do I link to a fragment? The norm under HTML is something like <a href="" >, but under JSF navigation is through the config.xml.
I've searched the newsgroup, without any luck. Any direction would be appreciated!
Thanks,
Darryl

