<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.jakarta.myfaces.devel">
    <title>gmane.comp.jakarta.myfaces.devel</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.myfaces.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58117"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58099"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58040"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58013"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57958"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57952"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57922"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57910"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57905"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57896"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57875"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57874"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57864"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57862"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57861"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57847"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57845"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57826"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57816"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57813"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58117">
    <title>MyFaces CODI WindowContext - Mock</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58117</link>
    <description>&lt;pre&gt;We are trying to write simple junit4 test cases but do not wish to deal with
WebDriver or Browser Logons.  Is there anyway that we can force a Create
WindowContext/Conversation - Destroy WindowContext/Conversation in setup and
breakdown?   Seems like Conversations can be handled, but the WindowContext
is key.

 We have no need to test multiple conversations within WindowContext.  We
simply need the container (CDI ...) to create and destroy those contexts
before and after the test.  We simply wish to test some beans that are
dependent on injecting a simple WindowContext Bean ...

I was hoping that there was a way to explicitly provide this capability
along with a WindowContextId.

Any help would be much appreciated ...





--
View this message in context: http://myfaces.10567.n7.nabble.com/MyFaces-CODI-WindowContext-Mock-tp114858.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>P. Grillo</dc:creator>
    <dc:date>2013-05-20T21:58:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58099">
    <title>[TRINIDAD] [API] [TRINIDAD-2384] Need a notification mechanism for successful application of DocumentChange</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58099</link>
    <description>&lt;pre&gt;Hi,

Please review the proposed API to solve the following TRINIDAD JIRA:

[TRINIDAD-2384] Need a notification mechanism for successful application of DocumentChange
https://issues.apache.org/jira/browse/TRINIDAD-2384

Requirement:
----------------

The usecase is of a ChangeManager implementation that delegates to one or more other ChangeManager implementation 
instances based on certain conditions. For example in "Edit" mode in a DesignTime &amp;lt; at &amp;gt; RunTime application, the delegate 
could be a ChangeManager implementation that can store changes in documents in persistent store, whereas in "View" mode, 
it could delegate to SessionChangeManager. There is need for the delegating ChangeManger to know if the delegate 
successfully applied a document change, and also notify if the delegate auto-converted a ComponentChange to a 
DocumentChange and added it (so that the top level ChangeManager can take any actions if interested - For example if a 
DocumentChange is persisted to a persistent store, any previously added &lt;/pre&gt;</description>
    <dc:creator>Prakash Udupa</dc:creator>
    <dc:date>2013-05-15T20:40:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58040">
    <title>Myfaces 2 issue with inputlistofvalues component</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58040</link>
    <description>&lt;pre&gt;Hi,

We migrated from 1.2 to 2.x myfaces and trinidad, whereever we used
inputlistofvalues we saw issue like the popup values are not returned to the
main page, So could you please let us know what could be the issue.

And also when we remove &amp;lt;trh:head&amp;gt; and include &amp;lt;trh:stylesheet&amp;gt; everything
works fine

thanks in advance



--
View this message in context: http://myfaces.10567.n7.nabble.com/Myfaces-2-issue-with-inputlistofvalues-component-tp114759.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>viswamy2k</dc:creator>
    <dc:date>2013-05-02T06:47:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58013">
    <title>PanelTabbed setting background image to tab</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/58013</link>
    <description>&lt;pre&gt;Hi,

I have 2 questions in UI components . I am using Trinidad components.
1) I am having the paneltabbed with 2 tabs, i want to change the background
of tabs based on selection(when selected tab1 background should display
a.png ,when tab2 is selected tab1 should display b.png, similarly all tabs
background image should change dynamically based on selection.

I wrote javascript for onclick event
function TabButtonSelection(){
alert('inside Tab1ButtonSelection');
document.getElementById('Frame1:sdiTab1').style.backgroundImage="url('/images/yellow.jpg')";
document.getElementById('Frame1:sdiTab2').style.backgroundImage="url('/images/grey.jpg')";
}
but not working. Can you please give any suggestion?

2) Input Date is not displaying calendar(date picker) icon, so i couldn't
select date
&amp;lt;tr:inputDate label="Date of Birth" required="true" id="selectInputDate1"
shortDesc="Enter date in dd/mm/yyyy format" requiredMessageDetail="Enter
date in dd/mm/yyyy format"&amp;gt;
&amp;lt;f:convertDateTime pattern="dd/mm/yyyy"/&amp;gt;
&amp;lt;/tr:inputDat&lt;/pre&gt;</description>
    <dc:creator>jayam balasubramaniam</dc:creator>
    <dc:date>2013-04-24T16:12:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57958">
    <title>JSF UI screen freeze/hang issue</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57958</link>
    <description>&lt;pre&gt;Hi All,

