<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>announce@myfaces.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/"/>
<id>http://mail-archives.apache.org/mod_mbox/myfaces-announce/</id>
<updated>2009-12-07T10:29:01Z</updated>
<entry>
<title>[ANNOUNCE] MyFaces Core v2.0.0-alpha Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200911.mbox/%3c4B141168.80503@apache.org%3e"/>
<id>urn:uuid:%3c4B141168-80503@apache-org%3e</id>
<updated>2009-11-30T18:39:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 2.0.0-alpha.

MyFaces Core is a JavaServer(tm) Faces 2.0 implementation as specified 
by JSR-314.

MyFaces Core 2.0.0-alpha is available in both binary and source 
distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 2.0.0-alpha

Sub-task

    * [MYFACES-2174] - MyFaces 2.0 AJAX API extension proposal
    * [MYFACES-2191] - Move the myfaces params into the context
    * [MYFACES-2195] - rename xhrcore_xxx to xhrcore._xxx
    * [MYFACES-2200] - Send events and errors at the various xhr stages
    * [MYFACES-2223] - switch viewstate replacement from id to name
    * [MYFACES-2238] - offer extension point for AJAX Javascript
    * [MYFACES-2240] - typo in javascript build script and target folder 
doesn't fit the spec
    * [MYFACES-2257] - trigger external scripts after AJAX reload
    * [MYFACES-2311] - Implement &lt;composite:actionSource&gt; tag handler
    * [MYFACES-2312] - Implement &lt;composite:attribute&gt; tag handler
    * [MYFACES-2313] - Implement &lt;composite:editableValueHolder&gt; tag handler
    * [MYFACES-2314] - Implement &lt;composite:extension&gt; tag handler
    * [MYFACES-2315] - Implement &lt;composite:facet&gt; tag handler
    * [MYFACES-2316] - Implement &lt;composite:implementation&gt; tag handler
    * [MYFACES-2317] - Implement &lt;composite:insertChildren&gt; tag handler
    * [MYFACES-2318] - Implement &lt;composite:insertFacet&gt; tag handler
    * [MYFACES-2319] - Implement &lt;composite:interface&gt; tag handler
    * [MYFACES-2320] - Implement &lt;composite:renderFacet&gt; tag handler
    * [MYFACES-2324] - Add 
ViewDeclarationLanguage.retargetAttachedObjects and 
ViewDeclarationLanguage.retargetMethodExpressions
    * [MYFACES-2325] - Add Composite Renderer class
    * [MYFACES-2331] - Implement Composite Component Attributes 
ELResolver (jsf 2.0 spec section 5.6.2.2) and add implicit object "cc" 
and "component"
    * [MYFACES-2362] - Move default validator registration from 
UIInput.validateValue to ComponentTagHandlerDelegate

Bug

    * [MYFACES-2083] - FacesContext contains several unnecessary methods
    * [MYFACES-2131] - Import to internal Sun class
    * [MYFACES-2146] - Bug in UIViewRoot causes Exception in 
popComponentFromEL()
    * [MYFACES-2147] - NoSuchMethodException when instantiating 
SystemEvent objects
    * [MYFACES-2287] - getting the myfaces 1.2 simple example app 
running on 2.0 impl
    * [MYFACES-2296] - Annotation scanning bugs
    * [MYFACES-2357] - currency validation does not fall through to the 
default JVM local when a default locale is not specified in faces-config
    * [MYFACES-2358] - System event system not working
    * [MYFACES-2359] - ComponentSystemEvents are not globally dispatched
    * [MYFACES-2360] - Facelets JSTL escapeXML function not escaping '&gt;'
    * [MYFACES-2381] - Broken link: "Core JSF-2.0"
    * [MYFACES-2384] - @FacesBehavior not handled correctly
    * [MYFACES-2386] - Refactor Bean Validation "constants" to 
package-private class
    * [MYFACES-2387] - component state not being restored when 
ValueChangeListener is attached
    * [MYFACES-2390] - h:graphic image doesn't handle library attribue
    * [MYFACES-2391] - classpath resources not checking for valid 
version pattern
    * [MYFACES-2393] - graphicImage tag does not handle resource EL 
expressions properly
    * [MYFACES-2394] - ResourceDependency annotations not being handled 
properly if target attribute is set
    * [MYFACES-2397] - f:ajax attributes execute and render should take 
space delimited clientIds
    * [MYFACES-2398] - no spaces in html-output of f:ajax with render 
and execute attributes with more than one target
    * [MYFACES-2402] - Fix conditional navigation
    * [MYFACES-2404] - JspViewDeclarationLanguageStrategy is always the 
default strategy, so it should always return true on handles() method
    * [MYFACES-2405] - f:ajax renderer not handling multiple IDs properly
    * [MYFACES-2406] - Create a view with viewId is null should be possible
    * [MYFACES-2408] - UIComponent.subscribeToEvent and 
unsubscribeToEvent should throw NullPointerException when eventClass or 
componentListener is null
    * [MYFACES-2415] - EnumConverter should only conver to String valid 
enum values
    * [MYFACES-2416] - h:outputLabel does not handle escape property

Improvement

    * [MYFACES-1910] - Add resetValue() to EditableValueHolder interface 
(this is a JSF 2.0 related issue)
    * [MYFACES-2010] - Implement JSF 2.0 - Comment in the class
    * [MYFACES-2036] - Comment on javax.faces.application.FacesMessage Class
    * [MYFACES-2235] - ProjectStage extension
    * [MYFACES-2354] - update javax.faces.component classes which 
utilize the context classloader to handle java2 security
    * [MYFACES-2389] - clean up the UIComponentBase.setParent()

New Feature

    * [MYFACES-2133] - The implementation of ResourceHandler must be 
thread-safe
    * [MYFACES-2140] - Add annotation processing logic
    * [MYFACES-2162] - Default RenderKitId should be HTML_BASIC when 
using annotations
    * [MYFACES-2173] - JSF 2.0 AJAX library
    * [MYFACES-2372] - h:commandButton should render UIParameter children

Task

    * [MYFACES-1911] - Implement JSF 2.0 logic at TODO #1
    * [MYFACES-1912] - Implement JSF 2.0 logic at TODO #2
    * [MYFACES-1913] - Implement JSF 2.0 logic at TODO #3
    * [MYFACES-1914] - Implement JSF 2.0 logic at TODO #4
    * [MYFACES-1915] - Implement JSF 2.0 logic at TODO #5
    * [MYFACES-1916] - Implement JSF 2.0 logic at TODO #6
    * [MYFACES-1917] - Implement JSF 2.0 logic at TODO #7
    * [MYFACES-1918] - Implement JSF 2.0 logic at TODO #8
    * [MYFACES-1919] - Implement JSF 2.0 logic at TODO #9
    * [MYFACES-1920] - Implement JSF 2.0 logic at TODO #10
    * [MYFACES-1921] - Implement JSF 2.0 logic at TODO #16
    * [MYFACES-1922] - Implement JSF 2.0 logic at TODO #17
    * [MYFACES-1923] - Implement JSF 2.0 logic at TODO #11
    * [MYFACES-1924] - Implement JSF 2.0 logic at TODO #18
    * [MYFACES-1925] - Implement JSF 2.0 logic at TODO #19
    * [MYFACES-1926] - Implement JSF 2.0 logic at TODO #20
    * [MYFACES-1927] - Implement JSF 2.0 logic at TODO #21
    * [MYFACES-1928] - Implement JSF 2.0 logic at TODO #22
    * [MYFACES-1929] - Implement JSF 2.0 logic at TODO #23
    * [MYFACES-1930] - Implement JSF 2.0 logic at TODO #22
    * [MYFACES-1931] - Implement JSF 2.0 logic at TODO #35
    * [MYFACES-1932] - Implement JSF 2.0 logic at TODO #24
    * [MYFACES-1933] - Implement JSF 2.0 logic at TODO #24
    * [MYFACES-1934] - Implement JSF 2.0 logic at TODO #25
    * [MYFACES-1935] - Implement JSF 2.0 logic at TODO #34
    * [MYFACES-1936] - Implement JSF 2.0 logic at TODO #26
    * [MYFACES-1938] - Implement JSF 2.0 logic at TODO #28
    * [MYFACES-1939] - Implement JSF 2.0 logic at TODO #33
    * [MYFACES-1940] - Implement JSF 2.0 logic at TODO #29
    * [MYFACES-1941] - Implement JSF 2.0 logic at TODO #30
    * [MYFACES-1942] - Implement JSF 2.0 logic at TODO #32
    * [MYFACES-1943] - Implement JSF 2.0 logic at TODO #12
    * [MYFACES-1944] - Implement JSF 2.0 logic at TODO #13
    * [MYFACES-1945] - Implement JSF 2.0 logic at TODO #14
    * [MYFACES-1946] - Implement JSF 2.0 logic at TODO #31
    * [MYFACES-1947] - Implement JSF 2.0 logic at TODO #15
    * [MYFACES-1948] - Implement JSF 2.0 logic at TODO #27
    * [MYFACES-1950] - Implement JSF 2.0 - ExternalContext is missing 
