JSF_1_2X_ROLLING:rlubke:20090105225453
by rlubke on
05 January 2009, 16:54:53 -0600
(3 days ago)
Update the description for the upcoming 1.2_12 UC release.
JSF_1_2X_ROLLING:rlubke:20090105223738
by rlubke on
05 January 2009, 16:37:39 -0600
(3 days ago)
M jsf-ri/src/com/sun/faces/renderkit/html_basic/BaseTableRenderer.java - don't base the key to associate the table metadata off the UIData's client ID as it may change, instead base the ID of…
MAIN:rlubke:20090105223739
by rlubke on
05 January 2009, 16:37:39 -0600
(3 days ago)
file dtablerowclasses.jsp was initially added on branch JSF_1_2X_ROLLING.
MAIN:driscoll:20081216205410
by driscoll on
16 December 2008, 14:54:10 -0600
(23 days ago)
file updatecenter2.iml was initially added on branch JSF_1_2X_ROLLING.
JSF_1_2X_ROLLING:rlubke:20081215213313
by rlubke on
15 December 2008, 15:33:14 -0600
(24 days ago)
MOJARRA-890 r=driscoll M jsf-ri/src/com/sun/faces/application/ViewHandlerImpl.java - only append the extension mapped suffix if the view ID ends with default suffix, otherwise return as is. M jsf-…
JSF_1_2X_ROLLING:rlubke:20081215193021
by rlubke on
15 December 2008, 13:30:25 -0600
(24 days ago)
MOJARRA-840 M jsf-ri/src/com/sun/faces/ext/taglib/RegexValidatorTag.java - pass the result of the VE evaluation to the RegexValidator instance. - add serialVersionUID M jsf-ri/src/com/sun/faces/ext/…
MAIN:rlubke:20081215193025
by rlubke on
15 December 2008, 13:30:25 -0600
(24 days ago)
file mojarra_ext.taglib.xml was initially added on branch JSF_1_2X_ROLLING.
JSF_1_2X_ROLLING:rlubke:20081211175322
by rlubke on
11 December 2008, 11:53:22 -0600
(28 days ago)
MOJARRA-876 Encode '&' in URLs in all cases, not just XHTML. r=driscoll
JSF_1_2X_ROLLING:rlubke:20081209225830
by rlubke on
09 December 2008, 16:58:31 -0600
(30 days ago)
MOJARRA-848 Ensure managed beans aren't created in setValue() if base is not null.
JSF_1_2X_ROLLING:rlubke:20081209194556
by rlubke on
09 December 2008, 13:45:56 -0600
(30 days ago)
Fix for MOJARRA-871. SECTION: Modified Files ---------------------------- M jsf-ri/src/com/sun/faces/renderkit/html_basic/BaseTableRenderer.java - updated signatures for other render methods to accep…
JSF_1_2X_ROLLING:rlubke:20081208200123
by rlubke on
08 December 2008, 14:01:23 -0600
(31 days ago)
MOJARRA-870 Move WebConfiguration access to the constructor which guarantees that the WebConfiguration instance will be available as ServletContextListener initialization methods will be invoked befor…
JSF_1_2X_ROLLING:rlubke:20081208180712
by rlubke on
08 December 2008, 12:07:13 -0600
(31 days ago)
MOJARRA-818 Ensure Exceptions are properly constructed with the root cause where appropriate.
JSF_1_2X_ROLLING:rlubke:20081203232929
by rlubke on
03 December 2008, 17:29:29 -0600
(36 days ago)
Fix for issue 816. M jsf-api/src/javax/faces/convert/DateTimeConverter.java M jsf-api/src/javax/faces/convert/NumberConverter.java - initialize the ConverterException with the root cause. - remove…
JSF_1_2X_ROLLING:rlubke:20081125181425
by rlubke on
25 November 2008, 12:14:25 -0600
(44 days ago)
- minor change that allows us to build implementation JARs with 1.6 and have then work in V3/OSGi environment. Turns out that this 'Name' attribute was being picked up by the tool used to generate th…