myfaces-builder-annotations-1.0.2.jar

2013-04-02 Thread Dora Rajappan
Hi, Where can I download this jar. Thanks Regards, Dora.

Re: myfaces-builder-annotations-1.0.2.jar

2013-04-02 Thread Dora Rajappan
Got it from here https://repository.apache.org/index.html --- On Tue, 4/2/13, Dora Rajappan dorarajap...@yahoo.com wrote: From: Dora Rajappan dorarajap...@yahoo.com Subject: myfaces-builder-annotations-1.0.2.jar To: dev@myfaces.apache.org Date: Tuesday, April 2, 2013, 6:03 AM Hi, Where

MYFACES-1892

2013-04-12 Thread Dora Rajappan
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

Re: MYFACES-1892

2013-04-13 Thread Dora Rajappan
Please create a unified diff patch and attach it to MYFACES-1892. Apache MyFaces grants committer privileges based on merit, as do all of the other ASF projects. http://www.apache.org/foundation/how-it-works.html#meritocracy On Fri, Apr 12, 2013 at 9:24 AM, Dora Rajappan dorarajap

Re: Wiki Spam

2013-07-16 Thread Dora Rajappan
  Can I have edit access to this Wiki? My login id is DoraRajappan. I created it today. I am not sure the id expires after sometime. The id that I created before is not accessible and I had to create new id.   Thanks Regards, Dora Rajappan. From: Mike

Re: [Myfaces Wiki] Update of DoraRajappan by DoraRajappan

2013-07-26 Thread Dora Rajappan
  Thank you for sharing that information. I have created new page https://wiki.apache.org/myfaces/core22_inputfile. Myfaces wiki is indeed very useful. From: Mike Kienenberger mkien...@gmail.com To: MyFaces Development dev@myfaces.apache.org Cc: Dora Rajappan

Re: [jira] [Comment Edited] (MYFACES-3804) Use the same key in server side state saving for ajax requests

2013-11-06 Thread Dora Rajappan
Well thanks Mike. Its possible to view the unedited comments from mail list and edited ones in Jira. But expressions such as smileys are not good in mail list :)     Regarding use the same key in server side state saving for ajax requests it is ok since use of navigation with ajax is  rare and

Re: [jira] [Comment Edited] (MYFACES-3804) Use the same key in server side state saving for ajax requests

2013-11-13 Thread Dora Rajappan
in the page with new view gives rise to ViewExpiredException after a few navigations back and forth. It is required to show the view id of the new view in the page when navigating through action listener.   On Wednesday, November 6, 2013 2:40 PM, Dora Rajappan dorarajap...@yahoo.com wrote

Re: [core][discuss][proposal] Include View Pooling into MyFaces 2.2.x

2013-12-13 Thread Dora Rajappan
Not bad +1 for view pool.   When VIEW_POOL_ENABLED the param   org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION is not considered and not required to set. org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION is valid for state saving client/server.   Regards, Dora Rajappan

Re: [core][discuss][proposal] Include View Pooling into MyFaces 2.2.x

2013-12-13 Thread Dora Rajappan
Dora Rajappan. On Friday, December 13, 2013 8:17 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi 2013/12/13 Dora Rajappan dorarajap...@yahoo.com Not bad +1 for view pool.   When VIEW_POOL_ENABLED the param   org.apache.myfaces.NUMBER_OF_SEQUENTIAL_VIEWS_IN_SESSION is not considered

[core] [discuss] Re: [jira] [Reopened] (MYFACES-3817) ajax redirect/navigation loosing state information when changes are executed with redirect/navigation