We are using JSF Trinidad implementation for one of the applications.

This is application uses java script also.

In a day, 600 users will access this application in production.

More than 15 users are facing screen freeze/hang issues(the screen will not respond to the user actions) for more than 3 minutes.

This is happening only in production.

Could you please help us on finding the root cause?

Please provide any JSF UI debugging techniques for finding root cause of this kind of issues.

Thanks &amp;amp; Regards,
Ravi Boreddy
boreddy.ravi&amp;lt; at &amp;gt;gmail.com
This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibite&lt;/pre&gt;</description>
    <dc:creator>Ravi.Boreddy&lt; at &gt;cognizant.com</dc:creator>
    <dc:date>2013-04-19T13:23:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57952">
    <title>Wiki Spam</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57952</link>
    <description>&lt;pre&gt;Hi, 

Does anyone know how can I unsubscribe from wiki as it is full of spam everyday.

Thanks, 

Cagatay Civici
PrimeFaces Lead
www.primefaces.org

&lt;/pre&gt;</description>
    <dc:creator>Cagatay Civici</dc:creator>
    <dc:date>2013-04-19T19:41:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57922">
    <title>JSF 2.2 what is the status</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57922</link>
    <description>&lt;pre&gt;Hia all I just wanted to know what the status regarding JSF 2.2 is, now 
that the spec is finalized and has passed the JCP.
 From my side, I have adjusted all the Javascripts so they are JSF 2.2 
ready so what is the status on the Java side of things?

Werner


&lt;/pre&gt;</description>
    <dc:creator>Werner Punz</dc:creator>
    <dc:date>2013-04-17T09:27:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57910">
    <title>MYFACES-1892</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57910</link>
    <description>&lt;pre&gt;
