Re: [Discussion] MYFACES-3375 - MyFaces can incorrectly determine that Portlets are not supported

2011-10-28 Thread Curtiss Howard
, I do agree that you should write up that patch and add it to the ticket. Thanks, Curtiss Howard On Thu, Oct 27, 2011 at 12:26 AM, Leonardo Uribe lu4...@gmail.com wrote: Hi The problem with this is we are talking about two different things. The code that detects a portlet environment

[Shared] Bug in HTMLEncoder.encodeURIAttribute()

2011-08-01 Thread Curtiss Howard
for a..f. If so, I'll make the change. Thanks, Curtiss Howard

Re: [Shared] Bug in HTMLEncoder.encodeURIAttribute()

2011-08-01 Thread Curtiss Howard
On Mon, Aug 1, 2011 at 2:58 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi 2011/8/1 Curtiss Howard curtiss.how...@gmail.com: Hi, One of the teams we work with was recently complaining that whenever they pass an already-encoded URL to h:graphicImage that they get a double encoding, which

@PreDestroy on session beans (re MYFACES-3040)

2011-04-04 Thread Curtiss Howard
and some other solution to the original problem should be devised. Thoughts? Thanks, Curtiss Howard

[jira] Created: (MYFACES-3023) LifecycleFactory instances not released

2011-01-31 Thread Curtiss Howard (JIRA)
Versions: 2.0.3 Reporter: Curtiss Howard Priority: Minor LifecycleFactory instances are not released when the ServletContext is destroyed. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (MYFACES-3023) LifecycleProviderFactory instances not released

2011-01-31 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard resolved MYFACES-3023. - Resolution: Fixed LifecycleProviderFactory instances not released

[Core] Releasing LifecycleProviderFactories?

2011-01-27 Thread Curtiss Howard
want to avoid doing that more than once. Is that a valid concern or do the tests just mock everything and therefore we're not even using that listener? If everyone is OK with the change I will make a new bug and fix it. Thanks, Curtiss Howard

[jira] Created: (MYFACES-3016) Need to synchronize some methods

2011-01-12 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Priority: Minor Stress testing has found cases where some methods result in NPEs and such if not synchronized. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (MYFACES-3016) Need to synchronize some methods

2011-01-12 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard resolved MYFACES-3016. - Resolution: Fixed Fix Version/s: 2.0.4-SNAPSHOT Need to synchronize some

[jira] Created: (MYFACES-2890) Button renderer doesn't decode f:params properly

2010-08-23 Thread Curtiss Howard (JIRA)
Affects Versions: 2.0.1 Reporter: Curtiss Howard Priority: Minor If you have h:commandButtons that have f:params with identical names but different values, we render oamSubmit code to supply the correct value upon submit. However, the submitted field is no longer

[jira] Resolved: (MYFACES-2890) Button renderer doesn't decode f:params properly

2010-08-23 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard resolved MYFACES-2890. - Fix Version/s: 2.0.2-SNAPSHOT Resolution: Fixed Button renderer doesn't decode

[Core] Problem with Composite Components and ValueReferences?

2010-05-24 Thread Curtiss Howard
?) and chop off cc.attrs.bean name. in _BeanValidatorUELUtils? Or can this be fixed in the Apache EL code? Thanks, Curtiss Howard

Re: Assistance requested with MYFACES-2704

2010-05-10 Thread Curtiss Howard
Hi Leonardo, We tried this init-param, and it does render function calls in the onclick, but it never actually renders the functions themselves. Is there something I'm missing here...? Thanks, Curtiss Howard On Thu, May 6, 2010 at 3:14 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi 2010/5

[jira] Created: (MYFACES-2704) f:param in h:commandButton not rendered properly

2010-05-06 Thread Curtiss Howard (JIRA)
-314 Affects Versions: 2.0.0 Reporter: Curtiss Howard When we have an h:commandButton with a nested f:param, the f:param is rendered as a hidden input with the given name and value. This works fine except in the case where two different h:commandButton widgets each have

Assistance requested with MYFACES-2704

2010-05-06 Thread Curtiss Howard
in advance, Curtiss Howard

Re: Assistance requested with MYFACES-2704

2010-05-06 Thread Curtiss Howard
Thanks for the update Leonardo. But just to be clear, when we try this scenario on Glassfish they're doing essentially what I proposed (separate onclick JS that sets the right value). Does that param need to be default then...? Curtiss Howard On Thu, May 6, 2010 at 9:32 AM, Leonardo Uribe

