<%-- HTML JSF tag libary --%> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%-- Core JSF tag library --%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%-- Sakai JSF tag library --%> <%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %> <%--h:outputText value="User ID: "/> <%--sakai:tool_bar_item action="#{UserPrefsTool.processActionRefreshFrmNoti}" value="Refresh" /--%>

<%--(gsilver) the following radio elements have the following problems vis a vis xhtml validation and accessibility and style guide comformance 1. the checked marker must be rendered as an attribute/value lowercased pair (ie checked="checked") 2. the text in the itemLabel attribute should be output wrapped in a label element whose "for" attribute value is the id of the associated input instead of it should be 3. inputs should have an id because of the reason outlined in 2 above - the id should be unique for each input and be used as the value of the "for" attribute of the associated label 4. I imagine that the wrapping table is a bit of jsf cruft. This layout does not need it. Neither needs the 2 line breaks before each one. 5. The standard Style Guide way of doing this is:

--%>