[JBoss JIRA] Created: (RF-8930) Header appears in XML examples in documentation
by Sean Rogers (JIRA)
Header appears in XML examples in documentation
-----------------------------------------------
Key: RF-8930
URL: https://jira.jboss.org/browse/RF-8930
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: doc
Affects Versions: 4.0.0.Milestone1
Reporter: Sean Rogers
Assignee: Sean Rogers
XML samples in the documentation can be stored as external files that are rendered into the docs through xi:include.
These XML samples have the following automatically-generated header added to them during the publishing process:
<!DOCTYPE null [
<!ENTITY version "4.0.0-SNAPSHOT">
<!ENTITY today "July 13, 2010">
]>
This needs to be removed.
--
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
15 years, 8 months
[JBoss JIRA] Created: (RF-8923) Data grid: rendered wrong when columns attribute valuated as null
by Pavol Pitonak (JIRA)
Data grid: rendered wrong when columns attribute valuated as null
-----------------------------------------------------------------
Key: RF-8923
URL: https://jira.jboss.org/browse/RF-8923
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Alpha2
Environment: RF version v.4.0.0-SNAPSHOT SVN r.17995, Glassfish 3, Tomcat 2.0.28
Reporter: Pavol Pitonak
<it:dataGrid columns="#{dataBean.columns}" var="record" value="#{dataBean.employeeList}">
...
</it:dataGrid>
When #{dataBean.columns} is valuated as null, the data grid is rendered wrong (see attached screenshot). It should behave the same as if the attribute "columns" is not present, i.e. set columns=1.
--
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
15 years, 8 months