some methods
    * [MYFACES-1951] - Update UIInput.validate()
    * [MYFACES-1958] - Implement AfterAddToParentEvent
    * [MYFACES-1959] - Add missing javax.faces.event Classes &amp; Interfaces
    * [MYFACES-1968] - Implement JSF 2.0 logic at TODO #35
    * [MYFACES-1969] - Implement JSF 2.0 logic at TODO #36
    * [MYFACES-1970] - Implement JSF 2.0 logic at TODO #37
    * [MYFACES-1971] - Implement JSF 2.0 logic at TODO #38
    * [MYFACES-1972] - Implement JSF 2.0 logic at TODO #39
    * [MYFACES-1973] - Implement JSF 2.0 logic at TODO #40
    * [MYFACES-1974] - Apply Java 5 specific features to the code, 
mainly generics and enhanced for
    * [MYFACES-1977] - add to FacesServlet.service call to 
ResourceHandler and update digester code
    * [MYFACES-1978] - Remove org.apache.myfaces.portlet from JSF 2.0 
branch, because it has no use anymore
    * [MYFACES-1980] - Implement JSF 2.0 logic at TODO #41
    * [MYFACES-1983] - Implement JSF 2.0 logic at TODO #42
    * [MYFACES-1984] - Implement JSF 2.0 logic at TODO #43
    * [MYFACES-1985] - Implement JSF 2.0 logic at TODO #44
    * [MYFACES-1986] - Implement JSF 2.0 logic at TODO #45
    * [MYFACES-1987] - Implement JSF 2.0 logic at TODO #46
    * [MYFACES-1998] - Implement JSF 2.0 logic at TODO #57
    * [MYFACES-2003] - Implement JSF 2.0 logic at TODO #58
    * [MYFACES-2014] - Implement 
ResponseStateManager.getViewState(FacesContext, Object) and update state 
saving field on client when ajax response is processed
    * [MYFACES-2015] - Implements AJAX lifecycle on UIViewRoot
    * [MYFACES-2018] - Implement @ResourceDependency support for 
setConverter and addValidator
    * [MYFACES-2019] - Implement iterator() on DataModel
    * [MYFACES-2020] - Implement changes to RenderKit
    * [MYFACES-2021] - Add EDR2 part of error handling to FacesServlet
    * [MYFACES-2022] - Add setSubmitted(false) in UIForm.saveState
    * [MYFACES-2032] - Implement 
javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE config 
param
    * [MYFACES-2040] - Implement tag c:catch
    * [MYFACES-2041] - Implement tag c:choose
    * [MYFACES-2042] - Implement tag c:forEach
    * [MYFACES-2043] - Implement tag c:if
    * [MYFACES-2044] - Implement tag c:otherwise
    * [MYFACES-2045] - Implement tag c:set
    * [MYFACES-2046] - Implement tag c:when
    * [MYFACES-2047] - Implement tag composite:actionSource
    * [MYFACES-2048] - Implement tag composite:attribute
    * [MYFACES-2049] - Implement tag composite:editableValueHolder
    * [MYFACES-2050] - Implement tag composite:facet
    * [MYFACES-2051] - Implement tag composite:implementation
    * [MYFACES-2052] - Implement tag composite:insertChildren
    * [MYFACES-2053] - Implement tag composite:insertFacet
    * [MYFACES-2054] - Implement tag composite:interface
    * [MYFACES-2055] - Implement tag composite:valueHolder
    * [MYFACES-2056] - Implement tag fn:contains()
    * [MYFACES-2057] - Implement tag fn:containsIgnoreCase()
    * [MYFACES-2058] - Implement tag fn:endsWith()
    * [MYFACES-2059] - Implement tag fn:escapeXml()
    * [MYFACES-2060] - Implement tag fn:indexOf()
    * [MYFACES-2061] - Implement tag fn:join()
    * [MYFACES-2062] - Implement tag fn:length()
    * [MYFACES-2063] - Implement tag fn:replace()
    * [MYFACES-2064] - Implement tag fn:split()
    * [MYFACES-2065] - Implement tag fn:startsWith()
    * [MYFACES-2066] - Implement tag fn:substring()
    * [MYFACES-2067] - Implement tag fn:substringAfter()
    * [MYFACES-2068] - Implement tag fn:substringBefore()
    * [MYFACES-2069] - Implement tag fn:toLowerCase()
    * [MYFACES-2070] - Implement tag fn:toUpperCase()
    * [MYFACES-2071] - Implement tag fn:trim()
    * [MYFACES-2072] - Implement tag ui:component
    * [MYFACES-2073] - Implement tag ui:composition
    * [MYFACES-2074] - Implement tag ui:debug
    * [MYFACES-2075] - Implement tag ui:decorate
    * [MYFACES-2076] - Implement tag ui:define
    * [MYFACES-2077] - Implement tag ui:fragment
    * [MYFACES-2078] - Implement tag ui:include
    * [MYFACES-2079] - Implement tag ui:insert
    * [MYFACES-2080] - Implement tag ui:param
    * [MYFACES-2081] - Implement tag ui:repeat
    * [MYFACES-2085] - Add ApplicationWrapper class
    * [MYFACES-2086] - Add DiscoveryHandler class
    * [MYFACES-2088] - Add ExceptionHandler class
    * [MYFACES-2093] - Add ExceptionEvent class
    * [MYFACES-2096] - Make DataModel types generic
    * [MYFACES-2098] - Add RegexValidator class
    * [MYFACES-2101] - Javadoc update for method Object 
getFactory(String factoryName) of FactoryFinder class
    * [MYFACES-2102] - Implement JSF 2.0 logic for UIComponent 
createComponent(FacesContext context,Resource componentResource) TODO #60
    * [MYFACES-2105] - Implement JSF 2.0 logic for UIComponent 
createComponent(final String componentType)
    * [MYFACES-2106] - add Exception handler factory to FactoryFinder 
and update getFactory method
    * [MYFACES-2108] - implement ExceptionHandler contract on myfaces-impl
    * [MYFACES-2123] - Add javax.faces.webapp.pdl.facelets.* API classes
    * [MYFACES-2125] - Add UIComponent.doTreeTraversal method
    * [MYFACES-2136] - UISelectMany
    * [MYFACES-2151] - Make test work using shale test (changes in jsf 
2.0 make it fail)
    * [MYFACES-2163] - Add RequiredValidator
    * [MYFACES-2166] - Some Resources contains ValueExpressions that 
must be evaluated
    * [MYFACES-2171] - Add Config Ordering feature
    * [MYFACES-2178] - Implement IMPL - method addResponseHeader of 
ExternalContext
    * [MYFACES-2179] - Implement IMPL - method getRequestContentLength 
of ExternalContext
    * [MYFACES-2180] - Implement IMPL - method getResponseBufferSize of 
ExternalContext
    * [MYFACES-2181] - Implement IMPL - method getResponseOutputWriter 
of ExternalContext
    * [MYFACES-2182] - Implement IMPL - method isResponseCommitted of 
ExternalContext
    * [MYFACES-2184] - Implement IMPL - all TODO methods of ExternalContext
    * [MYFACES-2187] - Implement encodeBookmarkableURL and 
encodeRedirectURL in ExternalContext
    * [MYFACES-2189] - Implement ApplicationImpl TODO's for Behavior
    * [MYFACES-2197] - ExceptionQueuedEventContext todos
    * [MYFACES-2198] - remaining FacesContext/FacesContextImpl TODOs.
    * [MYFACES-2205] - Update UIViewRoot to latest spec draft
    * [MYFACES-2215] - Handle RenderKit TODOs for JSF 2.0
    * [MYFACES-2219] - ViewHandler TODOs for JSF 2.0
    * [MYFACES-2220] - FacesConfigurator should scan application config 
resources(files on META-INF/) ending with .faces-config.xml
    * [MYFACES-2222] - ViewHandler.DEFAULT_SUFFIX could contain several 
suffixes
    * [MYFACES-2225] - Implement PostAddToViewEvent and 
PreRemoveFromViewEvent thrown conditions
    * [MYFACES-2226] - Add support for remaining 2.0 faces-config.xml 
elements
    * [MYFACES-2227] - Update ResponseWriter/ResponseWriterWrapper to 
latest spec
    * [MYFACES-2228] - Add h:head, h:body, h:outputScript and 
