
richfaces calendar tag fails when nested in paragraph tag
When nesting the richfaces calendar tag in a paragraph tag ( ) it doesn’t work anymore. For example this code: #{bundle.availabilityDate} <rich:calendar id="validUntilDate" required="true" value="#{glossaryVersionController.glossaryVersion.availabilityDate}" /> resulted in the popup not showing...