MYFACES-1892 is fixed in  org.apache.myfaces.config.impl.digester.DigesterFacesConfigUnmarshallerImpl
as below. I have no developer access in svn to checkin the code. How can I get developer access to core?

 // add property to validator jira MYFACES-1892
        digester.addObjectCreate("faces-config/validator/attribute", Attribute.class);
        digester.addSetNext("faces-config/validator/attribute", "addAttribute");
        digester.addCallMethod("faces-config/validator/attribute/description", "addDescription", 0);
        digester.addCallMethod("faces-config/validator/attribute/display-name", "addDisplayName", 0);
        digester.addCallMethod("faces-config/validator/attribute/icon", "addIcon", 0);
        digester.addCallMethod("faces-config/validator/attribute/attribute-name", "setAttributeName", 0);
        digester.addCallMethod("faces-config/validator/attribute/attribute-class", "setAttributeClass", 0);
        digester.addCallMethod("faces-config/validator/attribute/default-value", "setDefaultVa&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan</dc:creator>
    <dc:date>2013-04-12T13:24:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57905">
    <title>ContextAwarePropertyNotWritableException does not overwrite getMessage()</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57905</link>
    <description>&lt;pre&gt;Hi,

while migrating our application from tobago 1.0 to 2.0  and  jsf from 1.2
to 2.1 i got a ContextAwarePropertyNotWritableException with a wired
message:

org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotWritableException:
javax.el.PropertyNotWritableException: Missing Resource:
'resolverNotWriteable' for Locale Deutsch (Deutschland)
        at
org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.setValue(ContextAwareTagValueExpression.java:161)
        at javax.faces.component.UIInput.updateModel(UIInput.java:406)
&amp;lt;cut&amp;gt;
Caused by: javax.el.PropertyNotWritableException: Missing Resource:
'resolverNotWriteable' for Locale Deutsch (Deutschland)
        at
javax.el.ResourceBundleELResolver.setValue(ResourceBundleELResolver.java:79)
        at
javax.el.CompositeELResolver.setValue(CompositeELResolver.java:69)
        at
org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:237)
        at org.apache.el.parser.AstValue.setValue(AstValue.j&lt;/pre&gt;</description>
    <dc:creator>Volker Weber</dc:creator>
    <dc:date>2013-04-11T12:23:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57896">
    <title>[ANNOUNCE] JSF and JAVA EE NEWSCAST - Episode 14 - April 2013</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57896</link>
    <description>&lt;pre&gt;Hello,

I am pleased to announce a new episode of the JSF and Java EE Newscast on
JSFCentral.com.

The Enterprise Java Newscast, hosted by Kito D. Mann, Ian Hlavats, and
Daniel Hinojosa, is a monthly podcast that covers the latest headlines in
the world of JavaServer Faces and Enterprise Java development.

In this episode, Kito, Ian and Daniel cover new releases from Oracle, IBM,
SpringSource, PrimeFaces, ICEfaces, Apache, JBoss, NetBeans, eXo Platform
and more.  They also discuss a cloud IDEs and RESTful web framework
benchmarks.

Read the newscast here:
http://blogs.jsfcentral.com/JSFNewscast/entry/enterprise_java_newscast_episode_14


___

Kito D. Mann | &amp;lt; at &amp;gt;kito99 | Author, JSF in Action
Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info |
&amp;lt; at &amp;gt;jsfcentral
+1 203-998-0403

* Listen to the Enterprise Java Newscast: *
http://blogs.jsfcentral.com/JSFNewscast/
*
* JSFCentral Interviews Podcast:
http://www.jsfcentral.com/resource&lt;/pre&gt;</description>
    <dc:creator>Kito Mann</dc:creator>
    <dc:date>2013-04-10T02:05:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57875">
    <title>[ANNOUNCE] MyFaces Core v2.1.11 Release</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57875</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.1.11.

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

MyFaces Core 2.1.11 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.1.11

Bug

    * [MYFACES-3659] - Conditional include of scripts and stylesheets
    * [MYFACES-3660] - Component resource added using
&amp;lt; at &amp;gt;ResourceDependency annotation from a facelet component should have an
id defined by facelets
    * [MYFACES-3663] - UIViewRoot.createUniqueId() should generate
unique ids for all the component tree.
    * [MYFACES-3665] - f:metadata section removed when refresh view
and is not included in the template directly
    * [MYFACES-3666] - IE8 with XHR turned&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-04-02T17:03:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57874">
    <title>[ANNOUNCE] MyFaces Core v2.0.17 Release</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57874</link>
    <description>&lt;pre&gt;The Apache MyFaces team is pleased to announce the release of MyFaces
Core 2.0.17.

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

MyFaces Core 2.0.17 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.17

Bug

    [MYFACES-3659] - Conditional include of scripts and stylesheets
    [MYFACES-3660] - Component resource added using
&amp;lt; at &amp;gt;ResourceDependency annotation from a facelet component should have an
id defined by facelets
    [MYFACES-3663] - UIViewRoot.createUniqueId() should generate
unique ids for all the component tree.
    [MYFACES-3665] - f:metadata section removed when refresh view and
is not included in the template directly
    [MYFACES-3666] - IE8 with XHR turned off fails&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-04-02T17:02:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57864">
    <title>myfaces-builder-annotations-1.0.2.jar</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57864</link>
    <description>&lt;pre&gt;Hi,

 Where can I download this jar. 

Thanks &amp;amp; Regards,
Dora.

&lt;/pre&gt;</description>
    <dc:creator>Dora Rajappan</dc:creator>
    <dc:date>2013-04-02T06:03:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57862">
    <title>Result (Was: [VOTE] release of MyFaces Core 2.1.11 )</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57862</link>
    <description>&lt;pre&gt;Hi

Thanks to all people who vote

We have 4 +1

Gerhard Petracek
Mark Struberg
Hazem Saleh
Leonardo Uribe

so we can continue with the necessary steps to release Myfaces Core 2.1.11

regards,

Leonardo Uribe
&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-04-01T19:17:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57861">
    <title>Result (Was: [VOTE] release of MyFaces Core 2.0.17 )</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57861</link>
    <description>&lt;pre&gt;Hi

Thanks to all people who vote

We have 4 +1

Gerhard Petracek
Mark Struberg
Hazem Saleh
Leonardo Uribe

so we can continue with the necessary steps to release Myfaces Core 2.0.17

regards,

Leonardo Uribe
&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-04-01T19:17:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57847">
    <title>[VOTE] release of MyFaces Core 2.1.11</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57847</link>
    <description>&lt;pre&gt;Hi,

I was running the needed tasks to get the 2.1.11 release of Apache
MyFaces core out.

The artifacts passed all TCK tests.

Please note that this vote concerns all of the following parts:
 1. Maven artifact group "org.apache.myfaces.shared" v4.1.9  [1]
 2. Maven artifact group "org.apache.myfaces.core" v2.1.11  [1]

The artifacts were deployed on nexus repo [1] and to my private
Apache account [3] for binary and source packages.

The release notes could be found at [4].

Also the clirr test does not show binary incompatibilities with myfaces-api.

Please take a look at the "2.1.11" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [3]).

