From seam-commits at lists.jboss.org Mon Jun 4 07:15:43 2012 Content-Type: multipart/mixed; boundary="===============0079263297718956969==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r14827 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US. Date: Mon, 04 Jun 2012 07:15:42 -0400 Message-ID: <201206041115.q54BFgWi031005@svn01.web.mwc.hst.phx2.redhat.com> --===============0079263297718956969== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2012-06-04 07:15:42 -0400 (Mon, 04 Jun 2012) New Revision: 14827 Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Contr= ols.xml branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/I18n.= xml Log: JBSEAM-4955 updated documentation for s custom converter and validator tags Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-U= S/Controls.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Cont= rols.xml 2012-06-04 10:22:04 UTC (rev 14826) +++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Cont= rols.xml 2012-06-04 11:15:42 UTC (rev 14827) @@ -304,7 +304,7 @@
Converters and Validators = -
+ =
<literal><s:validateEquality></literal> = @@ -835,7 +838,7 @@
Seam Text = -
+ =
<literal><s:formattedText></literal> = @@ -970,7 +973,8 @@ - + + Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-U= S/I18n.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/I18n= .xml 2012-06-04 10:22:04 UTC (rev 14826) +++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/I18n= .xml 2012-06-04 11:15:42 UTC (rev 14827) @@ -335,6 +335,15 @@ and displayed as UTC, unless a timezone is explicitly specified using <f:convertDateTime>. This is an extremely inconvenient default behavior. + = + + You can use application parameter to set up different defaul= t time zone for JSF 2 in web.xml. + <context-param> + <param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SY= STEM_TIMEZONE</param-name> + <param-value>true</param-value> + </context-param> + + = Seam overrides this behavior, and defaults all dates and times to the Seam timezone. In addition, Seam provides the --===============0079263297718956969==--