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
Post a Comment