[JBoss JIRA] Created: (RF-9399) Tab panel: no tab is displayed on page load
by Pavol Pitonak (JIRA)
Tab panel: no tab is displayed on page load
-------------------------------------------
Key: RF-9399
URL: https://jira.jboss.org/browse/RF-9399
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces 4.0.0-SNAPSHOT r.19370
Metamer 4.0.0-SNAPSHOT r.19413
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100920 Fedora/3.6.10-1.fc13 Firefox/3.6.10 GTB7.1
Reporter: Pavol Pitonak
With following code a panel with two tabs but no content is displayed. After clicking on a tab header, content is displayed.
<h:form id="form">
<rich:tabPanel id="panel" switchType="ajax">
<rich:tab header="tab1 header">
content of tab 1
</rich:tab>
<rich:tab header="tab2 header">
content of tab 2
</rich:tab>
</rich:tabPanel>
</h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (RF-9388) a4j:ajax: Unhandled by MetaTagHandler for type org.ajax4jsf.component.behavior.AjaxBehavior
by Pavol Pitonak (JIRA)
a4j:ajax: Unhandled by MetaTagHandler for type org.ajax4jsf.component.behavior.AjaxBehavior
-------------------------------------------------------------------------------------------
Key: RF-9388
URL: https://jira.jboss.org/browse/RF-9388
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces 4.0.0-SNAPSHOT r.19363
Metamer 4.0.0-SNAPSHOT r. 19363
Mojarra 2.0.2-FCS
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Chrome 7.0.538.0 @ Linux
Reporter: Pavol Pitonak
The following error is displayed in server log for given piece of code
<h:graphicImage id="reRenderAllImage" library="images" name="refresh.png" title="Rerender All" style="width: 36px;">
<a4j:ajax id="reRenderAllAjax" event="click" render="commonGrid" />
</h:graphicImage>
SEVERE: /templates/header.xhtml @41,89 id="reRenderAllAjax" Unhandled by MetaTagHandler for type org.ajax4jsf.component.behavior.AjaxBehavior
The same error occurs for all standard JSF components (h:commandLink, h:commandButton, h:InputTextarea, h:selectOneMenu, h:inputText etc.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months