1) s4s-att-not-allowed: Attribute 'maxOccurs' cannot appear in element 'element'. at Line #1
2)src-ct.2.1: Complex Type Definition Representation Error for type '#AnonType_action'.
When <simpleContent> is used, the base type must be a complexType whose content type is
simple, or, only if restriction is specified, a complex type with mixed content and
emptiable particle, or, only if extension is specified, a simple type. 'string' satisfies
none of these conditions. at line #4
Originally posted by Nareshkumar Kapilavai:
<h:selectOneMenu id="projectName" value="#{projectDetails.projectName}" styleClass="ComboBoxBig"
valueChangeListener="#{projectDetails.projectChanged}" immediate="true" onchange="submit()">
<f:selectItems value="#{projectDetails.allProjects}" />
</h:selectOneMenu>
Originally posted by muk kumar:
i think hyperlink and radio button has same worked ,pls tell me what is major difference between them.