From jira-events at lists.jboss.org Fri Sep 26 03:44:23 2008 Content-Type: multipart/mixed; boundary="===============8023793198457792109==" MIME-Version: 1.0 From: Aimar Tellitu (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Fri, 26 Sep 2008 03:44:23 -0400 Message-ID: <30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============8023793198457792109== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable calendar loses its value in an Ajax request inside an ajax:include but outs= ide the updated region ---------------------------------------------------------------------------= ---------------------- Key: RF-4543 URL: https://jira.jboss.org/jira/browse/RF-4543 Project: RichFaces Issue Type: Bug Affects Versions: 3.2.2 Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS,= RichFaces 3.2.2 Reporter: Aimar Tellitu rich:calendar loses its value in an Ajax request if it is inside an ajax:in= clude, but outside the updated region. This problem is not present in previ= ous versions of RichFaces like the 3.2.1, 3.2.0, ... Here is a very simple example. First, you choose any date in the rich:calen= dar, and then you click the selectBooleanCheckbox. The main page, home.xhtml: And the included template, homepage.xhtml: = This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============8023793198457792109==-- From jira-events at lists.jboss.org Fri Oct 24 09:00:26 2008 Content-Type: multipart/mixed; boundary="===============1596066115205277845==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Fri, 24 Oct 2008 09:00:25 -0400 Message-ID: <6838384.1224853226476.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1596066115205277845== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4543?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski reassigned RF-4543: ---------------------------------- Assignee: Ilya Shaikovsky > calendar loses its value in an Ajax request inside an ajax:include but ou= tside the updated region > -------------------------------------------------------------------------= ------------------------ > > Key: RF-4543 > URL: https://jira.jboss.org/jira/browse/RF-4543 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS= , RichFaces 3.2.2 > Reporter: Aimar Tellitu > Assignee: Ilya Shaikovsky > > rich:calendar loses its value in an Ajax request if it is inside an ajax:= include, but outside the updated region. This problem is not present in pre= vious versions of RichFaces like the 3.2.1, 3.2.0, ... > Here is a very simple example. First, you choose any date in the rich:cal= endar, and then you click the selectBooleanCheckbox. > The main page, home.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > > > > > And the included template, homepage.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > = > > > This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============1596066115205277845==-- From jira-events at lists.jboss.org Fri Oct 24 09:08:21 2008 Content-Type: multipart/mixed; boundary="===============4428167684725008417==" MIME-Version: 1.0 From: Ilya Shaikovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Fri, 24 Oct 2008 09:08:21 -0400 Message-ID: <8942521.1224853701405.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4428167684725008417== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4543?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Ilya Shaikovsky resolved RF-4543. --------------------------------- Resolution: Done our include - ajaxRendered by default in order to make simple wizards creat= ion simplier. So in your case where the requests inside should not always update the wiza= rd - just set ajaxRendered=3D"false" and manually reRender include's parent= if you need navigation inside. > calendar loses its value in an Ajax request inside an ajax:include but ou= tside the updated region > -------------------------------------------------------------------------= ------------------------ > > Key: RF-4543 > URL: https://jira.jboss.org/jira/browse/RF-4543 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS= , RichFaces 3.2.2 > Reporter: Aimar Tellitu > Assignee: Ilya Shaikovsky > > rich:calendar loses its value in an Ajax request if it is inside an ajax:= include, but outside the updated region. This problem is not present in pre= vious versions of RichFaces like the 3.2.1, 3.2.0, ... > Here is a very simple example. First, you choose any date in the rich:cal= endar, and then you click the selectBooleanCheckbox. > The main page, home.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > > > > > And the included template, homepage.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > = > > > This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============4428167684725008417==-- From jira-events at lists.jboss.org Fri Oct 24 09:10:21 2008 Content-Type: multipart/mixed; boundary="===============5851623326172599968==" MIME-Version: 1.0 From: Ilya Shaikovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Fri, 24 Oct 2008 09:10:21 -0400 Message-ID: <7445136.1224853821056.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5851623326172599968== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4543?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Ilya Shaikovsky reopened RF-4543: --------------------------------- > calendar loses its value in an Ajax request inside an ajax:include but ou= tside the updated region > -------------------------------------------------------------------------= ------------------------ > > Key: RF-4543 > URL: https://jira.jboss.org/jira/browse/RF-4543 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS= , RichFaces 3.2.2 > Reporter: Aimar Tellitu > Assignee: Ilya Shaikovsky > > rich:calendar loses its value in an Ajax request if it is inside an ajax:= include, but outside the updated region. This problem is not present in pre= vious versions of RichFaces like the 3.2.1, 3.2.0, ... > Here is a very simple example. First, you choose any date in the rich:cal= endar, and then you click the selectBooleanCheckbox. > The main page, home.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > > > > > And the included template, homepage.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > = > > > This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============5851623326172599968==-- From jira-events at lists.jboss.org Fri Oct 24 09:10:21 2008 Content-Type: multipart/mixed; boundary="===============8262546505959327048==" MIME-Version: 1.0 From: Ilya Shaikovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Fri, 24 Oct 2008 09:10:21 -0400 Message-ID: <30425608.1224853821348.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8262546505959327048== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4543?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Ilya Shaikovsky resolved RF-4543. --------------------------------- Resolution: Rejected > calendar loses its value in an Ajax request inside an ajax:include but ou= tside the updated region > -------------------------------------------------------------------------= ------------------------ > > Key: RF-4543 > URL: https://jira.jboss.org/jira/browse/RF-4543 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS= , RichFaces 3.2.2 > Reporter: Aimar Tellitu > Assignee: Ilya Shaikovsky > > rich:calendar loses its value in an Ajax request if it is inside an ajax:= include, but outside the updated region. This problem is not present in pre= vious versions of RichFaces like the 3.2.1, 3.2.0, ... > Here is a very simple example. First, you choose any date in the rich:cal= endar, and then you click the selectBooleanCheckbox. > The main page, home.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > > > > > And the included template, homepage.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > = > > > This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============8262546505959327048==-- From jira-events at lists.jboss.org Tue Jan 13 10:10:04 2009 Content-Type: multipart/mixed; boundary="===============3808867281933917220==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-4543) calendar loses its value in an Ajax request inside an ajax:include but outside the updated region Date: Tue, 13 Jan 2009 10:10:04 -0500 Message-ID: <29755251.1231859404108.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 30615994.1222415063623.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3808867281933917220== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4543?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Alexander Dubovsky closed RF-4543. ---------------------------------- Assignee: Alexander Dubovsky (was: Ilya Shaikovsky) > calendar loses its value in an Ajax request inside an ajax:include but ou= tside the updated region > -------------------------------------------------------------------------= ------------------------ > > Key: RF-4543 > URL: https://jira.jboss.org/jira/browse/RF-4543 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: JDK 1.6.0_05, JBoss AS 4.2.1, Mojarra 1.2_09-b02-FCS= , RichFaces 3.2.2 > Reporter: Aimar Tellitu > Assignee: Alexander Dubovsky > > rich:calendar loses its value in an Ajax request if it is inside an ajax:= include, but outside the updated region. This problem is not present in pre= vious versions of RichFaces like the 3.2.1, 3.2.0, ... > Here is a very simple example. First, you choose any date in the rich:cal= endar, and then you click the selectBooleanCheckbox. > The main page, home.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > > > > > And the included template, homepage.xhtml: > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > > > > > = > > > This problem is only happening if the rich:calendar is inside an and outside the region that is updated. = -- = 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 =20 --===============3808867281933917220==--