[jira] Created: (MYFACES-2678) Problems with navigation case ordering

2010-04-26 Thread Curtiss Howard (JIRA)
: 2.0.0 Reporter: Curtiss Howard Depending on how navigation cases are ordered, we may select an incorrect navigation case. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (MYFACES-2647) MyFacesContainerInitializer doesn't check for null class name

2010-04-07 Thread Curtiss Howard (JIRA)
Components: JSR-314 Affects Versions: 2.0.0, 2.0.1-SNAPSHOT Reporter: Curtiss Howard Priority: Minor MyFacesContainerInitializer.isDelegatedFacesServlet does not check for a null class name, which can happen when a JSP is mapped to a servlet. -- This message

[jira] Resolved: (MYFACES-2647) MyFacesContainerInitializer doesn't check for null class name

2010-04-07 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard resolved MYFACES-2647. - Resolution: Fixed Fix Version/s: 2.0.1-SNAPSHOT 2.0.0

[Core] Problem with MYFACES-2577

2010-03-08 Thread Curtiss Howard
(), other than to break things :). Suggestions? Thanks, Curtiss Howard

Re: [Core] Problem with MYFACES-2577

2010-03-08 Thread Curtiss Howard
) that in such a case the onclick handler should return false no matter what. Shouldn't f:ajax be a submitting ClientBehavior? Thanks, Curtiss Howard

Re: core 2.0 build

2010-03-08 Thread Curtiss Howard
Maven does take care of the dependencies, but I believe it takes a little time before the changes to the shared project are pushed to the global Maven repository, so in these cases, unless you can wait you need to build shared and deploy it to your local repository. Curtiss Howard On Mon, Mar

Re: [Core] Problem with MYFACES-2577

2010-03-08 Thread Curtiss Howard
Thanks Jakob, much appreciated. Curtiss Howard On Mon, Mar 8, 2010 at 4:46 PM, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Curtiss, I found the bug and fixed it. See MYFACES-2591 for details. Regards, Jakob 2010/3/8 Jakob Korherr jakob.korh...@gmail.com hi curtiss, yes

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-03-02 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840309#action_12840309 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/spec

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-02-24 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837760#action_12837760 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/spec/jstl

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

2010-02-18 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835259#action_12835259 ] Curtiss Howard commented on MYFACES-2458: - Fixed: * If calling jsf.ajax.request

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

2010-02-09 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831524#action_12831524 ] Curtiss Howard commented on MYFACES-2458: - Latest fixes: * execute=multiple ids

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-02-08 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830950#action_12830950 ] Curtiss Howard commented on MYFACES-2508: - Fixed the case were navigation-case

Re: [Core] FacesConfigurator.sortRelativeOrderingList() algorithm is broken

2010-02-05 Thread Curtiss Howard
are welcome. regards, Leonardo Uribe Thanks Leonardo... we'll have our testers run against CTS as soon as possible. Curtiss Howard

[Core] FacesConfigurator.sortRelativeOrderingList() algorithm is broken

2010-02-04 Thread Curtiss Howard
faces-configs can someone possible use in an application...) would make up for that. Thoughts? Thanks, Curtiss Howard

Re: [Core] FacesConfigurator.sortRelativeOrderingList() algorithm is broken

2010-02-04 Thread Curtiss Howard
able to make a quick fix to the algorithm, that's always welcome :). Curtiss Howard

Re: [Core] FacesConfigurator.sortRelativeOrderingList() algorithm is broken

2010-02-04 Thread Curtiss Howard
in the first email). Thanks, Curtiss Howard

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-02-03 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12829045#action_12829045 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/spec/resource

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-01-28 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805885#action_12805885 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/api

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-01-28 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805886#action_12805886 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/api

[jira] Created: (MYFACES-2506) @ManagedBean doesn't work with missing scope annotation