h:outputStylesheet renderers
    * [MYFACES-2229] - update viewid calculation to new algorithm
    * [MYFACES-2230] - FaceletViewDeclarationLanguage TODOs
    * [MYFACES-2231] - Handle the TODOs for JSPViewDeclarationLanguage
    * [MYFACES-2254] - Finish ExceptionHandler support
    * [MYFACES-2255] - Create UIOutcomeTarget API class
    * [MYFACES-2258] - Add support for &lt;if&gt; navigation
    * [MYFACES-2259] - Implement Partial State Saving feature
    * [MYFACES-2262] - implement outcomtarget renderers
    * [MYFACES-2263] - Create Composite component EL resolver
    * [MYFACES-2264] - Behavior registration
    * [MYFACES-2266] - Implement Flash object and EL resolver
    * [MYFACES-2267] - handle TODOs for UIComponentBase
    * [MYFACES-2268] - Add support for registering client behavior renderers
    * [MYFACES-2270] - Add FacesContext param to Application.publishEvent
    * [MYFACES-2271] - Call FacesMessage.rendered on message renderers
    * [MYFACES-2272] - Apply changes related to UIInput.validateValue 
and UIInput.VALIDATE_EMPTY_FIELDS_PARAM_NAME
    * [MYFACES-2273] - ClientBehaviorRenderer/ClientbehaviorBase TODOs
    * [MYFACES-2274] - Implement UIMessage.isRedisplay and 
UIMessages.isRedisplay
    * [MYFACES-2275] - UIMessages.getFor (Filter messages of a selected 
component)
    * [MYFACES-2276] - Update renderers that receive UIParameter to deal 
with "disable" param.
    * [MYFACES-2277] - UISelectItem.isNoSelectionOption (deal with it on 
UISelectOne.validateValue and UISelectMany.validateValue)
    * [MYFACES-2278] - Render columns with th instead td, according to 
HtmlColumn.isRowHeader
    * [MYFACES-2279] - TODOs for javax.faces.application.NavigationCase
    * [MYFACES-2280] - ValidatorException should support collections of 
messages.
    * [MYFACES-2281] - Implement ViewListeners-Events api on UIViewRoot
    * [MYFACES-2282] - h:dataTable and h:panelGrid should implement 
bodyrows behavior (tbody encapsulation)
    * [MYFACES-2283] - Apply selected/unselected css class to 
h:selectManyCheckbox
    * [MYFACES-2284] - Allow h:outputLink "fragment" property to append 
text to url after '#'
    * [MYFACES-2285] - Add ExternalContextFactory Implementation
    * [MYFACES-2286] - javax.faces.view.facelets TODOs
    * [MYFACES-2291] - Components implementing ClientBehaviorHolder 
should override getEventNames() and getDefaultEventName()
    * [MYFACES-2292] - update NavigationHandlerImpl to extend 
ConfigurableNavigationHandler
    * [MYFACES-2293] - ui:composition, ui:define and ui:insert component 
tag handlers does not work as expected
    * [MYFACES-2294] - Sync API with final 2.0 spec
    * [MYFACES-2297] - Add TagHandlerDelegateFactory implementation
    * [MYFACES-2298] - Apply algorithm described on 
javax.faces.view.facelets.ComponentHandler in implementation
    * [MYFACES-2299] - Add AttachedObjectHandler implementation when it 
is necessary
    * [MYFACES-2300] - binding property on facelets tag handlers should 
be retrieved from javax.faces.view.facelets.DelegatingMetaTagHandler
    * [MYFACES-2302] - Get simple 2.0 app working
    * [MYFACES-2304] - Annotate facelets stuff adding @JSFFaceletTag and 
@JSFFaceletAttribute to myfaces-builder-plugin
    * [MYFACES-2307] - Generate HtmlHead and HtmlBody
    * [MYFACES-2309] - Add new attributes to f:selectItems
    * [MYFACES-2310] - Implement Composite Component feature
    * [MYFACES-2322] - Implement &lt;f:metadata&gt; tag handler
    * [MYFACES-2327] - Move facelets test code to myfaces
    * [MYFACES-2330] - Get "basic-ajax" 2.0 sample app working
    * [MYFACES-2337] - Implement UniqueIdVendor.createUniqueId method 
and review all related code to UniqueIdVendor
    * [MYFACES-2340] - Get "basic-ezcomp" 2.0 sample working
    * [MYFACES-2341] - facelet tag lib parser includes &lt;behavior&gt; section
    * [MYFACES-2345] - Add View Parameters feature
    * [MYFACES-2349] - h:commandButton allows type="button" on jsf 2.0
    * [MYFACES-2364] - PostRestoreStateEvent should be called from 
DefaultRestoreViewSupport.processComponentBinding
    * [MYFACES-2365] - DefaultRestoreViewSupport.calculateViewId should 
not call ViewHandler.deriveViewId, it should be called later from 
ViewHandler.createView and ViewHandler.restoreView
    * [MYFACES-2366] - RestoreViewExecutor should check also if the 
server is showing an error page when check for postback
    * [MYFACES-2367] - FacesContext.isProcessingEvents should be called 
from Application.publishEvent
    * [MYFACES-2375] - &lt;managed-bean-scope&gt; could also be an EL 
expression, to allow easy implementation of new scopes
    * [MYFACES-2376] - h:outputScript should force type="text/javascript"
    * [MYFACES-2378] - Use java util logging on 2.0.x branch
    * [MYFACES-2379] - Create site for core 2.0.x
    * [MYFACES-2399] - ManagedBeanResolver does not handle view scope
    * [MYFACES-2403] - Myfaces core 2.0 uses jdk 6, but it should be jdk 5
    * [MYFACES-2407] - _ComponentChildrenList does not implement all 
List methods
    * [MYFACES-2411] - Update api to match latest signature
    * [MYFACES-2413] - @ResourceDependency annotations should be scanned 
when Application.createConverter(String) and 
Application.createValidator(String) is called
    * [MYFACES-2414] - ResourceHandlerImpl should scan first with locale 
prefix and then without it
    * [MYFACES-2419] - NavigationHandler does not deal with no outcome &amp; 
no action &amp; no if case
    * [MYFACES-2422] - Change package name to org.apache.myfaces.test in 
myfaces-test project
    * [MYFACES-2424] - c namespace changed to 
http://java.sun.com/jsp/jstl/core

regards

Leonardo Uribe


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.8 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200911.mbox/%3c4B0C92BC.9000805@apache.org%3e"/>
<id>urn:uuid:%3c4B0C92BC-9000805@apache-org%3e</id>
<updated>2009-11-25T02:13:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.2.8.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified 
by JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and is 100% 
compliant with the JSR-252 specification.

MyFaces Core 1.2.8 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.8

Bug

    * [MYFACES-1896] - FacesConfigurator version check incorrect
    * [MYFACES-1955] - MyFaces 1.2.4 and WebLogic 10.3- strict servlet 
API: cannot call getWriter() after getOutputStream()
    * [MYFACES-2216] - MyFaces suppresses runtime exceptions thrown in 
ActionListeners
    * [MYFACES-2256] - oamSetHiddenInput should not ignore 
nodeName=='input' (lower case characters)
    * [MYFACES-2289] - Build failure due to missing symbol 
FacesContext.setCurrentPhaseId()
    * [MYFACES-2338] - MyFaces 1.2 has dependency to JDK 1.6
    * [MYFACES-2339] - RenderKitUtils should give better error if 
someone uses an incorrect default-render-kit-id
    * [MYFACES-2343] - ConverterImplTag always wrap with DelegateConverter
    * [MYFACES-2370] - 'invokeOnComponent' method in UIData does not 
properly process &lt;h:column&gt; header/footer facets
    * [MYFACES-2371] - NullPointerException on 
UIComponentClassicTagBase.getViewComponentIds() fixed on branch 2.0.x 
but not on branch 1.2.x
    * [MYFACES-2380] - DefaultRestoreViewSupport.calculateViewId does 
not calculate viewId properly on portlet case
    * [MYFACES-2382] - Duplicate id exception when weblogic portal and 
jsf native portlet (faces-adapter.jar) is used
    * [MYFACES-2383] - If jsf 1.2 methods of ExternalContext are called 
with a jsf 1.1 impl, by default it should call default ones
    * [MYFACES-2388] - Link to download FILE on a Dialog fails of FF

Improvement

    * [MYFACES-2154] - mobile internet explorer version 6.12 issue
    * [MYFACES-2335] - Improve the plugin mechanism
    * [MYFACES-2373] - Add a way to document event capabilities for 
components using myfaces builder plugin
    * [MYFACES-2377] - Include global config parameters javadoc on 
myfaces-metadata using some myfaces builder plugin annotation
    * [MYFACES-2400] - Allow choose directories when building 
myfaces-metadata.xml with myfaces-builder-plugin

regards

Leonardo Uribe


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.11</title>
<author><name>Matthias Wessendorf &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200909.mbox/%3c71235db40909030446t5f808485l916f5b079ae9773b@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40909030446t5f808485l916f5b079ae9773b@mail-gmail-com%3e</id>
<updated>2009-09-03T11:46:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.11.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.11 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313509