2013-12-13 Thread Dora Rajappan
-response On Thursday, December 12, 2013 6:22 PM, Dora Rajappan (JIRA) dev@myfaces.apache.org wrote:     [ https://issues.apache.org/jira/browse/MYFACES-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Dora Rajappan reopened MYFACES-3817

Re: [core][discuss][proposal] Include View Pooling into MyFaces 2.2.x

2013-12-16 Thread Dora Rajappan
is client/server its assumed to save views in session and that might not have changed with view pool else it can affect maximum sequential views in session. I  have to go through the code to follow that.   Regards, Dora Rajappan. On Saturday, December 14, 2013 3:53 AM, Leonardo Uribe lu4

Re: [core] [discuss] Re: [jira] [Reopened] (MYFACES-3817) ajax redirect/navigation loosing state information when changes are executed with redirect/navigation

2013-12-17 Thread Dora Rajappan
-facelets-guess/guesscdiPartial.jsf/redirect/partial-response Its not possible to support maximum sequential views to 100% with this constraint. On Friday, December 13, 2013 10:54 PM, Dora Rajappan dorarajap...@yahoo.com wrote:   How about sending view state  to client side for navigation cases

Re: [core] [discuss] Re: [jira] [Reopened] (MYFACES-3817) ajax redirect/navigation loosing state information when changes are executed with redirect/navigation

2013-12-17 Thread Dora Rajappan
-facelets-guess/guesscdiPartial.jsf/redirect/partial-response Its not possible to support maximum sequential views to 100% with this constraint. On Friday, December 13, 2013 10:54 PM, Dora Rajappan dorarajap...@yahoo.com wrote:   How about sending view state  to client side for navigation cases

Re: [proposal] A new module for improved JSF-MVC inside MyFaces Project

2014-05-13 Thread Dora Rajappan
How will  a href=#{ma:getLink('mypage?action=exportExcel')}Export excel/a work when ViewAction is not defined as    @ViewAction(value=/sayhello.xhtml,                           params= {                               @ViewParam(name=action, expectedValue=exportExcel)                           })

Re: [proposal] A new module for improved JSF-MVC inside MyFaces Project

2014-05-16 Thread Dora Rajappan
a href=#{ma:getLink('/section1/mypage?action=exportExcel')}Export excel/a  can work when the definition is  @ViewAction(/section1/*, action=exportExcel) How about  @ViewAction(/section1, action=exportExcel) On Wednesday, May 14, 2014 12:01 AM, Dora Rajappan dorarajap...@yahoo.com wrote: How

Re: [proposal] A new module for improved JSF-MVC inside MyFaces Project

2014-05-21 Thread Dora Rajappan
, the parameter by itself can have a converter or validator or a EL binding, so you need to define that too. That's why @ViewParam or something that define the parameter is required. regards, Leonardo 2014-05-15 14:30 GMT+02:00 Dora Rajappan dorarajap...@yahoo.com: a href=#{ma:getLink('/section1/mypage

Fw: Intimation on Bill Amount

2014-07-15 Thread Dora Rajappan
This is how bill is. I can resume some work while I work with lawyer. On Tuesday, July 15, 2014 3:52 AM, TATA DOCOMO ALERT al...@tatadocomo.com wrote: Hi, Thank You for being a part of Tata Docomo family. This Email alert service keeps you updated on your Outstanding and Bill Due Date

Re: [jira] [Commented] (MYFACES-3984) Unable to add an ELResolver programmatically when application includes flows defined with xml

2015-04-30 Thread Dora Rajappan
You can add ELResolver via CDI . Just name and scope the bean and use the name directly in your xhtml. Its not registered with Application interface. So the sorting caching of the configured EL Resolver is unaffected. When you try to add ELResolver programmatically before first request happens

Re: [jira] [Commented] (MYFACES-3984) Unable to add an ELResolver programmatically when application includes flows defined with xml

2015-05-05 Thread Dora Rajappan
  (_facesInitializer.destroyStartupFacesContext(facesContext);)   On Thursday, April 30, 2015 5:40 PM, Dora Rajappan dorarajap...@yahoo.com wrote: You can add ELResolver via CDI . Just name and scope the bean and use the name directly in your xhtml. Its not registered with Application interface. So the sorting caching

Anonymous checkout of core

2017-07-18 Thread Dora Rajappan
based on this source. But the anonymous checkout version is confusing. It should be 2.3 right? Thanks & Regards, Dora Rajappan,9986201824.

Re: Anonymous checkout of core

2017-07-19 Thread Dora Rajappan
Thank you very much Dennis.  Trunk should point to latest source.Whats the exact version of  2.3 so I can checkout core. I tried checkout of 2.3.0-beta and its not existing. svn checkout https://svn.apache.org/repos/asf/myfaces/core/branches/2.3.0-beta. Thanks & Regards,Dora Raja

Re: Migrate all MyFaces projects to Git

2017-07-27 Thread Dora Rajappan
Is it github.com where you are going to migrate myfaces to? On Thursday, July 27, 2017, 7:06:06 PM GMT+5:30, Bernd Bohmann wrote: for Trinidad as well On Thu, Jul 27, 2017 at 2:29 PM, Udo Schnurpfeil wrote: Hi, for Tobago I think, we can do

Re: Migrate all MyFaces projects to Git

2017-07-28 Thread Dora Rajappan
find the myfaces mirrors already in github.com! Thanks & Regards,Dora Rajappan,9986201824. On Thursday, July 27, 2017, 9:03:55 PM GMT+5:30, Bernd Bohmann <bernd.bohm...@googlemail.com> wrote: Hello Dora this is not possible for apache projects see: https://git-wip-us.apache.org

Re: Migrate all MyFaces projects to Git

2017-07-28 Thread Dora Rajappan
mojarra download url of github.com is also mirror and it actually goes to java.net domain.https://maven.java.net/content/repositories/releases/org/glassfish/javax.faces/2.3.2/ On Friday, July 28, 2017, 2:22:03 PM GMT+5:30, Dora Rajappan <dorarajap...@yahoo.com> wrote: Hi ,  

Re: Anonymous checkout of core

2017-07-19 Thread Dora Rajappan
core site. Thanks & Regards,Dora Rajappan. On Wednesday, July 19, 2017, 5:04:14 PM GMT+5:30, Volker Weber <v.we...@inexso.de> wrote: Hi Dora, you can browse the repository in the browser to find the valid urls, e.g https://svn.apache.org/repos/asf/myfaces/core/branches/ To check o

Re: jsf.js post 2.3 plans

2017-10-06 Thread Dora Rajappan
regarding the technology to be used with the jsf.js, entire scripting arena.Not sure spec say anything about the technology used for scripting. Thanks & Regards,Dora Rajappan. On Thursday, October 5, 2017, 11:32:23 PM GMT+5:30, Thomas Andraschko <andraschko.tho...@gmail.com> wrote:

Re: jsf.js post 2.3 plans

2017-10-09 Thread Dora Rajappan
 Hi Werner,      I had a mvn clean package of core and checked it from IE 11 and it works very good.     The fix works fine with repeated ajax calls now!    Thanks & Regards, Dora Rajappan. .On Monday, October 9, 2017, 3:19:19 PM GMT+5:30, Werner Punz <werner.p...@gmail.com

Re: jsf.js post 2.3 plans

2017-10-09 Thread Dora Rajappan
in this manner? I checked 4160 and quickly not make out the config changes.            xyz        abc            Thanks & Regards,Dora Rajappan.On Sunday, October 8, 2017, 7:39:48 PM GMT+5:30, Werner Punz <werner.p...@gmail.com> wrote: No sync with Mojarra I have discussed th

Re: Migrate all MyFaces projects to Git

2018-05-09 Thread Dora Rajappan
Thanks Dennis. I cloned again today. Its version 2.3.2-SNAPSHOT now. I heard jsf 2.3 or 2.4 is last. Since work goes on for 2.3.2 its good to be at 2.3.2-SNAPSHOT. On Wednesday, May 9, 2018, 2:02:50 PM GMT+5:30, Thomas Andraschko wrote: About the 2.3.x

Re: Migrate all MyFaces projects to Git

2018-05-08 Thread Dora Rajappan
I could  just clone it.  Thank you. Hope its 2.3.1.On Tuesday, May 8, 2018, 9:50:58 PM GMT+5:30, Dennis Kieselhorst wrote: So the migration of MyFaces Core is done. Please use https://gitbox.apache.org/repos/asf/myfaces.git or https://github.com/apache/myfaces from

Re: Migrate all MyFaces projects to Git

2018-05-08 Thread Dora Rajappan
It is  2.2.13-SNAPSHOT On Tuesday, May 8, 2018, 10:07:29 PM GMT+5:30, Dora Rajappan <dorarajap...@yahoo.com> wrote: I could  just clone it.  Thank you. Hope its 2.3.1.On Tuesday, May 8, 2018, 9:50:58 PM GMT+5:30, Dennis Kieselhorst <d...@apache.org> wrote: So t

[jira] [Updated] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-13 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-1892: --- Status: Patch Available (was: Open) validator element in faces-config should support

[jira] [Updated] (MYFACES-3402) Partial Response Writer always returns an ?xml version='1.0' encoding='utf-8'? ignoring the response encoding

2013-04-17 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3402: --- Status: Patch Available (was: Open) Partial Response Writer always returns an ?xml

[jira] [Updated] (MYFACES-3538) Boguous implementation of the HTTP OPTIONS method

2013-04-18 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3538: --- Status: Patch Available (was: Open) Boguous implementation of the HTTP OPTIONS

[jira] [Updated] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-04-20 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3683: --- Status: Patch Available (was: Open) Implement AjaxBehavior resetValues and delay

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-23 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13639118#comment-13639118 ] Dora Rajappan commented on MYFACES-1892: A few more file changes FacesConfig

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13640441#comment-13640441 ] Dora Rajappan commented on MYFACES-1892: Can I commit this code? I have

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-25 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13641628#comment-13641628 ] Dora Rajappan commented on MYFACES-1892: Not tested with Mojarra. Can I know

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-29 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644492#comment-13644492 ] Dora Rajappan commented on MYFACES-1892: I tested this fine with guessnumber

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-04-30 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13645660#comment-13645660 ] Dora Rajappan commented on MYFACES-1892: setProperties for validator behaviour

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-01 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13646516#comment-13646516 ] Dora Rajappan commented on MYFACES-3716: I start working on this h:inputFile

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-05-02 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647434#comment-13647434 ] Dora Rajappan commented on MYFACES-1892: My observation not related to this bug

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-05-02 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647511#comment-13647511 ] Dora Rajappan commented on MYFACES-1892: My observation is UIInput clears

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-08 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13651794#comment-13651794 ] Dora Rajappan commented on MYFACES-3716: Working with HtmlRenderKitImpl

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-09 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652854#comment-13652854 ] Dora Rajappan commented on MYFACES-3716: standard-faces-config has renderer

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-05-09 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13652857#comment-13652857 ] Dora Rajappan commented on MYFACES-1892: created issue here https://java.net

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-17 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13660754#comment-13660754 ] Dora Rajappan commented on MYFACES-3716: http://www.cs.tut.fi/~jkorpela/forms

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-23 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665146#comment-13665146 ] Dora Rajappan commented on MYFACES-3716: Context ... allowCasualMultipartParsing

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666354#comment-13666354 ] Dora Rajappan commented on MYFACES-3716: I change the bean to have type part

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666357#comment-13666357 ] Dora Rajappan commented on MYFACES-3716: Added this public void encodeEnd

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666367#comment-13666367 ] Dora Rajappan commented on MYFACES-3716: I can exclude Part type from restore

[jira] [Updated] (MYFACES-3716) Implement h:inputFile

2013-05-28 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3716: --- Status: Patch Available (was: Open) Implement h:inputFile

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-05-28 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13668333#comment-13668333 ] Dora Rajappan commented on MYFACES-3716: Is it ok to change the api pom file

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-06-14 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683328#comment-13683328 ] Dora Rajappan commented on MYFACES-3716: Thanks for bringing into notice

[jira] [Created] (MYFACES-3737) Remove _Html*.class from myface api.jar

2013-06-14 Thread Dora Rajappan (JIRA)
Dora Rajappan created MYFACES-3737: -- Summary: Remove _Html*.class from myface api.jar Key: MYFACES-3737 URL: https://issues.apache.org/jira/browse/MYFACES-3737 Project: MyFaces Core Issue

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-06-14 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683419#comment-13683419 ] Dora Rajappan commented on MYFACES-3716: How can I checkin these files

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-07-04 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13700038#comment-13700038 ] Dora Rajappan commented on MYFACES-3683: In this scenario updatemodelvalue

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-07-12 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13706936#comment-13706936 ] Dora Rajappan commented on MYFACES-3683: When render=component is not mentioned

[jira] [Commented] (MYFACES-3717) Implement role attribute in related components and renderers

2013-08-06 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13730829#comment-13730829 ] Dora Rajappan commented on MYFACES-3717: role information https://java.net/jira

[jira] [Updated] (MYFACES-3717) Implement role attribute in related components and renderers

2013-08-29 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3717: --- Status: Patch Available (was: Open) Implement role attribute in related components

[jira] [Commented] (MYFACES-3717) Implement role attribute in related components and renderers

2013-08-30 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754868#comment-13754868 ] Dora Rajappan commented on MYFACES-3717: Changed diff to patch

[jira] [Commented] (MYFACES-3717) Implement role attribute in related components and renderers

2013-09-02 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13756164#comment-13756164 ] Dora Rajappan commented on MYFACES-3717: Are you able to apply the patch

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-09-11 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764541#comment-13764541 ] Dora Rajappan commented on MYFACES-3683: Please apply this patch

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-09-16 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13768294#comment-13768294 ] Dora Rajappan commented on MYFACES-3683: Please apply the UIInput.patch

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-09-18 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13770922#comment-13770922 ] Dora Rajappan commented on MYFACES-3683: This is the behaviour now. Ajax

[jira] [Commented] (MYFACES-3683) Implement AjaxBehavior resetValues and delay

2013-09-18 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13770934#comment-13770934 ] Dora Rajappan commented on MYFACES-3683: Ajax reset not resetting the value

[jira] [Commented] (MYFACES-3542) The render attribute of AjaxBehavior should support late value expression evaluation

2013-09-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13776344#comment-13776344 ] Dora Rajappan commented on MYFACES-3542: The spec has given preference to c:if

[jira] [Commented] (MYFACES-3542) The render attribute of AjaxBehavior should support late value expression evaluation

2013-09-24 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13776377#comment-13776377 ] Dora Rajappan commented on MYFACES-3542: This problem may be solved now

[jira] [Commented] (MYFACES-3542) The render attribute of AjaxBehavior should support late value expression evaluation

2013-09-25 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13777657#comment-13777657 ] Dora Rajappan commented on MYFACES-3542: This particular behaviour of evaluating

[jira] [Commented] (MYFACES-3542) The render attribute of AjaxBehavior should support late value expression evaluation

2013-09-25 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13777676#comment-13777676 ] Dora Rajappan commented on MYFACES-3542: There is no problem with c:if component

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-09-30 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781725#comment-13781725 ] Dora Rajappan commented on MYFACES-3786: Steps to configure cdi in tomcat 7 http

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-09-30 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13781787#comment-13781787 ] Dora Rajappan commented on MYFACES-3786: 1. Specify the artifacts apart from

[jira] [Updated] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-09-30 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3786: --- Status: Patch Available (was: Open) Web Container injection support should be provided

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-03 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13785316#comment-13785316 ] Dora Rajappan commented on MYFACES-3786: And the cdi is not good

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788058#comment-13788058 ] Dora Rajappan commented on MYFACES-3786: Additional steps to configure cdi

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788073#comment-13788073 ] Dora Rajappan commented on MYFACES-3786: MYFACES-3797 patch is good

[jira] [Commented] (MYFACES-3797) cdi support for converters and validators

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788108#comment-13788108 ] Dora Rajappan commented on MYFACES-3797: From core perspective [~lu4242

[jira] [Comment Edited] (MYFACES-3797) cdi support for converters and validators

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788108#comment-13788108 ] Dora Rajappan edited comment on MYFACES-3797 at 10/7/13 12:39 PM

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788253#comment-13788253 ] Dora Rajappan commented on MYFACES-3786: MYFACES-3797 cdi package is very good

[jira] [Commented] (MYFACES-3797) cdi support for converters and validators

2013-10-07 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13788363#comment-13788363 ] Dora Rajappan commented on MYFACES-3797: Yeah from core perspective specific

[jira] [Commented] (MYFACES-3797) cdi support for converters and validators

2013-10-08 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789141#comment-13789141 ] Dora Rajappan commented on MYFACES-3797: @Gerard code not affect the state

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-08 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789267#comment-13789267 ] Dora Rajappan commented on MYFACES-3786: CDI is very difficult

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-08 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13789334#comment-13789334 ] Dora Rajappan commented on MYFACES-3786: Nice to know how this could work. Thank

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-11 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792687#comment-13792687 ] Dora Rajappan commented on MYFACES-3786: Unable to apply this patch and verify

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-11 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792718#comment-13792718 ] Dora Rajappan commented on MYFACES-3786: According to what @Gerhard via

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-11 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792738#comment-13792738 ] Dora Rajappan commented on MYFACES-3786: jsf2.2 Spec says JSF Implementations

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-11 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13792791#comment-13792791 ] Dora Rajappan commented on MYFACES-3786: Spec never say anything about

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-14 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13794076#comment-13794076 ] Dora Rajappan commented on MYFACES-3786: MYFACES-3786-2.patch is very good

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795121#comment-13795121 ] Dora Rajappan commented on MYFACES-3786: Sounds to me that you are replicating

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795131#comment-13795131 ] Dora Rajappan commented on MYFACES-3786: Is CDI managing

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795180#comment-13795180 ] Dora Rajappan commented on MYFACES-3786: ListBeanEntry injectedBeanStorage can

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795196#comment-13795196 ] Dora Rajappan commented on MYFACES-3786: True. Instead of putting the injected

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795246#comment-13795246 ] Dora Rajappan commented on MYFACES-3786: Thank @Gerald for explaining the rule

[jira] [Commented] (MYFACES-3786) Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)