------------------------------------------------
[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..............
------------------------------------------------

Thanks,
Leonardo Uribe

[1] https://repository.apache.org/con&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-03-28T16:41:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57845">
    <title>[VOTE] release of MyFaces Core 2.0.17</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57845</link>
    <description>&lt;pre&gt;Hi,

I was running the needed tasks to get the 2.0.17 release of Apache
MyFaces core out.

The artifacts passed all TCK tests.

Please note that this vote concerns all of the following parts:
 1. Maven artifact group "org.apache.myfaces.shared" v4.0.17  [1]
 2. Maven artifact group "org.apache.myfaces.core" v2.0.17  [1]

The artifacts were deployed on nexus repo [1] and to my private
Apache account [3] for binary and source packages.

The release notes could be found at [4].

Also the clirr test does not show binary incompatibilities with myfaces-api.

Please take a look at the "2.0.17" artifacts and vote!

Please note: This vote is "majority approval" with a minimum of three
+1 votes (see [3]).

------------------------------------------------
[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released,
 and why..............
------------------------------------------------

Thanks,
Leonardo Uribe

[1] https://repository.apache.org/co&lt;/pre&gt;</description>
    <dc:creator>Leonardo Uribe</dc:creator>
    <dc:date>2013-03-28T16:40:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57826">
    <title>context-parameter request: org.apache.myfaces.STANDARD_JSF_AJAX_LIBRARY_LOADED</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57826</link>
    <description>&lt;pre&gt;Hi all, this this is my first post in the list.

Not sure if this is the appropriate place for this request, so please point
me to the right place.

I would like to request the context-parameter 

*org.apache.myfaces.STANDARD_JSF_AJAX_LIBRARY_LOADED*

Case  value of true f:ajax component does not include any outputScript
element,  relaying in the developer, who manually includes the js library.

Do you think this is possible to happen?

Thanks in advance,
Juanjo



--
View this message in context: http://myfaces.10567.n7.nabble.com/context-parameter-request-org-apache-myfaces-STANDARD-JSF-AJAX-LIBRARY-LOADED-tp114451.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>Juanjo</dc:creator>
    <dc:date>2013-03-22T14:08:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57816">
    <title>when should i use USE_MULTIPLE_JS_FILES_FOR_JSF_UNCOMPRESSED_JS</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57816</link>
    <description>&lt;pre&gt;Hi,

Im using myfaces 2.x, could you please let me know when should i use the
mentioned context variable to true and also is there any relation with
context param project stages

thanks in advance
-viswa



--
View this message in context: http://myfaces.10567.n7.nabble.com/when-should-i-use-USE-MULTIPLE-JS-FILES-FOR-JSF-UNCOMPRESSED-JS-tp114424.html
Sent from the My Faces - Dev mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>viswamy2k</dc:creator>
    <dc:date>2013-03-20T08:59:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57813">
    <title>Apache Myfaces12 Codi Tomcat 7 - Transaction Problems</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57813</link>
    <description>&lt;pre&gt;Hello,

 

Problem with codi(1.0.5) Transactions and Java (1.6/1.7) generics.

 

Infrastructure:

Myfaces12

Jpa2 (eclipslink 2.4)

Codi 1.0.5

Tomcat 7

OpenWebBeans 1

 

See Classes below

Problem is:

 

 

When we inject the Interface IpersonDao in the Service Class (PersonServerImpl) and do the following:

 

dao.delete(person) à No Transaction is openend and nothing happens!!!!!

 

doa.persist(person)à Transaction is opened and entity is saved.

 

Difference is that in the IpersonDaoSuperInterface the delete function contains generic arguments and the persist fuction has a concrete Object (person). But we need the generic type for all function in the IpersonDaoSuperInterface.

 

When we inject the Concrete Implementation of the dao (  &amp;lt; at &amp;gt;Inject private PersonDao dao) in PersonServerImpl the delete function also works.

 

Question.

Why cant we inject the Dao Interface when we use java generics in the interface hierarchy???

 

 

 

Service Class:

 

public class PersonServerImpl implements Pers&lt;/pre&gt;</description>
    <dc:creator>steffen.herter&lt; at &gt;zf.com</dc:creator>
    <dc:date>2013-03-20T08:51:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57804">
    <title>[ANNOUNCE] JSF and JAVA EE Newscast - Episode 13 - Feb 2013</title>
    <link>http://comments.gmane.org/gmane.comp.jakarta.myfaces.devel/57804</link>
    <description>&lt;pre&gt;Hello,

I am pleased to announce a new episode of the JSF and Java EE Newscast on
JSFCentral.com.

The JSF and Java EE Newscast, hosted by Kito D. Mann, Ian Hlavats, and
Daniel Hinojosa, is a monthly podcast that covers the latest headlines in
the world of JavaServer Faces and Enterprise Java development.

In this episode, Kito, Ian and Daniel cover new releases from SpringSource,
PrimeFaces, ICEfaces, Apache, JBoss, Eclipse, and TypeSafe.  They also
discuss a report that claims using Spring lowers code quality, "stateless"
JSF views, and Java security FUD.

Read the newscast here:
http://blogs.jsfcentral.com/JSFNewscast/entry/entperprise_java_newscast_episode_13


___

Kito D. Mann | &amp;lt; at &amp;gt;kito99 | Author, JSF in Action
Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info |
&amp;lt; at &amp;gt;jsfcentral
+1 203-998-0403

* Listen to the Enterprise Java Newscast: *
http://blogs.jsfcentral.com/JSFNewscast/
*
* JSFCentral Interviews Podcast:
http:/&lt;/pre&gt;</description>
    <dc:creator>Kito Mann</dc:creator>
    <dc:date>2013-03-15T02:13:52</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.myfaces.devel</link>
  </textinput>
</rdf:RDF>