Enjoy!

--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.12</title>
<author><name>Matthias Wessendorf &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200908.mbox/%3c71235db40908270352v3315d079p515d6e34b737e1f8@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40908270352v3315d079p515d6e34b737e1f8@mail-gmail-com%3e</id>
<updated>2009-08-27T10:52:02Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.12.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.12 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313651

Enjoy!
Matthias

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.10)</title>
<author><name>Matthias Wessendorf &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200907.mbox/%3c71235db40907210708l5ae59180i53e93290410f8df@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40907210708l5ae59180i53e93290410f8df@mail-gmail-com%3e</id>
<updated>2009-07-21T14:08:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

The Apache MyFaces community is pleased to announce its
1.2.10 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.

release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313648

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.1.7 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200906.mbox/%3c4A2AA293.8070702@apache.org%3e"/>
<id>urn:uuid:%3c4A2AA293-8070702@apache-org%3e</id>
<updated>2009-06-06T17:08:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.1.7.

MyFaces Core is a JavaServer(tm) Faces 1.1 implementation as specified 
by JSR-127.  MyFaces Core has passed Sun's JSR-127 TCK and is 100% 
compliant with the JSR-127 specification.

MyFaces Core 1.1.7 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.1.7

Bug

    * [MYFACES-1774] - HtmlLinkRenderer should output &amp;amp; instead of &amp; 
as the url param separator within href attribute according to HTML Spec
    * [MYFACES-1776] - f:view tag throws classcast exception if locale 
attribute is used on a portal page
    * [MYFACES-1841] - HtmlResponseWriterImpl.writeURIAttribute does not 
perform proper URLs encoding ( ex: &amp; should be encoded in &amp;amp)
    * [MYFACES-1891] - ClassCastException in converter when Hiding / 
Showing unselected selectOneRadio
    * [MYFACES-1975] - HtmlResponseStateManager.getSavedState() should 
handle javax.faces.ViewState=""
    * [MYFACES-1981] - outputLink does not render onfocus and onblur
    * [MYFACES-2006] - getTableIndex: Integer to String (ClassCastException)
    * [MYFACES-2008] - Character encoding in Content-Type is ignored
    * [MYFACES-2099] - Detection of empty selection in UISelectOne 
through RenderUtils.NOTHING is faulty
    * [MYFACES-2139] - h:messages don't use styleClass attribute when 
rendering
    * [MYFACES-2155] - HtmlLinkRenderer did not recognize ankers (#)
    * [MYFACES-2160] - The action in tr:commandButton is not fired if 
you use the trinidad jsf library (in 1.1.5 it works).
    * [MYFACES-2167] - If graphicImage does not have value/url is not 
rendered in MyFaces Core JSF 1.1

Enjoy!

regards

Leonardo Uribe


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.7 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200906.mbox/%3c4A2AA1C6.8070806@apache.org%3e"/>
<id>urn:uuid:%3c4A2AA1C6-8070806@apache-org%3e</id>
<updated>2009-06-06T17:05:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.2.7.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified 
by JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and is 100% 
compliant with the JSR-252 specification.

MyFaces Core 1.2.7 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.7

Bug

    * [MYFACES-1761] - Handling PostConstruct annotations - wrong order
    * [MYFACES-1841] - HtmlResponseWriterImpl.writeURIAttribute does not 
perform proper URLs encoding ( ex: &amp; should be encoded in &amp;amp)
    * [MYFACES-1879] - Problems with myfaces when java2 security is enabled
    * [MYFACES-1891] - ClassCastException in converter when Hiding / 
Showing unselected selectOneRadio
    * [MYFACES-1975] - HtmlResponseStateManager.getSavedState() should 
handle javax.faces.ViewState=""
    * [MYFACES-2007] - Converters are not created properly when target 
class is both, an enum and implements an interface
    * [MYFACES-2013] - h:dataTable renders caption facet twice on ear 
projects
    * [MYFACES-2099] - Detection of empty selection in UISelectOne 
through RenderUtils.NOTHING is faulty
    * [MYFACES-2134] - org.apache.myfaces.CONFIG_REFRESH_PERIOD != 0 
causes a myfaces failure
    * [MYFACES-2139] - h:messages don't use styleClass attribute when 
rendering
    * [MYFACES-2144] - &lt;render-kit&gt; parsing problem
    * [MYFACES-2149] - Stream not closed
    * [MYFACES-2155] - HtmlLinkRenderer did not recognize ankers (#)
    * [MYFACES-2161] - MyFaces-API issue: getValue of UIInput
    * [MYFACES-2177] - ConvertDateTimeTag timeZone does not work with 
ValueExpression of return type String
    * [MYFACES-2214] - Cannot use custom error handler (param 
org.apache.myfaces.ERROR_HANDLER) due to bug in FacesServlet
    * [MYFACES-2232] - FacesConfig.getCurrentInstance and 
externalContext references should work before set application instance 
on facesContext init
    * [MYFACES-2233] - javax.faces.application.Application should check 
for default ApplicationImpl on methods added on 1.2 to enhance 
compatibility with existing jsf 1.1 apps as RI

Improvement

    * [MYFACES-2156] - Performance improvement in HtmlRenderKitImpl
    * [MYFACES-2234] - add org.apache.myfaces.DELEGATE_FACES_SERVLET 
param, to make possible use other custom servlet instead FacesServlet

New Feature

    * [MYFACES-1902] - Allow to use different ExpressionFactory 
implementation

regards

Leonardo Uribe



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Release of Apache MyFaces Extensions Validator 1.2.2</title>
<author><name>Gerhard Petracek &lt;gpetracek@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200904.mbox/%3c2332f63b0904200715u6f1deb8y5a2b6f5235488374@mail.gmail.com%3e"/>
<id>urn:uuid:%3c2332f63b0904200715u6f1deb8y5a2b6f5235488374@mail-gmail-com%3e</id>
<updated>2009-04-20T14:15:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Extensions Validator 1.2.2 (for JSF 1.2).

Apache MyFaces Extensions Validator is an extensible framework to validate
user input based on annotations.

Apache MyFaces Extensions Validator is available in both binary and source
distributions:
http://myfaces.apache.org/extensions/validator/download.html

Apache MyFaces Extensions Validator is available in the central Maven
repository under
Group ID "org.apache.myfaces.extensions.validator.*".

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313874

Enjoy!

Gerhard Petracek


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Release of Apache MyFaces Extensions Validator 1.1.2</title>
<author><name>Gerhard Petracek &lt;gpetracek@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200904.mbox/%3c2332f63b0904200715x55d990b0x681c76ebd6dc1eb4@mail.gmail.com%3e"/>
<id>urn:uuid:%3c2332f63b0904200715x55d990b0x681c76ebd6dc1eb4@mail-gmail-com%3e</id>
<updated>2009-04-20T14:15:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Extensions Validator 1.1.2 (for JSF 1.1).

Apache MyFaces Extensions Validator is an extensible framework to validate
user input based on annotations.

Apache MyFaces Extensions Validator is available in both binary and source
distributions:
http://myfaces.apache.org/extensions/validator/download.html

Apache MyFaces Extensions Validator is available in the central Maven
repository under
Group ID "org.apache.myfaces.extensions.validator.*".

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313873

Enjoy!

Gerhard Petracek


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.11</title>
<author><name>Matthias Wessendorf &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200903.mbox/%3c71235db40902261111k7361de9ck953ceb9a20df4981@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40902261111k7361de9ck953ceb9a20df4981@mail-gmail-com%3e</id>
<updated>2009-02-26T19:11:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.11.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.11 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313510

Enjoy!
Matthias

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.9)</title>
<author><name>Matthias Wessendorf &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200902.mbox/%3c71235db40902152334vf9075aau5c4b745b11877a6c@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40902152334vf9075aau5c4b745b11877a6c@mail-gmail-com%3e</id>
<updated>2009-02-16T07:34:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

The Apache MyFaces community is pleased to announce its
1.2.9 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.

release notes:
MyFaces Trinidad - Version 1.2.9-plugins

[TRINIDAD-1392] - patch plugins


Have fun,
Matthias

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.6 Release</title>
<author><name>lu4242@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200902.mbox/%3c20090131210532.98658.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20090131210532-98658-qmail@minotaur-apache-org%3e</id>
<updated>2009-01-31T21:05:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.6.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252.  MyFaces
Core has passed Sun's JSR-252 TCK and is 100% compliant with the JSR-252 specification.

MyFaces Core 1.2.6 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.6

Bug

    * [MYFACES-2082] - id attribute for html components on JSF 1.2 could be set via an rtexprvalue
(but not by a ValueExpression)
    * [MYFACES-2135] - Remove @Deprecated annotations inserted on api methods, since this
annotation is runtime type and changes method signature (a tck test fails if this annotation
is present)

Task

    * [MYFACES-2037] - Activate add shared dependency to myfaces core impl instead unpack
shared using a property different to -DperformRelease=true

regards

Leonardo Uribe



</pre>
</div>
</content>
</entry>
<entry>
<title>[Travel Assistance] Applications for ApacheCon EU 2009 - Now Open</title>
<author><name>Manfred Geiler &lt;manolito@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200901.mbox/%3c564d4f680901231555y2ead0172j6f7f20041d5372b4@mail.gmail.com%3e"/>
<id>urn:uuid:%3c564d4f680901231555y2ead0172j6f7f20041d5372b4@mail-gmail-com%3e</id>
<updated>2009-01-23T23:55:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
FYI

---------- Forwarded message ----------
From: Tony Stevenson &lt;pctony@apache.org&gt;
To: travel-assistance@apache.org
Date: Fri, 23 Jan 2009 13:28:19 +0000
Subject: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open


The Travel Assistance Committee is now accepting applications for those
wanting to attend ApacheCon EU 2009 between the 23rd and 27th March 2009
in Amsterdam.

The Travel Assistance Committee is looking for people who would like to
be able to attend ApacheCon EU 2009 who need some financial support in
order to get there. There are very few places available and the criteria
is high, that aside applications are open to all open source developers
who feel that their attendance would benefit themselves, their
project(s), the ASF or open source in general.

Financial assistance is available for travel, accommodation and entrance
fees either in full or in part, depending on circumstances. It is
intended that all our ApacheCon events are covered, so it may be prudent
for those in the United States or Asia to wait until an event closer to
them comes up - you are all welcome to apply for ApacheCon EU of course,
but there must be compelling reasons for you to attend an event further
away that your home location for your application to be considered above
those closer to the event location.

More information can be found on the main Apache website at
http://www.apache.org/travel/index.html - where you will also find a
link to the online application form.

Time is very tight for this event, so applications are open now and will
end on the 4th February 2009 - to give enough time for travel
arrangements to be made.

Good luck to all those that apply.


Regards,
The Travel Assistance Committee
--




------------------------------------------------------------------
Tony Stevenson
tony@pc-tony.com  //  pctony@apache.org  // pctony@freenode.net
http://blog.pc-tony.com/

1024D/51047D66 ECAF DC55 C608 5E82 0B5E  3359 C9C7 924E 5104 7D66
------------------------------------------------------------------


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Release of Apache MyFaces Extensions Validator 1.2.1</title>
<author><name>&quot;Gerhard Petracek&quot; &lt;gpetracek@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200812.mbox/%3c2332f63b0812140700v8cd8696r3f02575f752d7b63@mail.gmail.com%3e"/>
<id>urn:uuid:%3c2332f63b0812140700v8cd8696r3f02575f752d7b63@mail-gmail-com%3e</id>
<updated>2008-12-14T15:00:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Extensions Validator 1.2.1 (for JSF 1.2).

Apache MyFaces Extensions Validator is an extensible framework to validate
user input based on annotations.

Apache MyFaces Extensions Validator is available in both binary and source
distributions:
http://myfaces.apache.org/extensions/validator/download.html

Apache MyFaces Extensions Validator is available in the central Maven
repository under
Group ID "org.apache.myfaces.extensions.validator.*".

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313481

Enjoy!

Gerhard Petracek


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Release of Apache MyFaces Extensions Validator 1.1.1</title>
<author><name>&quot;Gerhard Petracek&quot; &lt;gpetracek@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200812.mbox/%3c2332f63b0812140700u91a14ft83f037cfb75917de@mail.gmail.com%3e"/>
<id>urn:uuid:%3c2332f63b0812140700u91a14ft83f037cfb75917de@mail-gmail-com%3e</id>
<updated>2008-12-14T15:00:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of
Apache MyFaces Extensions Validator 1.1.1 (for JSF 1.1).

Apache MyFaces Extensions Validator is an extensible framework to validate
user input based on annotations.

Apache MyFaces Extensions Validator is available in both binary and source
distributions:
http://myfaces.apache.org/extensions/validator/download.html

Apache MyFaces Extensions Validator is available in the central Maven
repository under
Group ID "org.apache.myfaces.extensions.validator.*".

Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313480

Enjoy!

Gerhard Petracek


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.10</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200811.mbox/%3c71235db40811180057w2774db68u7c51a6988757b653@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40811180057w2774db68u7c51a6988757b653@mail-gmail-com%3e</id>
<updated>2008-11-18T08:57:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.10.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.10 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313343

Enjoy!

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.10</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200811.mbox/%3c71235db40811180056s25aa5616x8e4c18eac2b22e68@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40811180056s25aa5616x8e4c18eac2b22e68@mail-gmail-com%3e</id>
<updated>2008-11-18T08:56:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.10.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.10 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313342

Enjoy!

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.5 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200811.mbox/%3c490FCC56.8080502@apache.org%3e"/>
<id>urn:uuid:%3c490FCC56-8080502@apache-org%3e</id>
<updated>2008-11-04T04:15:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.2.5.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified 
by JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and is 100% 
compliant with the JSR-252 specification.

MyFaces Core 1.2.5 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.5

Bug

    * [MYFACES-1886] - Translation is wrong for french
    * [MYFACES-1954] - &lt;h:messages&gt; changed defaults for showSummary and 
showDetail
    * [MYFACES-1964] - JspException thrown if actionListener's type 
attribute is not supplied
    * [MYFACES-1966] - facet tag is in both myfaces_core.tld and 
myfaces_html.tld
    * [MYFACES-2000] - text/* accept content type not supported
    * [MYFACES-2011] - Javascript error on links after clicking a 
popup/download link
    * [MYFACES-2023] - HtmlFormRendererBase not calling protected 
methods for actionUrl, method and charset

Improvement

    * [MYFACES-1949] - Apply myfaces-builder-plugin generation for 
myfaces core 1.2.x and 2.0.x
    * [MYFACES-1960] - Make the state-manager (JspStateManagerImpl) 
behaviour storing the previous view-states in MyFaces optional

Task

    * [MYFACES-1823] - pom.xml uses deprecated syntax
    * [MYFACES-1976] - Enhance build process, unpacking shared only when 
a release occur and use a dependency to shared instead

regards

Leonardo Uribe


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.4 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c48B9D97C.80601@apache.org%3e"/>
<id>urn:uuid:%3c48B9D97C-80601@apache-org%3e</id>
<updated>2008-08-30T23:36:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.4.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252.  MyFaces
Core has passed Sun's JSR-252 TCK and is 100% compliant with the JSR-252 specification. 

MyFaces Core 1.2.4 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.4

Bug

    * [MYFACES-1848] - JSP regular exceptions causes vlack page output
    * [MYFACES-1882] - validator property of UIInput do not saved and restored (myfaces-faces-plugin
error)
    * [MYFACES-1893] - DateTimeConverter date format for converter exception args
    * [MYFACES-1894] - events aren't cleared
    * [MYFACES-1895] - state saving and events
    * [MYFACES-1897] - escape value of a selectItem is never evaluated
    * [MYFACES-1899] - Why RequiredMessage is not supported in SelectMany components?
    * [MYFACES-1900] - &lt;f:param&gt; violates the JSF spec

Enjoy

regards

Leonardo Uribe



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.1.6 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c48A77529.8000303@apache.org%3e"/>
<id>urn:uuid:%3c48A77529-8000303@apache-org%3e</id>
<updated>2008-08-17T00:47:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.1.6.

MyFaces Core is a JavaServer(tm) Faces 1.1 implementation as specified 
by JSR-127.  MyFaces Core has passed Sun's JSR-127 TCK and is 100% 
compliant with the JSR-127 specification.

MyFaces Core 1.1.6 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.1.6

Bug

    * [MYFACES-1287] - Provider for javax.xml.parsers.SAXParserFactory 
cannot be found
    * [MYFACES-1310] - IllegalStateException:Strict Servlet api:cannot 
call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5
    * [MYFACES-1311] - MyFaces Portlet at Weblogic 8.1 SP5: Request 
Parameter weren't submitted
    * [MYFACES-1379] - CLONE -commandLink actions ignored inside tree2
    * [MYFACES-1467] - Validation doesn't run for required fields if 
submitted value is null
    * [MYFACES-1504] - oamSetHiddenInput function missing if ...
    * [MYFACES-1513] - myfaces-api has unnecessary commons-digester 
dependency
    * [MYFACES-1543] - mbean_source.jsp not working
    * [MYFACES-1549] - MyFaces-API issue: getValue of UIInput
    * [MYFACES-1555] - h:messages and h:message don't use style 
attribute when rendering
    * [MYFACES-1581] - UISelectOne encounters exception in call to equals()
    * [MYFACES-1590] - MyFaces build doesn't work offline - validation 
of TLDs fails
    * [MYFACES-1641] - ContentType cannot be set when only text/* media 
range is accepted
    * [MYFACES-1707] - log catched exceptions
    * [MYFACES-1740] - NullPointer exception in ErrorPageWriter
    * [MYFACES-1744] - Validation messages is shown for SelectOneMenu in 
case first child is not SelectItems or SelectItem
    * [MYFACES-1750] - Evaluation of EL-Expression fails with custom 
PropertyResolver
    * [MYFACES-1762] - h:messages - error while rendering id and 
styleClass attributes
    * [MYFACES-1797] - Config Parameter for refresh Period is never 
retrieved
    * [MYFACES-1802] - FacesException and nested exceptions
    * [MYFACES-1809] - Linkrenderer with TrinidadForm does not render 
parameters
    * [MYFACES-1818] - JavascriptUtils.encodeString does not properly 
translate '\' characters into "\\" (2) characters
    * [MYFACES-1832] - bad charset encoding on &lt;f:param&gt; tag
    * [MYFACES-1871] - UIInput throws IllegalArgumentException for 
unknown event types in broadcast()
    * [MYFACES-1876] - 1.1.6-SNAPSHOT version is not JDK 1.4 compatible
    * [MYFACES-1883] - /WEB-INF/faces-config.xml Loaded twice if logging 
disabled.
    * [MYFACES-1891] - ClassCastException in converter when Hiding / 
Showing unselected selectOneRadio

Improvement

    * [MYFACES-1535] - findComponent slow for a high amount of calls
    * [MYFACES-1552] - Rendering less JavaScript for each button
    * [MYFACES-1569] - Error message when input text is disabled or readOnly
    * [MYFACES-1591] - Improved error handling in config management
    * [MYFACES-1688] - Highlighting of component on error page
    * [MYFACES-1689] - Reload of faces-config-files if changes are detected
    * [MYFACES-1853] - ErrorPageWriter causes Facelets/MyFaces confusion
    * [MYFACES-1874] - Component generation using myfaces builder plugin 
for 1.1
    * [MYFACES-1887] - Print Multiple exceptions information thrown on 
update model
    * [MYFACES-1888] - catch Throwable errors when using ErrorPageWriter 
(myfaces error handling)

New Feature

    * [MYFACES-1784] - Arabizing MyFaces Core Components

Enjoy!

regards

Leonardo Uribe


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.9</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c71235db40808072153r4157faa2kdd0a0da17f047077@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40808072153r4157faa2kdd0a0da17f047077@mail-gmail-com%3e</id>
<updated>2008-08-08T04:53:39Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.9.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.0.9 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313158

Enjoy!

--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.9</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c71235db40808072152u4e46ac6cl3e2cc5331150cc9f@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40808072152u4e46ac6cl3e2cc5331150cc9f@mail-gmail-com%3e</id>
<updated>2008-08-08T04:52:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.9.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.9 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313157

Enjoy!

--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [Announce] Release of Apache MyFaces Trinidad 1.2.9</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c71235db40808072151hec0c65cod0585a580ded2da3@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40808072151hec0c65cod0585a580ded2da3@mail-gmail-com%3e</id>
<updated>2008-08-08T04:51:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Fri, Aug 8, 2008 at 6:49 AM, Matthias Wessendorf &lt;matzew@apache.org&gt; wrote:
&gt; The Apache MyFaces Trinidad team is pleased to announce the release of
&gt; Apache MyFaces Trinidad Core 1.2.7.

1.2.9 :-)

&gt;
&gt; Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.
&gt;
&gt; Trinidad Core 1.2.9 is available in both binary and source distributions:
&gt;
&gt;  * http://myfaces.apache.org/trinidad/download.html
&gt;
&gt; Apache MyFaces Trinidad is available in the central Maven repository under
&gt; Group ID "org.apache.myfaces.trinidad".
&gt;
&gt;
&gt; Release Notes:
&gt; https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313157
&gt;
&gt; Enjoy!
&gt;
&gt; --
&gt; Matthias Wessendorf
&gt;
&gt; further stuff:
&gt; blog: http://matthiaswessendorf.wordpress.com/
&gt; sessions: http://www.slideshare.net/mwessendorf
&gt; mail: matzew-at-apache-dot-org
&gt;



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.9</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200808.mbox/%3c71235db40808072149s1e5d888due33d47fbb11a59ea@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40808072149s1e5d888due33d47fbb11a59ea@mail-gmail-com%3e</id>
<updated>2008-08-08T04:49:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.7.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.9 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12313157

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.7)</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200807.mbox/%3c71235db40807282325r47e5a4fbp29409915442274e3@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40807282325r47e5a4fbp29409915442274e3@mail-gmail-com%3e</id>
<updated>2008-07-29T06:25:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

The Apache MyFaces community is pleased to announce its
1.2.7 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.

release notes:
MyFaces Trinidad - Version 1.2.7-plugins

    * [TRINIDAD-919] - maven-jdev-plugin does not evaluate &lt;!DOCTYPE&gt;
tag correctly for taglib (.tld) files

Improvement

    * [TRINIDAD-987] - add 'scoped-id-holder' and
'multi-scoped-id-holder' to transform.xsl and transform12.xsl
    * [TRINIDAD-1011] - Add new properties to the maven-faces-plugin
    * [TRINIDAD-1065] - Support mfp:hidden to hide properties and
facets from the tag documentation
    * [TRINIDAD-1163] - Improvements to property deprecation and a new
no-op feature

New Feature

    * [TRINIDAD-953] - Support for Code Examples in Trinidad
Components, Validators, and Converters tagdocs
    * [TRINIDAD-1056] - Chang maven-faces-plugin to stop filtering out metadata

Have fun,
Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.3 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200805.mbox/%3c4827DC7D.8040100@apache.org%3e"/>
<id>urn:uuid:%3c4827DC7D-8040100@apache-org%3e</id>
<updated>2008-05-12T05:58:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces 
Core 1.2.3.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified 
by JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and is 100% 
compliant with the JSR-252 specification.
MyFaces Core 1.2.3 is available in both binary and source distributions.

   * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under 
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.3

Bug

   * [MYFACES-1558] - FactoryFinder not thread safe, and has a memory leak
   * [MYFACES-1691] - beforeUnload event handler breaks form submission
   * [MYFACES-1793] - MF Core causes resources not found(404) errors 
(recently also corrected in Sun RI for JSF 1.2)
   * [MYFACES-1795] - MF Core causes resources not found(404) errors 
(recently also corrected in Sun RI for JSF 1.2)
   * [MYFACES-1796] - FactoryFinder.releaseFactories() does not release 
application class loader. (PATCH available).
   * [MYFACES-1799] - javax.faces.validator.LengthValidator.getMaximum() 
returns Integer.MAX_VALUE
   * [MYFACES-1811] - cannot set enctype on h:form with el
   * [MYFACES-1812] - All faces-config.xml get loaded twice from jars in 
WEB-INF/lib
   * [MYFACES-1815] - Faces servlet returns empty response for resources 
when using /faces/* as servlet mapping
   * [MYFACES-1817] - f:validateLength with equal minimun and maximun 
does not work
   * [MYFACES-1819] - h:selectManyCheckbox with 
value="#{bean.map['somekey']}" fails
   * [MYFACES-1825] - duplicate ids not detected in 
JspStateManagerImpl.checkForDuplicateIds()
   * [MYFACES-1826] - Change Messages_de.properties German Message for 
Lenght Validator to proper descriptions
   * [MYFACES-1827] - MessageUtils don't handle MessageFormat 
substitution correctly with different Locale
   * [MYFACES-1828] - code that allow perform custom tasks before and 
after set binding in 1.2 does not work
   * [MYFACES-1830] - oamSetHiddenInput function missing for myfaces 
core 1.2 if ...
   * [MYFACES-1831] - JSF12 UIComponentClassicTagBase.getCreated is 
broken, breaking t:updateActionListener
   * [MYFACES-1833] - UIComponentBase catches all Exceptions on broadcast
   * [MYFACES-1836] - f:convertDateTime type=date is ignored
   * [MYFACES-1843] - Configuration cleanup fail on some specific 
machine configurations
   * [MYFACES-1845] - Only date is returned wihen both dateStyle and 
timeStyle are set without specifying type
   * [MYFACES-1849] - javascript on button should be removed or 
configurable by user
   * [MYFACES-1851] - the hidden field form:_link_hidden_ not works 
anymore (changed by form:_idcl on MYFACES-1539). This should be removed
   * [MYFACES-1855] - hidden fields created when using h:commandLink and 
f:param should be created and removed using javascript
   * [MYFACES-1856] - h:commandLink with target="_blank" does not work
   * [MYFACES-1857] - h:commandLink with onclick="customFunction" does 
not do what taglib javadoc of jsf ri suggest to do
   * [MYFACES-1866] - Avoid possible NullPointerException and 
NumberFormatException in JspStateManagerImpl.getServerStateId
   * [MYFACES-1869] - mvn assembly:assembly does not generate src zip or 
tag.gz properly

Improvement

   * [MYFACES-1726] - IE7 - AutoComplete Does Not Work When You Use 
Script to Submit a Form
   * [MYFACES-1859] - Optimize javascript following good practices
   * [MYFACES-1862] - Use ThreadLocal StringBuilder for create ids on 
getClientId, like in trinidad
   * [MYFACES-1864] - Enhance UIComponentBase.getFacetsAndChildren(), 
creating _FacetsAndChildrenIterator only when it is necessary

Enjoy!



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.3 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200805.mbox/%3c4827BE76.6010804@apache.org%3e"/>
<id>urn:uuid:%3c4827BE76-6010804@apache-org%3e</id>
<updated>2008-05-12T03:50:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.3.

MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252.  MyFaces
Core has passed Sun's JSR-252 TCK and is 100% compliant with the JSR-252 specification. 

MyFaces Core 1.2.3 is available in both binary and source distributions.

    * http://myfaces.apache.org/download.html

MyFaces Core is also available in the central Maven repository under Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.3

Bug

    * [MYFACES-1558] - FactoryFinder not thread safe, and has a memory leak
    * [MYFACES-1691] - beforeUnload event handler breaks form submission
    * [MYFACES-1793] - MF Core causes resources not found(404) errors (recently also corrected
in Sun RI for JSF 1.2)
    * [MYFACES-1795] - MF Core causes resources not found(404) errors (recently also corrected
in Sun RI for JSF 1.2)
    * [MYFACES-1796] - FactoryFinder.releaseFactories() does not release application class
loader. (PATCH available).
    * [MYFACES-1799] - javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE
    * [MYFACES-1811] - cannot set enctype on h:form with el
    * [MYFACES-1812] - All faces-config.xml get loaded twice from jars in WEB-INF/lib
    * [MYFACES-1815] - Faces servlet returns empty response for resources when using /faces/*
as servlet mapping
    * [MYFACES-1817] - f:validateLength with equal minimun and maximun does not work
    * [MYFACES-1819] - h:selectManyCheckbox with value="#{bean.map['somekey']}" fails
    * [MYFACES-1825] - duplicate ids not detected in JspStateManagerImpl.checkForDuplicateIds()
    * [MYFACES-1826] - Change Messages_de.properties German Message for Lenght Validator to
proper descriptions
    * [MYFACES-1827] - MessageUtils don't handle MessageFormat substitution correctly with
different Locale
    * [MYFACES-1828] - code that allow perform custom tasks before and after set binding in
1.2 does not work
    * [MYFACES-1830] - oamSetHiddenInput function missing for myfaces core 1.2 if ...
    * [MYFACES-1831] - JSF12 UIComponentClassicTagBase.getCreated is broken, breaking t:updateActionListener
    * [MYFACES-1833] - UIComponentBase catches all Exceptions on broadcast
    * [MYFACES-1836] - f:convertDateTime type=date is ignored
    * [MYFACES-1843] - Configuration cleanup fail on some specific machine configurations
    * [MYFACES-1845] - Only date is returned wihen both dateStyle and timeStyle are set without
specifying type
    * [MYFACES-1849] - javascript on button should be removed or configurable by user
    * [MYFACES-1851] - the hidden field form:_link_hidden_ not works anymore (changed by form:_idcl
on MYFACES-1539). This should be removed
    * [MYFACES-1855] - hidden fields created when using h:commandLink and f:param should be
created and removed using javascript
    * [MYFACES-1856] - h:commandLink with target="_blank" does not work
    * [MYFACES-1857] - h:commandLink with onclick="customFunction" does not do what taglib
javadoc of jsf ri suggest to do
    * [MYFACES-1866] - Avoid possible NullPointerException and NumberFormatException in JspStateManagerImpl.getServerStateId
    * [MYFACES-1869] - mvn assembly:assembly does not generate src zip or tag.gz properly

Improvement

    * [MYFACES-1726] - IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form
    * [MYFACES-1859] - Optimize javascript following good practices
    * [MYFACES-1862] - Use ThreadLocal StringBuilder for create ids on getClientId, like in
trinidad
    * [MYFACES-1864] - Enhance UIComponentBase.getFacetsAndChildren(), creating _FacetsAndChildrenIterator
only when it is necessary

Enjoy!

Leonardo Uribe



</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.7</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200803.mbox/%3c71235db40803161311m2e851996w361ec3d3f064602d@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40803161311m2e851996w361ec3d3f064602d@mail-gmail-com%3e</id>
<updated>2008-03-16T20:11:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.7.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.7 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312963

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.7</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200803.mbox/%3c71235db40803161310r4e26b1abud34ed5f565501eb7@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40803161310r4e26b1abud34ed5f565501eb7@mail-gmail-com%3e</id>
<updated>2008-03-16T20:10:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.7.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.7 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312962

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.6</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200802.mbox/%3c71235db40802110448y4a7554cfx2401a7a135199696@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40802110448y4a7554cfx2401a7a135199696@mail-gmail-com%3e</id>
<updated>2008-02-11T12:48:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.6.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.2.6 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312923

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.6</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200802.mbox/%3c71235db40802110445s70b4ded8oe6d7588ffd9b30ad@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40802110445s70b4ded8oe6d7588ffd9b30ad@mail-gmail-com%3e</id>
<updated>2008-02-11T12:45:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.6.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.6 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312922

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] MyFaces Core v1.2.2 Release</title>
<author><name>Leonardo Uribe &lt;lu4242@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200801.mbox/%3c479D1CDE.7030805@apache.org%3e"/>
<id>urn:uuid:%3c479D1CDE-7030805@apache-org%3e</id>
<updated>2008-01-28T00:07:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of MyFaces
Core 1.2.2.

MyFaces Core 1.2.2 is a JavaServer(tm) Faces 1.2 implementation as
specified by JSR-252.  MyFaces Core has passed Sun's JSR-252 TCK and
is 100% compliant with the JSR-252 specification.

MyFaces Core 1.2.2 is available in both binary and source distributions.

   * http://myfaces.apache.org/download.html 
&lt;http://myfaces.apache.org/download.html&gt;

MyFaces Core is also available in the central Maven repository under
Group ID "org.apache.myfaces.core".

Release Notes - MyFaces Core - Version 1.2.2
Bug

   * [MYFACES-458] - javax.faces.component._Compone
ntAttributesMap
implementation not correct
   * [MYFACES-1670] - A dollar-type, 2 level EL expression evaluates to null
   * [MYFACES-1674] - HtmlButtonRenderBase don't end INPUT_ELEM
   * [MYFACES-1681] - UIComponent.getAttributes() too restrictive
   * [MYFACES-1682] - MyFaces 1.2 not work properly with value parameter
   * [MYFACES-1684] - myface 1.2 cant handle enum type
   * [MYFACES-1698] - NOTICE.txt in myfaces-api-1.2.0.jar and
myfaces-impl-1.2.0.jar contain invalid comments,
myfaces-impl-1.2.0.jar contains unneeded secondary license
   * [MYFACES-1700] - each &lt;h:form&gt; generated an &lt;input&gt; with same
id="javax.faces.ViewState"
   * [MYFACES-1701] - The state gets reconstructed twice.
   * [MYFACES-1702] - Error Handling &amp; FileNotFoundException
   * [MYFACES-1703] - f:setPropertyActionListener causes wrongful
AbortProcessingException
   * [MYFACES-1712] - FacesListeners get added to components twice
causing event to be raised twice.
   * [MYFACES-1718] - Wrong output order when redisplaying a submitted form
   * [MYFACES-1721] - Need impl for UIData.invokeOnComponent()
   * [MYFACES-1725] - myfaces_core.tld has invalid jsp-version element
   * [MYFACES-1728] - JspViewHandler improperly flushing writer
   * [MYFACES-1729] - label attribute does not resolve EL expresion
(JSR 252 Issue 6 related)
   * [MYFACES-1733] - [Seam] Server-side state saving not working correctly
   * [MYFACES-1734] - In a custom validator method, the Message in
the thrown ValidatorException is not used
   * [MYFACES-1735] - Myfaces 1.2 should provide local copies of
web-facesconfig_1_x.dtd
   * [MYFACES-1736] - UIInput.updateModel may not throw exceptions
according to Spec
   * [MYFACES-1739] - JSR-252 Issue #13: needs converter-for-class
converter registration for BigDecimal and BigInteger
   * [MYFACES-1741] - JSR-252 Issue 21 - Provided an additional
"binding" attribute for the core Converter, Listener and Validator
tags has wrong behaviour
   * [MYFACES-1745] - for-Attribute of UIMessage and HtmlOutputLabel
does not work with an EL Expression
   * [MYFACES-1746] - Properties not set in UIComponentTag.createComponent()
   * [MYFACES-1751] - encodeChildren in Renderer-base-class is
wrongly implemented
   * [MYFACES-1755] - create converter with unknown id fails with NPE
   * [MYFACES-1756] - ExternalContext.encodeAction/ResourceURL(null)
should throw NPE
   * [MYFACES-1758] - Missing "else" in shared
RendererUtils.getStringValue(FacesContext, UIComponent)
   * [MYFACES-1759] - JSR-252 Issue #69: Permit the passing of a null
value to SelectItem.setValue(). A SelectItem with null value adds
message Value is not valid
   * [MYFACES-1766] - JSR-252 Issue 74: disabled property for
outputLink does not work
   * [MYFACES-1767] - h:messages generates style property as
styleClass propery.
   * [MYFACES-1769] - JSR-252 Issue #224: Corrected h:dataTable var
to be a String, and not ValueExpression enabled
   * [MYFACES-1770] - components inside c:forEach has wrong id generation
   * [MYFACES-1775] - attribute "value" in tag "f:param" should not be 
required
   * [MYFACES-1780] - EL Expressions that evaluate to a null property
(without base) make the application fail
   * [MYFACES-1781] - Problem with required field and label attribute
   * [MYFACES-1782] - France Locale and NumberConverter doesn't work
well with currency strings
   * [MYFACES-1785] - Arabizing MyFaces Core version 1.2.1 Components
   * [MYFACES-1789] - UIData do not honor first and row value binding in 
decode
   * [MYFACES-1790] - HtmlColumnTag.getComponentType returns the wrong value
   * [MYFACES-1798] - DefaultViewHandlerSupports fails detecting
extension if there are dots in the path
   * [MYFACES-1805] - form stopped working after ajax request

Improvement

   * [MYFACES-1687] - Update Model didn't throw an exception if an
exception occurred, but adds a message for display to the user
   * [MYFACES-1693] - Make JSP 2.1 optional
   * [MYFACES-1694] - Myfaces 1.2 doesn't start without web.xml
   * [MYFACES-1716] - Handle JSP-Exceptions in MyFaces Error-Handling as 
well
   * [MYFACES-1732] - New error-handling doesn't deal with Exceptions
in validation-method
   * [MYFACES-1742] - Improved ViewState handling
   * [MYFACES-1749] - Performance Improvements
   * [MYFACES-1764] - always render &lt;tr&gt;&lt;td&gt; if a datatable has no
rows to stay html/xhtml dtd conformant?

New Feature

   * [MYFACES-1208] - JSR-252 Issue #16: Provided additional I18n
attributes "dir" and "land" for the tags &lt;h:outputText&gt;,
&lt;h:outputFormat&gt;, &lt;h:messages&gt;, and &lt;h:message&gt;.
   * [MYFACES-1244] - JSR-252 Issue #95: Allow multiple instances of
FacesServlet in a single webapp, mapped with different URI mappings,
to use different implementations of Lifecycle
   * [MYFACES-1685] - Enabled exception handling like in Facelets for
the rest of the MyFaces LifeCycle
   * [MYFACES-1747] - GuiceResolver

Enjoy!


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.6)</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200801.mbox/%3c71235db40801201820l7aa18674q34d14ef61c3cc88a@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40801201820l7aa18674q34d14ef61c3cc88a@mail-gmail-com%3e</id>
<updated>2008-01-21T02:20:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

The Apache MyFaces community is pleased to announce its
1.2.6 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.

release notes
Apache MyFaces Trinidad Plugins (version 1.2.6)

This file contains informations for the 1.2.6 release of the Plugins
for the Apache MyFaces Trinidad solved Jira issue:

Bug

    * [TRINIDAD-878] - Overhaul ConverterTagGenerator's writeCreateConverter()
    * [TRINIDAD-895] - faces-config does not include converter and
validator attributes
    * [TRINIDAD-907] - Current maven-jdev-plugin does not handle
nested maven projects whose packaging is "pom"

Improvement

    * [TRINIDAD-848] - Extensions for maven-faces-plugin for
supporting MyFaces Commons Validator and MaFaces Commons Converter
    * [TRINIDAD-871] - Without this new project.xml, the
maven-jdev-plugin requires project migration on each usage.
    * [TRINIDAD-893] - Added 3 new parameters to the maven-jdev-plugin.

Enjoy!
-Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.5</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200801.mbox/%3c71235db40801141030j5e50e072ic13bbc1e3ee97894@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40801141030j5e50e072ic13bbc1e3ee97894@mail-gmail-com%3e</id>
<updated>2008-01-14T18:30:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.5.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.2.5 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.5/RELEASE_NOTES

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.5</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200801.mbox/%3c71235db40801141026o356e650di66ff36341feeeaa5@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40801141026o356e650di66ff36341feeeaa5@mail-gmail-com%3e</id>
<updated>2008-01-14T18:26:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.5.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.5 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312858

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache Tobago 1.0.13</title>
<author><name>&quot;Bernd Bohmann&quot; &lt;bommel@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200801.mbox/%3c710c455d0712290353v49430a8eyfd0f55583c1686ee@mail.gmail.com%3e"/>
<id>urn:uuid:%3c710c455d0712290353v49430a8eyfd0f55583c1686ee@mail-gmail-com%3e</id>
<updated>2007-12-29T11:53:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of Apache
Tobago 1.0.13.
Apache Tobago is a renderkit for JSF and runs with MyFaces Core.

Changes
-------

Please check the release notes at
http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12312766
for a full list of the changes in version 1.0.13.

For more information about Apache Tobago, please visit
http://myfaces.apache.org/tobago/.

Have fun,
-The MyFaces team


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache Tobago 1.0.13</title>
<author><name>bommel@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200712.mbox/%3c20071227192328.92347.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20071227192328-92347-qmail@minotaur-apache-org%3e</id>
<updated>2007-12-27T19:23:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces team is pleased to announce the release of Apache Tobago 1.0.13.
Apache Tobago is a renderkit for JSF and runs with MyFaces Core.

Changes
-------

Please check the release notes at
http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&amp;styleName=Html&amp;version=12312766
for a full list of the changes in version 1.0.13.

For more information about Apache Tobago, please visit
http://myfaces.apache.org/tobago/.

Have fun,
-The MyFaces team


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.2.4</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200712.mbox/%3c71235db40712100124h1b7e67etb437ab6699c8811c@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40712100124h1b7e67etb437ab6699c8811c@mail-gmail-com%3e</id>
<updated>2007-12-10T09:24:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.2.4.

Apache MyFaces Trinidad 1.2.x is a JavaServer(tm) Faces 1.2 component library.

Trinidad Core 1.2.4 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
http://tinyurl.com/3bf7oh

Enjoy!
Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.2.4)</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200711.mbox/%3c71235db40711151832l330c540fqc913f9f675ba8ea2@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40711151832l330c540fqc913f9f675ba8ea2@mail-gmail-com%3e</id>
<updated>2007-11-16T02:32:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

The Apache MyFaces community is pleased to announce its
1.2.4 release of the Apache MyFaces Trinidad Maven2 plugins.

These Maven2 plugins have been deployed to the Apache Maven2 and they
are mirrored by ibiblio as well.


release notes
Apache MyFaces Trinidad Plugins (version 1.2.4)

This file contains informations for the 1.2.4 release of the Plugins
for the Apache MyFaces Trinidad solved Jira issue:

Bug

    * [TRINIDAD-756] - Event delivery phases get overwritten
    * [TRINIDAD-810] - Faces plugin copies the property-values to
attribute-values incorrectly if there is a sibling property-metadata
element

Improvement

    * [TRINIDAD-763] - add 'translatable' to transform.xsl and transform12.xsl

Enjoy!
-Matthias


-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Release of Apache MyFaces Trinidad 1.0.4</title>
<author><name>&quot;Matthias Wessendorf&quot; &lt;matzew@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/myfaces-announce/200711.mbox/%3c71235db40711121219v15e91653k6ab0aa0e33394de9@mail.gmail.com%3e"/>
<id>urn:uuid:%3c71235db40711121219v15e91653k6ab0aa0e33394de9@mail-gmail-com%3e</id>
<updated>2007-11-12T20:19:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The Apache MyFaces Trinidad team is pleased to announce the release of
Apache MyFaces Trinidad Core 1.0.4.

Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.1 component library.

Trinidad Core 1.0.4 is available in both binary and source distributions:

 * http://myfaces.apache.org/trinidad/download.html

Apache MyFaces Trinidad is available in the central Maven repository under
Group ID "org.apache.myfaces.trinidad".


Release Notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310661&amp;styleName=Html&amp;version=12312810

Enjoy!

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


</pre>
</div>
</content>
</entry>
</feed>
