How to insert empty element in IBM JSF? -
i tired create empty <td>
element in jsf page under panelgrid tag no luck. used below options
<h:outputtext value="& nbsp;" escape="false"/> <h:outputtext value=" " /> style="margin-left: 5px;" <h:outputtext value="&nbsp;" escape="false"/>
at last used <!-- empty-->
resolved problem in local machine failed in integrated environment. verified there no configuration in web.xml remove comments if any. still not sure why <!-- empty -->
didn't work in integration environment. agree may not effective way trying learn whats happening really.
Comments
Post a Comment