2013-10-15 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795381#comment-13795381 ] Dora Rajappan commented on MYFACES-3786: Is there a problem sending an object

[jira] [Commented] (MYFACES-3717) Implement role attribute in related components and renderers

2013-10-17 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798223#comment-13798223 ] Dora Rajappan commented on MYFACES-3717: Thanks Leonardo for explaining

[jira] [Commented] (MYFACES-3716) Implement h:inputFile

2013-10-17 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798231#comment-13798231 ] Dora Rajappan commented on MYFACES-3716: The solution to set the bean

[jira] [Commented] (MYFACES-1892) validator element in faces-config should support nested attribute and property definitions

2013-10-17 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798258#comment-13798258 ] Dora Rajappan commented on MYFACES-1892: Not got a response for this issue so

[jira] [Updated] (MYFACES-3542) The render attribute of AjaxBehavior should support late value expression evaluation

2013-10-25 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dora Rajappan updated MYFACES-3542: --- Status: Patch Available (was: Open) The render attribute of AjaxBehavior should support

[jira] [Commented] (MYFACES-3804) Use the same key in server side state saving for ajax requests

2013-10-31 Thread Dora Rajappan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810496#comment-13810496 ] Dora Rajappan commented on MYFACES-3804: # 1. This key generation per request

  1   2   >