jsf - JSF2.0, value="#" means? -


i have been trying write component control in <rich:datatable>. chose <h:outputlink> wrap it, inside data table. found this.

<h:outputlink id="openlink" value="#">  

what value="#" mean?

it's link same page. refresh page in non-ajax mode.


the outpulink tag produces simple html tag href value set value of the...'value' attribute. in asker example produce:

<a id="openlink" href="#"> . . . </a> 

i added tag closure if corresponding missing in op question.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -