From jira-events at lists.jboss.org Fri Apr 4 08:41:35 2008 Content-Type: multipart/mixed; boundary="===============8649769130972972361==" MIME-Version: 1.0 From: =?utf-8?q?Peter_Haldb=C3=A6k_=28JIRA=29_=3Cjira-events_at_lists=2Ejboss?= =?utf-8?q?=2Eorg=3E?= To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Fri, 04 Apr 2008 08:41:34 -0400 Message-ID: <7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============8649769130972972361== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Caption not rendered immediately after table element in rich:dataTable ---------------------------------------------------------------------- Key: RF-2977 URL: http://jira.jboss.com/jira/browse/RF-2977 Project: RichFaces Issue Type: Bug Affects Versions: 3.2.0 Environment: OS: Windows XP Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 Reporter: Peter Haldb=C3=A6k According to the HTML 4.01 specification the CAPTION element is only permit= ted immediately after the TABLE start tag. When using the rich:dataTable co= mponent together with the facet:caption component a COLGROUP tag is inserte= d before the CAPTION tag making the html invalid. Consider the following snippet: Regions Value Label Where the parameter 'regions' is a seam component containing a method getRe= gions returning a List of SelectItem (containing the methods getValue and g= etLabel). This will result in HTML like this: ...
Regions
which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) of = RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8649769130972972361==-- From jira-events at lists.jboss.org Fri Apr 4 09:04:23 2008 Content-Type: multipart/mixed; boundary="===============0045825267057613742==" MIME-Version: 1.0 From: =?utf-8?q?Peter_Haldb=C3=A6k_=28JIRA=29_=3Cjira-events_at_lists=2Ejboss?= =?utf-8?q?=2Eorg=3E?= To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Fri, 04 Apr 2008 09:04:22 -0400 Message-ID: <9171433.1207314262797.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============0045825267057613742== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-2977?page=3Dall ] Peter Haldb=C3=A6k updated RF-2977: ------------------------------ Description: = According to the HTML 4.01 specification the CAPTION element is only permit= ted immediately after the TABLE start tag. When using the rich:dataTable co= mponent together with the f:facet caption component a COLGROUP tag is inser= ted before the CAPTION tag making the html invalid. Consider the following snippet: Regions Value Label Where the parameter 'regions' is a seam component containing a method getRe= gions returning a List of SelectItem (containing the methods getValue and g= etLabel). This will result in HTML like this: ...
Regions
which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) of = RichFaces as well. was: According to the HTML 4.01 specification the CAPTION element is only permit= ted immediately after the TABLE start tag. When using the rich:dataTable co= mponent together with the facet:caption component a COLGROUP tag is inserte= d before the CAPTION tag making the html invalid. Consider the following snippet: Regions Value Label Where the parameter 'regions' is a seam component containing a method getRe= gions returning a List of SelectItem (containing the methods getValue and g= etLabel). This will result in HTML like this: ...
Regions
which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) of = RichFaces as well. > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: http://jira.jboss.com/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============0045825267057613742==-- From jira-events at lists.jboss.org Sun Apr 6 11:42:24 2008 Content-Type: multipart/mixed; boundary="===============4301724784077720768==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Sun, 06 Apr 2008 11:42:23 -0400 Message-ID: <24643903.1207496543912.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4301724784077720768== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-2977?page=3Dall ] Nick Belaevski updated RF-2977: ------------------------------- Fix Version/s: 3.2.1 Assignee: Maksim Kaszynski > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: http://jira.jboss.com/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assigned To: Maksim Kaszynski > Fix For: 3.2.1 > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============4301724784077720768==-- From jira-events at lists.jboss.org Fri May 2 15:40:13 2008 Content-Type: multipart/mixed; boundary="===============8092157996418418009==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Fri, 02 May 2008 15:40:13 -0400 Message-ID: <17761557.1209757213143.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8092157996418418009== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-2977?page=3Dall ] Nick Belaevski updated RF-2977: ------------------------------- Fix Version/s: 3.2.2 (was: 3.2.1) > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: http://jira.jboss.com/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assigned To: Maksim Kaszynski > Fix For: 3.2.2 > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8092157996418418009==-- From jira-events at lists.jboss.org Fri May 2 21:24:59 2008 Content-Type: multipart/mixed; boundary="===============2928178366050728711==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Fri, 02 May 2008 21:24:59 -0400 Message-ID: <6148318.1209777899547.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2928178366050728711== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-2977?page=3Dall ] Nick Belaevski updated RF-2977: ------------------------------- Fix Version/s: Future (was: 3.2.2) > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: http://jira.jboss.com/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assigned To: Maksim Kaszynski > Fix For: Future > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============2928178366050728711==-- From jira-events at lists.jboss.org Tue Jul 15 19:51:03 2008 Content-Type: multipart/mixed; boundary="===============8035423409124345722==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Tue, 15 Jul 2008 19:51:02 -0400 Message-ID: <16882373.1216165862986.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8035423409124345722== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-2977?page=3Dall ] Nick Belaevski updated RF-2977: ------------------------------- Assignee: Nick Belaevski (was: Maksim Kaszynski) > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: http://jira.jboss.com/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assigned To: Nick Belaevski > Fix For: Future > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8035423409124345722==-- From jira-events at lists.jboss.org Thu Nov 27 12:24:47 2008 Content-Type: multipart/mixed; boundary="===============5423172714144231560==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Thu, 27 Nov 2008 12:24:47 -0500 Message-ID: <4591396.1227806687310.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5423172714144231560== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-2977?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-2977: ------------------------------- Fix Version/s: (was: Future) > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: https://jira.jboss.org/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assignee: Nick Belaevski > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============5423172714144231560==-- From jira-events at lists.jboss.org Sat Dec 6 13:21:37 2008 Content-Type: multipart/mixed; boundary="===============5454884251306886187==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Sat, 06 Dec 2008 13:21:37 -0500 Message-ID: <30871210.1228587697144.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5454884251306886187== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-2977?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski resolved RF-2977. -------------------------------- Fix Version/s: 3.3.0 Resolution: Done Assignee: Tsikhon Kuprevich (was: Nick Belaevski) > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: https://jira.jboss.org/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assignee: Tsikhon Kuprevich > Fix For: 3.3.0 > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============5454884251306886187==-- From jira-events at lists.jboss.org Tue Jan 13 09:25:05 2009 Content-Type: multipart/mixed; boundary="===============3138062824750489159==" MIME-Version: 1.0 From: Mikhail Vitenkov (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-2977) Caption not rendered immediately after table element in rich:dataTable Date: Tue, 13 Jan 2009 09:25:05 -0500 Message-ID: <17910325.1231856705247.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 7317928.1207312894468.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3138062824750489159== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-2977?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Mikhail Vitenkov closed RF-2977. -------------------------------- Assignee: Mikhail Vitenkov (was: Tsikhon Kuprevich) Verified at 3.3.0.GA > Caption not rendered immediately after table element in rich:dataTable > ---------------------------------------------------------------------- > > Key: RF-2977 > URL: https://jira.jboss.org/jira/browse/RF-2977 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: OS: Windows XP > Platform: JBoss AS 4.2.1.GA, Sun JDK 1.6.0_02 > Reporter: Peter Haldb=C3=A6k > Assignee: Mikhail Vitenkov > Fix For: 3.3.0 > > > According to the HTML 4.01 specification the CAPTION element is only perm= itted immediately after the TABLE start tag. When using the rich:dataTable = component together with the f:facet caption component a COLGROUP tag is ins= erted before the CAPTION tag making the html invalid. > Consider the following snippet: > > Regions > > Value > > > > Label > > > > Where the parameter 'regions' is a seam component containing a method get= Regions returning a List of SelectItem (containing the methods getValue and= getLabel). > This will result in HTML like this: > > > > ... >
Regions
> which is invalid HTML. I have seen this in earlier versions (pre 3.2.0) o= f RichFaces as well. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============3138062824750489159==--