2010-01-25 Thread Curtiss Howard (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-2 Reporter: Curtiss Howard Priority: Minor If a managed bean is annotated with @ManagedBean and there is no scope annotation, we are not doing as the spec says, which is to use a default of request scoping. -- This message

[jira] Created: (MYFACES-2508) Miscellaneous CTS fixes

2010-01-25 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard This issue will be used to fix problems identified by CTS testing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-01-25 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804672#action_12804672 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/api

[jira] Commented: (MYFACES-2508) Miscellaneous CTS fixes

2010-01-25 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12804681#action_12804681 ] Curtiss Howard commented on MYFACES-2508: - Fixed CTS testcase jsf/api

[jira] Commented: (MYFACES-2458) Miscellaneous AJAX bugs

2009-12-14 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12790216#action_12790216 ] Curtiss Howard commented on MYFACES-2458: - I think we had seen the h:commandLink

[jira] Created: (MYFACES-2458) Miscellaneous AJAX bugs

2009-12-10 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Priority: Minor There are a couple minor AJAX-related bugs: * h:commandButton needs to append return false; for onclick when a behavior chain is present. * if f:ajax disabled=true, the AJAX call is still emitted. * Possible issue with f:ajax execute=multiple

SVN is slow

2009-12-03 Thread Curtiss Howard
Is anyone else having problems with SVN? It's unbearably slow for me. Who needs to be contacted? Thanks, Curtiss Howard

[jira] Created: (MYFACES-2405) f:ajax renderer not handling multiple IDs properly

2009-11-18 Thread Curtiss Howard (JIRA)
-314 Affects Versions: 2.0.0-alpha Reporter: Curtiss Howard Priority: Minor The f:ajax renderer is not applying spaces between multiple IDs specified in the render and execute attributes. -- This message is automatically generated by JIRA. - You can reply

[jira] Created: (MYFACES-2402) Fix conditional navigation

2009-11-17 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Priority: Minor Conditional navigation was not being handled correctly in that null was being immediately returned if the first navigation case did not match. Instead, we should have been continuing to loop through the remaining navigation cases to find

[Core] Build break?

2009-11-16 Thread Curtiss Howard
this error. Thoughts? Thanks, Curtiss Howard

Accessibility (ARIA) support for MyFaces 2.0?

2009-10-26 Thread Curtiss Howard
Just curious, what does everyone think about including ARIA (http://www.w3.org/TR/wai-aria/) accessibility support in 2.0? Thanks, Curtiss Howard

Re: Accessibility (ARIA) support for MyFaces 2.0?

2009-10-26 Thread Curtiss Howard
the support in Trinidad/Tomahawk/etc.? Or what about pushing the EG to require support in the next spec revision? Thanks, Curtiss Howard

[jira] Created: (MYFACES-2384) @FacesBehavior not handled correctly

2009-10-21 Thread Curtiss Howard (JIRA)
: 2.0.0-alpha Reporter: Curtiss Howard AnnotationConfigurator doesn't identify classes annotated with @FacesBehavior as worthy of being scanned. Also, AbstractTagLibrary uses the wrong constructor for BehaviorHandler classes. -- This message is automatically generated by JIRA. - You

Re: Possible issue for the EG regarding CC attributes EL resolver

2009-09-08 Thread Curtiss Howard
Leonardo, Looks like your patch worked. Thanks, Curtiss Howard

Re: Possible issue for the EG regarding CC attributes EL resolver

2009-09-04 Thread Curtiss Howard
, Curtiss Howard

Re: MyFaces 2.0 f:ajax question

2009-09-03 Thread Curtiss Howard
follow the advice of the legal lowest common denominator (or in this case perhaps it's the greatest common denominator :D) and not look at RI code AT ALL. Thanks, Curtiss Howard

Possible issue for the EG regarding CC attributes EL resolver

2009-09-03 Thread Curtiss Howard
everyone else think? Thanks, Curtiss Howard

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-09-03 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751106#action_12751106 ] Curtiss Howard commented on MYFACES-2340: - Second set of fixes for these issues

Re: MyFaces 2.0 f:ajax question

2009-09-02 Thread Curtiss Howard
looking at their code ever again, you could remember things you saw and your implementation could subsequently copy parts of their code with literally being a copy). I would be careful. Thanks, Curtiss Howard

Re: MyFaces 2.0 f:ajax question

2009-09-02 Thread Curtiss Howard
to code of questionable origin. I hate to hold up anyone's progress, but these are tricky issues that need to be considered fully. Thanks, Curtiss Howard

Issues with composite components

2009-08-27 Thread Curtiss Howard
, the composite component implementation won't work anyway (we'd throw an EL exception). Please let me know your thoughts. Thanks, Curtiss Howard

Re: Issues with composite components

2009-08-27 Thread Curtiss Howard
the right thing to do. At any rate, without that change in place the sample fails with MyFaces but runs in Mojarra. Thanks, Curtiss Howard

Re: Issues with composite components

2009-08-27 Thread Curtiss Howard
Leonardo, Do you want me to contribute these changes or would you rather address them yourself? Thanks, Curtiss Howard

[jira] Created: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Curtiss Howard (JIRA)
Get basic-ezcomp 2.0 sample working - Key: MYFACES-2340 URL: https://issues.apache.org/jira/browse/MYFACES-2340 Project: MyFaces Core Issue Type: Task Reporter: Curtiss Howard Get the basic

[jira] Commented: (MYFACES-2340) Get basic-ezcomp 2.0 sample working

2009-08-27 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12748456#action_12748456 ] Curtiss Howard commented on MYFACES-2340: - First set of fixes for these issues

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745009#action_12745009 ] Curtiss Howard commented on MYFACES-2330: - Second set of fixes for these issues

Status of AJAX integration/f:ajax (attn: Ganesh)

2009-08-19 Thread Curtiss Howard
Hi, Just wondering what the status of the AJAX integration (in particular, f:ajax) was. I've gotten pretty far with the Mojarra samples but some of them use f:ajax and I can't go any further without it. Thanks, Curtiss Howard

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-19 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12745177#action_12745177 ] Curtiss Howard commented on MYFACES-2330: - I talked to Werner about

[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-12 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742347#action_12742347 ] Curtiss Howard commented on MYFACES-2302: - Fourth set of fixes for these issues

[jira] Created: (MYFACES-2329) Add Facelet taglib 2.0 schema

2009-08-12 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Priority: Minor The Facelet taglib 2.0 schema isn't yet available. When it is, integrate it into MyFaces, including parser support. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue

[jira] Commented: (MYFACES-2330) Get basic-ajax 2.0 sample app working

2009-08-12 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12742417#action_12742417 ] Curtiss Howard commented on MYFACES-2330: - First set of fixes for these issues

[jira] Created: (MYFACES-2330) Get basic-ajax sample app working

2009-08-12 Thread Curtiss Howard (JIRA)
-alpha Reporter: Curtiss Howard Get the Mojarra basic-ajax sample app working. This app tests UI templating and AJAX. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Making changes to shared renderkit

2009-08-11 Thread Curtiss Howard
? Thanks, Curtiss Howard

Re: Making changes to shared renderkit

2009-08-11 Thread Curtiss Howard
/version scopeprovided/scope /dependency Perhaps I should update the POM to depend on 2.0 as well? Let me know. Thanks, Curtiss Howard

[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-10 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741332#action_12741332 ] Curtiss Howard commented on MYFACES-2302: - Third set of fixes for these issues

Re: Issues with the Facelets implementation

2009-08-06 Thread Curtiss Howard
Can anyone point me to where the Facelets 2.0 repository is? I'd like to get a copy of the facelets 2.0 taglib schema, but can't seem to find it... Thanks, Curtiss Howard

Re: Issues with the Facelets implementation

2009-08-06 Thread Curtiss Howard
getting running on MyFaces), reference a 2.0 Facelets schema. Curtiss Howard

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
So are we looking at simply updating the existing parser?

Re: Issues with the Facelets implementation

2009-08-05 Thread Curtiss Howard
not wise to rely on that. * How do you determine how to do the dual parsing? Open the document as text and grep for a DOCTYPE? The version? The xsi:schemaLocation attribute? What does everyone think? Thanks, Curtiss Howard

[jira] Created: (MYFACES-2302) Get simple 2.0 app working

2009-08-03 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard As a first attempt in getting the Facelets code work, I will try to get the Guess number 2.0 app working. This app tests resources and custom Facelets taglibs, so this should be a good way to tie together and fix all the code that's gone in so far. -- This message

javax.faces.bean? (Attn: Jan Kees)

2009-08-03 Thread Curtiss Howard
dated 6/26, so what gives? I pulled this sample from Mojarra's official RI binary zip, so I assume that this wasn't an accident, but I'm baffled as to why I can't find documentation on them. Can anyone shed some light on this situation? Thanks, Curtiss Howard

Re: javax.faces.bean? (Attn: Jan Kees)

2009-08-03 Thread Curtiss Howard
Thanks guys, I'd been completely ignoring that managed-bean-javadocs directory all this time. :D Curtiss Howard

[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-03 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738382#action_12738382 ] Curtiss Howard commented on MYFACES-2302: - First set of fixes for these issues

[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-03 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738497#action_12738497 ] Curtiss Howard commented on MYFACES-2302: - Second set of fixes for these issues

[jira] Commented: (MYFACES-2302) Get simple 2.0 app working

2009-08-03 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738666#action_12738666 ] Curtiss Howard commented on MYFACES-2302: - Sorry, for some reason I got confused

Re: [myfaces][jsf 2.0] Status of facelets integration

2009-07-29 Thread Curtiss Howard
and try to contribute on that. Theoretically, the Facelet compiler should work with the current code, but I didn't try it. Regards, ~ Simon Thanks Simon! Curtiss Howard

[jira] Created: (MYFACES-2294) Sync API with final 2.0 spec

2009-07-23 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Make sure the API classes are in sync with the final 2.0 spec. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: [myfaces][jsf 2.0] Status of facelets integration

2009-07-22 Thread Curtiss Howard
On Wed, Jul 22, 2009 at 7:49 AM, Matthias Wessendorfmat...@apache.org wrote: hey simon, is it possible to commit your current stuff ? Once it is kinda visible, others could provide the missing bits. -Matthias +1 to this as well. Mike Concini and I are happy to help. Curtiss Howard

[jira] Commented: (TOMAHAWK-1064) The Datascroller causes a class cast exception in MyFaces 1.2

2009-07-22 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12734101#action_12734101 ] Curtiss Howard commented on TOMAHAWK-1064: -- Committed fix for this issue

[jira] Commented: (MYFACES-2287) getting the myfaces 1.2 simple example app running on 2.0 impl

2009-07-22 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12734198#action_12734198 ] Curtiss Howard commented on MYFACES-2287: - From what I've seen, we've got all

[Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
, but apparently the code has been there for over two years. How was this supposed to work in the first place? :) So, how should this be approached? Fix DataScrollerList or change UIData.getRows() to be more tolerant (i.e., cast the result to Number and call .intValue())? Thanks, Curtiss Howard

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
good reason why a long is being used. Curtiss Howard

Re: [Core/Tomahawk] Problem with UIData and DataScrollerList?

2009-07-21 Thread Curtiss Howard
yes, true. I switched my mind. I don't see any reason for long as well. Guess I should have checked JIRA first... looks like this issue _has_ been known about for two years ;) https://issues.apache.org/jira/browse/TOMAHAWK-1064 Curtiss Howard

[jira] Updated: (MYFACES-2286) javax.faces.view.facelets TODOs

2009-07-14 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2286: Status: Patch Available (was: Open) javax.faces.view.facelets TODOs

[jira] Created: (MYFACES-2286) javax.faces.view.facelets TODOs

2009-07-13 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Complete TODOs for javax.faces.view.facelets classes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (MYFACES-2268) Add support for registering client behavior renderers

2009-07-08 Thread Curtiss Howard (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Curtiss Howard Add support for registering client behavior renderers via @FacesBehaviorRenderer and client-behavior-renderer. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Updated: (MYFACES-2268) Add support for registering client behavior renderers

2009-07-08 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2268: Status: Patch Available (was: Open) Add support for registering client behavior

[jira] Commented: (MYFACES-2264) Behavior registration

2009-07-07 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12728069#action_12728069 ] Curtiss Howard commented on MYFACES-2264: - Patch provided

[jira] Updated: (MYFACES-2264) Behavior registration

2009-07-07 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2264: Status: Patch Available (was: Open) Behavior registration

[jira] Created: (MYFACES-2264) Behavior registration

2009-07-06 Thread Curtiss Howard (JIRA)
Reporter: Curtiss Howard Add support for behavior registration in faces-config.xml and via @FacesBehavior. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (MYFACES-2264) Behavior registration

2009-07-06 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727542#action_12727542 ] Curtiss Howard commented on MYFACES-2264: - I will be working on this issue

[jira] Created: (MYFACES-2263) Create Composite component EL resolver

2009-07-01 Thread Curtiss Howard (JIRA)
Versions: 2.0.0-alpha Reporter: Curtiss Howard Create the composite component EL resolver from section 5.6.2.2 of the spec. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (MYFACES-2263) Create Composite component EL resolver

2009-07-01 Thread Curtiss Howard (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Curtiss Howard updated MYFACES-2263: Status: Patch Available (was: Open) Create Composite component EL resolver

[Core] Recent build break?

2009-06-30 Thread Curtiss Howard
to throw this out on the mailing list to see if maybe I missed some important build step before opening a JIRA issue. Thanks, Curtiss Howard

Question about Facelets dev

2009-06-29 Thread Curtiss Howard
Hi, Just curious, what is the status of the Facelets dev work that is happening for MyFaces? Just wondering if there is any help needed and/or what the ETA is. Also, is that anticipated to include all of the taglib as well? Thanks, Curtiss Howard

  1   2   >