Re: Sick leave

2012-01-23 Thread Ganesh
Hi Werner, Also my side all the best for you. I haven't posted here for a while but I'm still following the list and if there's something urgent with the MyFaces jsf.js I'd be ready to jump in. Best regards, Ganesh Am 20.01.2012 19:25, schrieb Werner Punz: Thanks a lot guys, I am getting

[jira] Resolved: (MYFACES-3005) Only send Flash cookie if needed

2011-03-11 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Jung resolved MYFACES-3005. -- Resolution: Fixed Fix Version/s: 2.0.5-SNAPSHOT as discussed on the dev list

Re: oam.Flash.RENDERMAP.TOKEN

2011-03-10 Thread Ganesh
Hi, Yes, true. I'm setting up an implementation that checks a context param org.apache.myfaces.DISABLE_FLASH_SCOPE (true/false) and throws a FlashScopeDisabledException in case someone calls one of the public Map acces methods like get, put, keep or putNow. Best regards, Ganesh Am

Re: oam.Flash.RENDERMAP.TOKEN

2011-03-09 Thread Ganesh
a config param to disable flash 3 - compiling a custom MyFaces 2.04a for the customer I would provide a solution for 1 or 2, if you agree, if you don't I'd probably have to switch to 3. What do you think? Best regards, Ganesh Am 21.12.2010 11:44, schrieb Jakob Korherr: Created MYFACES-3005

[jira] Commented: (MYFACES-3005) Only send Flash cookie if needed

2010-12-22 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12974108#action_12974108 ] Ganesh Jung commented on MYFACES-3005: -- It's true that users will expect flash scope

Ajax View Reload

2010-12-22 Thread Ganesh
a c:forEach and an AJAX request to toggle parts of it). Effect: MyFaces is not sending an AJAX response at all any more and comes back with a malformedXML error. Is this a bug or does the above code need to be changed for AJAX requests? Best regards, Ganesh

oam.Flash.RENDERMAP.TOKEN

2010-12-19 Thread Ganesh
Though flash scope is not is use, MyFaces 2.0 sends this cookie. Is this a bug or a feature? If it's a feature: Have we provided a way to turn it off? Best regards, Ganesh

Re: nesting cc:actionListener

2010-10-13 Thread Ganesh
-- composite:implementation h:commandButton id=button2 value=#{cc.attrs.value}/ /composite:implementation but probably not an ActionSource2 :-( Best regards, Ganesh Am 12.10.2010 19:24, schrieb Leonardo Uribe: Hi I tried your example and work in this way: test page calls a composite component

Re: nesting cc:actionListener

2010-10-13 Thread Ganesh
ok, thank you, so I will not open a MyFaces issue on this but comment the spec issue instead. Best regards, Ganesh Am 13.10.2010 11:15, schrieb Jakob Korherr: Hi Ganesh, Sorry, I was too fast in writing the answer. It works if you're using f:actionListener, but it does not work correctly

nesting cc:actionListener

2010-10-12 Thread Ganesh
()? In fact it doesn't, if you agree that it should I will open an issue. Best regards, Ganesh

Re: [core] FacesEL vs. UEL vs. UEL 2.2

2010-10-01 Thread Ganesh
Yeah, saw this in the logs and wondered, 'caus EL was working well. Good to know this in case a customer asks :-). +1 for all your suggestions. Best regards, Ganesh Am 30.09.2010 23:04, schrieb Martin Koci: Hi, there is a disorder in Expression Lauguage names in myfaces core. Currently

Re: [core] performance: disabling old technologies

2010-09-25 Thread Ganesh
Great approach. Though the spec would be the right place for this I think we should have it in MyFaces asap and do our best to push it to the 2.2 spec. Am 24.09.2010 14:33, schrieb Martin Koci: Hi, since JSF 2.0 JSP support andmanaged-bean are deprecated. Since 1.2 same for javax.faces.el.

Re: building current20

2010-09-17 Thread Ganesh
That's what I do all the time - nothing to complain :-) Werner Punz schrieb: Am 16.09.10 18:58, schrieb Ganesh: Yes, a fresh checkout did the job, thank you :-) Can you give the current trunk a proper testing with your Dojo components lib? We are close to rolling a release now, and I would

Re: building current20

2010-09-16 Thread Ganesh
Yes, a fresh checkout did the job, thank you :-) Werner Punz schrieb: Ok for another reason I cleared my current myfaces 2 dir and did a new svn up to get a clean state, build is still working. Werner Am 15.09.10 09:34, schrieb Werner Punz: Hi Ganesh, I just rolled an svn up and did an mvn

building current20

2010-09-15 Thread Ganesh
[INFO] Best regards, Ganesh

Re: submit and ajax request will not be queued together

2010-09-07 Thread Ganesh
Hi Mark, A standard form submit will always go through whether an AJAX request is running or not. There is no queueing of no AJAX submits. You may consider disabling the button until the AJAX request is successfull. Best regards, Ganesh Mark Struberg schrieb: txs Werner, I'll tinker

Re: State of the scripts

2010-08-16 Thread Ganesh
Thank you for this information, I think this is groundbreaking news. From this point on I can wholehartedly recommend the usage MyFaces 2.0 over Mojarra to my customers. Werner Punz schrieb: Hi everyone, as it seems with my next commit tomorrow we will get another small speed boost. I have a

Re: Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-11 Thread Ganesh
I'd like to keep the @author tags. Isn't the spirit of the meritocracy involved with making authors visible? Shouldn't personal merit for a project be made visible in the code? I think it's great to see Manfred Geiler as the orginal author of most MyFaces parts. Many people download the source

Re: Proposal to stop using SVN Keywords - (was: MyFaces shipping with JBoss AS6?)

2010-08-11 Thread Ganesh
there are other social issues dealing with collaborative development, but the Board is concerned about the legal ramifications around the use of author tags OK, I see the point.

Re: Ann: MyFaces Ajax Fileupload and how to use it

2010-08-02 Thread Ganesh
Hi Martin, From what I understand the feature is disabled as long as you don't set myfaces.config[transportAutoSelection] = true; So why have a second param to do the same thing? Best regards, Ganesh Martin Marinschek schrieb: Perfect. Can we talk about having the context param

[jira] Created: (MYFACES-2847) ajax form parameter collection erroneously submits nameless inputs by their id

2010-07-30 Thread Ganesh Jung (JIRA)
Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.1 Environment: AJAX Javascript Reporter: Ganesh Jung ajax form parameter collection erroneously submits nameless inputs by their id. This form: h:form id=testForm h:panelGroup id

[jira] Commented: (MYFACES-2847) ajax form parameter collection erroneously submits nameless inputs by their id

2010-07-30 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12893944#action_12893944 ] Ganesh Jung commented on MYFACES-2847: -- The war file is based on the latest SNAPSHOT

[jira] Created: (MYFACES-2848) AJAX responses contain script type=text/javascript src=/MyFaces_Test/javax.faces.resource/jsf.js.faces?ln=javax.faces

2010-07-30 Thread Ganesh Jung (JIRA)
URL: https://issues.apache.org/jira/browse/MYFACES-2848 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.1 Environment: AJAX Java Reporter: Ganesh Jung The fact that an AJAX request was triggered clearly shows

[jira] Commented: (MYFACES-2838) Exception with Facelets source tags

2010-07-28 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12893096#action_12893096 ] Ganesh Jung commented on MYFACES-2838: -- Works for me too now - no change in my local

[jira] Created: (MYFACES-2838) Exception with Facelets source tags

2010-07-24 Thread Ganesh Jung (JIRA)
: 2.0.1 Environment: JSF Reporter: Ganesh Jung defining a taglib.xml in src/META-INF with a source tag (*.xhtml) and using it in a test page gives an exception when calling the page. javax.faces.FacesException: java.lang.NoSuchMethodError

Re: MyFaces 2.0.2

2010-07-24 Thread Ganesh
that I'm dealing with an instance of DefaultFaceletContext, so popClient should be available. I've no idea why this NoSuchMethodError is thrown. Do you? Best regards, Ganesh Jakob Korherr schrieb: Hi Ganesh, The stacktrace seems like an error of FlashImpl in connection with the creation

Re: MyFaces performance investigation from a client point of view

2010-07-09 Thread Ganesh
, in mojarra it is not. I know page, request and session scope. Which one are you referring to? Best regards, Ganesh

[jira] Commented: (MYFACES-2714) Include uncompressed jsf.js file and use it when development mode is used

2010-05-14 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867789#action_12867789 ] Ganesh Jung commented on MYFACES-2714: -- +1 on the Runtime.loadScript if you can get

Re: [core] conditions to render jsf.js script

2010-05-10 Thread Ganesh
Hi Leo, I'm not sure we're talking about the same thing: The point Andrew and me where making is that it could be good to render jsf.js inline for f:ajax and and custom behaviours if no h:head is present. Was this what you where talking about? Best regards, Ganesh Leonardo Uribe schrieb

Re: proposed: myfaces jsf.js refactorings

2010-05-10 Thread Ganesh
This is cool! Isn't the exception handling another place to clean up? Best regards, Ganesh Werner Punz schrieb: Hello everyone, I have started somewhat of a cleanup regarding the jsf.js codebase which will be done in the following weeks. First of all after fixing the bugs (which I

Re: [core] conditions to render jsf.js script

2010-05-10 Thread Ganesh
Wow, thank you for the clarification. Leonardo Uribe schrieb: Hi 2010/5/10 Ganesh gan...@j4fry.org mailto:gan...@j4fry.org Hi Leo, I'm not sure we're talking about the same thing: The point Andrew and me where making is that it could be good to render jsf.js inline for f:ajax

Re: [core] conditions to render jsf.js script

2010-05-09 Thread Ganesh
Hi Leo, +1, good approach! 1 question: Why do 1.+2. require a h:head to be present while 3.-5. render jsf.js inline? Wouldn't it be possible to *always* try and push it to h:head and if h:head is not defined *always* fall back to inline? Best regards, Ganesh Leonardo Uribe schrieb: Hi

[jira] Commented: (MYFACES-2640) (JSF.js) Ajax Render component problem, replace with whole fragment not one element.

2010-04-30 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862786#action_12862786 ] Ganesh Jung commented on MYFACES-2640: -- Probably it's the responsability

[jira] Commented: (MYFACES-2688) when form is 'multipart/form-data', form component will never process update.

2010-04-30 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862788#action_12862788 ] Ganesh Jung commented on MYFACES-2688: -- We're not bound to support only the spec

[jira] Commented: (MYFACES-2640) (JSF.js) Ajax Render component problem, replace with whole fragment not one element.

2010-04-30 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12862791#action_12862791 ] Ganesh Jung commented on MYFACES-2640: -- concerning jsf.ajax.request(this,event

Re: [VOTE] release of myfaces core 2.0.0

2010-04-16 Thread Ganesh
+1, works for me too, now Jakob Korherr schrieb: +1 Regards, Jakob 2010/4/16 Martin Marinschek martin.marinsc...@gmail.com mailto:martin.marinsc...@gmail.com +1, best regards, Martin On Fri, Apr 16, 2010 at 11:33 AM, Bruno Aranda brunoara...@gmail.com

impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
] Final Memory: 105M/452M [INFO] Best regards, Ganesh Werner Punz schrieb: Before I am giving my vote here, there is still a unit test failure ... Am 15.04.10 06:39, schrieb Matthias Wessendorf: +1 Thanks for running

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
Hi, I've updated current20 to rev 934345 and restarted a mvn build, but it still fails (same errors as before). Having already checked in your findings? Best regards, Ganesh Werner Punz schrieb: Actually I had a quick look at the branch for 2.0.0 this one has the version set correctly

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
, Ganesh gan...@j4fry.org wrote: Sorry for the inconvenience, for me impl build fails on myfaces/current20 (last tried 10 days ago, worked then). It's propably an oversight on my side, but I would have liked to a quick retest with dojofaces for 2.0.0 ... any ideas? [INFO] Compiling 74 source files

Re: impl build fails - Re: [VOTE] release for myfaces core 2.0.0

2010-04-15 Thread Ganesh
version again back to 4.0.1-SNAPSHOT), since Leo is the release manager he has to decide, I guess. Werner Am 15.04.10 11:43, schrieb Ganesh: Hi, I've updated current20 to rev 934345 and restarted a mvn build, but it still fails (same errors as before). Having already checked in your findings? Best

[jira] Created: (MYFACES-2649) Ajax chokes on script triggered onchange if input has onchange=

2010-04-08 Thread Ganesh Jung (JIRA)
: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Environment: Javascript Reporter: Ganesh Jung Attachments: MyFaces_Test.war If an ajaxified input has got onchange= defined and a script triggers input.onchange() we get an error: event must be defined

[jira] Created: (MYFACES-2650) chaining ajax onchange with existing onchange creates syntax error

2010-04-08 Thread Ganesh Jung (JIRA)
: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Environment: Javascript Reporter: Ganesh Jung Attachments: MyFaces_Test.war combining onchange=alert('test') and f:ajax render=myTest2 / creates missing ) after argument list when onchagne

[jira] Created: (MYFACES-2651) f:ajax doesn't render scripts when h:head is not present

2010-04-08 Thread Ganesh Jung (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-3 Environment: Java/Javascript resource rendering Reporter: Ganesh Jung If a page has no h:head and contains a f:ajax we omit the jsf.js script resource example: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Re: [COMMUNITY] MyFaces += Mark Struberg

2010-03-19 Thread Ganesh
Welcome Mark! Gerhard Petracek schrieb: The MyFaces PMC is proud to announce a new addition to our community. Please welcome Mark Struberg as the newest MyFaces committer! Mark has been active on the mailing-list as well as in Jira. Moreover, as active Apache OWB developer he will also help

[jira] Commented: (MYFACES-2599) ajax javascript checks for existence of triggering html element

2010-03-13 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844875#action_12844875 ] Ganesh Jung commented on MYFACES-2599: -- Hi, This may be a Mojarra bug. Here's

[jira] Commented: (MYFACES-2599) ajax javascript checks for existence of triggering html element

2010-03-12 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12844416#action_12844416 ] Ganesh Jung commented on MYFACES-2599: -- You might ask: Who would need this kind

[jira] Created: (MYFACES-2599) ajax javascript checks for existence of triggering html element

2010-03-10 Thread Ganesh Jung (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-2 Environment: Javascript Reporter: Ganesh Jung This one is a bit special. I remove the triggering element from the DOM, afterwards I trigger it's onchange method. Works with Mojarra, but MyFaces insists

[jira] Created: (MYFACES-2593) styles are escaped so that @import *.css doesn't work

2010-03-09 Thread Ganesh Jung (JIRA)
: JSR-314 Affects Versions: 2.0.0-beta-2 Environment: CSS Reporter: Ganesh Jung This one doesn't pull the script with MyFaces 2.0: style type=text/css @import test.css /style No problem with Mojarra here

core 2.0 build

2010-03-08 Thread Ganesh
] What's wrong? Best regards, Ganesh

Re: core 2.0 build

2010-03-08 Thread Ganesh
No, I actually didn't. Shouldn't maven take care of dependencies? Until now it always did! Do I need to set up a seperate shared project now? Best regards, Ganesh Jakob Korherr schrieb: Hi Ganesh, Did you build shared core and shared impl too? Regards, Jakob 2010/3/8 Ganesh gan

Re: core 2.0 build

2010-03-08 Thread Ganesh
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 8, 2010 at 11:53 AM, Ganesh gan...@j4fry.org wrote

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-07 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842563#action_12842563 ] Ganesh Jung commented on MYFACES-2585: -- This discussion confuses me. Werner, could

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-06 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842266#action_12842266 ] Ganesh Jung commented on MYFACES-2585: -- Wow, sounds complicated! Can you please

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-05 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841741#action_12841741 ] Ganesh Jung commented on MYFACES-2585: -- Werner, you are right. Removing enclosing

[jira] Created: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-04 Thread Ganesh Jung (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-2 Environment: Javascript Reporter: Ganesh Jung This doesn't work: h:inputText value=#{numberBean.myNumber} f:ajax render=test / /h:inputText

[jira] Created: (MYFACES-2586) wrong calling order for ajax script autorun

2010-03-04 Thread Ganesh Jung (JIRA)
Affects Versions: 2.0.0-beta-2 Environment: Javascript Reporter: Ganesh Jung First the new element is inserted, then the scripts are run, then the old element is removed. This is wrong, see this example: h:inputText value=#{myBean.test

[jira] Commented: (MYFACES-2586) wrong calling order for ajax script autorun

2010-03-04 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841448#action_12841448 ] Ganesh Jung commented on MYFACES-2586: -- Great Werner, thank you. I would have worked

[jira] Commented: (MYFACES-2585) ajax doesn't work if target contains script with CDATA

2010-03-04 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841456#action_12841456 ] Ganesh Jung commented on MYFACES-2585: -- Hi Werner, I agree that the Mojarra's way

[jira] Commented: (MYFACES-2583) f:ajax cannot retrieve clientId from component

2010-03-03 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840535#action_12840535 ] Ganesh Jung commented on MYFACES-2583: -- This is what I call fast! Thank you, Jakob

[jira] Created: (MYFACES-2583) f:ajax cannot retrieve clientId from component

2010-03-02 Thread Ganesh Jung (JIRA)
Affects Versions: 2.0.0-beta-2 Environment: JSF Reporter: Ganesh Jung This code: h:form id=myForm h:inputText value=#{myBean.test} f:ajax render=#{myBean.bindingMyTest.clientId} event=keyup

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-27 Thread Ganesh
dojofaces testing is now possible on a snapshot I've built from trunk. Minor bugs do occur, I'll bring them in through JIRA. Cool stuff, great work, thank you. Best regards, Ganesh Matthias Wessendorf schrieb: that's great! The more feedback (from different lib) we get, the better On Fri

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-26 Thread Ganesh
does exactly the same. Regards, Jakob 2010/2/25 Matthias Wessendorf mat...@apache.org On Thu, Feb 25, 2010 at 7:15 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi Ganesh I think dojofaces will not work until apply the patch on MYFACES-2564 (look on subversion commits). This change was reverted

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Ganesh
Hi Leo, Did you check the solution I proposed? Best regards, Ganesh Leonardo Uribe schrieb: In few words, we have to solve MYFACES-2564 too.

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-25 Thread Ganesh
Hi Matthias, Currently I'm putting my effords into dojofaces, so interest is there, but time is scarce ... sorry. Best regards, Ganesh Matthias Wessendorf schrieb: Yeah, I understand that. Any interest in helping with the fix ? :) -Matthias

Re: [Facelets] deploying old Facelets templates with MyFaces 2

2010-02-24 Thread Ganesh
Also this blocks me from testing the beta with DojoFaces which might reveal other issues ... Best regards, Ganesh Matthias Wessendorf schrieb: Again... MYFACES-2543 *snip* If the answer to this question is no, Facelets in JSF 2.0 is backwards compatible with pre-JSF 2.0 Facelets

[jira] Commented: (MYFACES-2564) facelets in an app with a 1.2 level faces-config do not work

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835635#action_12835635 ] Ganesh Jung commented on MYFACES-2564: -- I agree with Michael in that the faces

[jira] Commented: (MYFACES-2564) facelets in an app with a 1.2 level faces-config do not work

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835716#action_12835716 ] Ganesh Jung commented on MYFACES-2564: -- Sorry for being inaccurate in my previous

[jira] Commented: (MYFACES-2564) facelets in an app with a 1.2 level faces-config do not work

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835775#action_12835775 ] Ganesh Jung commented on MYFACES-2564: -- Which faces-configs do you check to decide

[jira] Commented: (MYFACES-2564) facelets in an app with a 1.2 level faces-config do not work

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835822#action_12835822 ] Ganesh Jung commented on MYFACES-2564: -- @Yury: No, the spec says: ... and must

[jira] Commented: (MYFACES-2564) facelets in an app with a 1.2 level faces-config do not work

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835826#action_12835826 ] Ganesh Jung commented on MYFACES-2564: -- I'd prefer keeping two separate threads

[jira] Commented: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-19 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835926#action_12835926 ] Ganesh Jung commented on MYFACES-2543: -- Now that the spec issue is solved here's my

[jira] Commented: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-14 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833536#action_12833536 ] Ganesh Jung commented on MYFACES-2543: -- So, here's the spec issue: https

[jira] Commented: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-12 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833087#action_12833087 ] Ganesh Jung commented on MYFACES-2543: -- Did you take into account jars

Re: [jira] Resolved: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-11 Thread Ganesh
to set the Facelets configuration parameters. Thankfully, most applications that use Facelets fall into the latter category, or, if they fall in the former, their dependence will easily be migrated to the new public classes. Can we please reopen the issue and fix it? Best regards, Ganesh Leonardo

Re: [jira] Resolved: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-11 Thread Ganesh
Actually I've asked on jsr-314-open whether people agree on this being a bug and so I want to wait until the weekend before opening an issue. I'll do it on sunday, if that's fine with you. Best regards, Ganesh Matthias Wessendorf schrieb: What's up with this part of the spec

[jira] Reopened: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-11 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Jung reopened MYFACES-2543: -- reasons for reopning this where discussed on the dev list: +1 on that Go ahead and re-open

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-10 Thread Ganesh
applications that use Facelets fall into the latter category, or, if they fall in the former, their dependence will easily be migrated to the new public classes. Best regards, Ganesh Matthias Wessendorf schrieb: On Wed, Feb 10, 2010 at 6:26 AM, Ganesh gan...@j4fry.org wrote: Many Facelets taglibs don't

[jira] Created: (MYFACES-2539) setPropertyActionListener cannot be nested within facelets tag

2010-02-09 Thread Ganesh Jung (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta Environment: facelets Reporter: Ganesh Jung nesting setPropertyActionListener like this: html xmlns=http://www.w3.org/1999/xhtml; xmlns:f=http://java.sun.com/jsf/core; xmlns:h=http://java.sun.com/jsf

[jira] Created: (MYFACES-2543) Facelets Taglib jars are not recognized

2010-02-09 Thread Ganesh Jung (JIRA)
Versions: 2.0.0-beta Environment: Facelets Reporter: Ganesh Jung Facelets taglibs defined according to the spec 10.3.2 are not recognized. This page uses a test taglib (see attachment): !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1

[jira] Commented: (MYFACES-2539) setPropertyActionListener cannot be nested within facelets tag

2010-02-09 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831534#action_12831534 ] Ganesh Jung commented on MYFACES-2539: -- probably caused by https://issues.apache.org

Re: [core] Backwards compatibility (e.g. MYFACES-2543)

2010-02-09 Thread Ganesh
, but if they don't I think we shouldn't either. I've carried the question whether a JSF 2.0 compatible implementation is required to refuse old version facelets taglibs into the EG - let's see, what they have to say on this ... Best regards, Ganesh I see both ways; I think I don't like the fact that the RI

[jira] Commented: (MYFACES-2521) Parent not composite component or an instance of ClientBehaviorHolder: javax.faces.component.uiviewr...@19f5e3f

2010-02-09 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831881#action_12831881 ] Ganesh Jung commented on MYFACES-2521: -- Most old facelets taglibs only that wrap

[jira] Issue Comment Edited: (MYFACES-2521) Parent not composite component or an instance of ClientBehaviorHolder: javax.faces.component.uiviewr...@19f5e3f

2010-02-09 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831881#action_12831881 ] Ganesh Jung edited comment on MYFACES-2521 at 2/10/10 5:49 AM

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-02-04 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12829531#action_12829531 ] Ganesh Jung commented on MYFACES-2523: -- unable to reproduce this on a different

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
of another alpha, but I feel people won't give much credit if a beta doesn't do the basic stuff. Best regards, Ganesh Cagatay Civici schrieb: Anyway my vote is 0 now and I would like to hear other testers' results.

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
-2.0.0-beta-bin.zip to replace Mojarra, no other jars are on my classpath, I'm running tomcat 6.0.20. Best regards, Ganesh Ganesh schrieb: Hi, I've tried testing the beta with DojoFaces, but even the most basic examples fail to work, e.g.: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional

Re: [VOTE] release for myfaces core 2.0.0-beta

2010-01-29 Thread Ganesh
I thought the release files should do. Why would building from the TAG make any difference? What do you mean with java security is not a 2.0 specific issue? Shouldn't the release contain all files needed to replace Mojarras api+impl? Best regards, Ganesh Matthias Wessendorf schrieb: have you

[jira] Created: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
Components: JSR-314 Affects Versions: 2.0.0-beta-2 Environment: tomcat Reporter: Ganesh Jung This most basic page: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806365#action_12806365 ] Ganesh Jung commented on MYFACES-2523: -- Looks like this is an issue with Eclipse

[jira] Commented: (MYFACES-2523) files for beta release don't run the most trivial application

2010-01-29 Thread Ganesh Jung (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806465#action_12806465 ] Ganesh Jung commented on MYFACES-2523: -- jce.jar is part of the JDK, how would

Re: [COMMUNITY] MyFaces += Jakob Korherr

2010-01-21 Thread Ganesh Jung
Welcome, Jakob! Am 20.01.2010 00:06, schrieb Leonardo Uribe: Congratulations! regards, Leonardo 2010/1/19 Gerhard Petracek gerhard.petra...@gmail.com mailto:gerhard.petra...@gmail.com welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF

Re: [JSF 2.0] Moving ViewDeclairationLanguage Impl's to shared

2009-12-19 Thread Ganesh
+1 if it's about sharing the VDL base classes sharing is good. So you are basically suggesting to reuse the ViewDeclarationLanguage from MyFaces (including ViewDeclarationLanguageBase and ViewDeclarationLanguageStrategy) and make them part of the shared project ? -Matthias

Re: [JSF 2.0] Moving ViewDeclairationLanguage Impl's to shared

2009-12-17 Thread Ganesh
and forward the requests to the faces servlet? Best regards, Ganesh Scott O'Bryan schrieb: Hey Guys, I'm working on a preliminary version of the portlet-bridge for JSF2.0.. Looking at the current R.I. implementations, it appears as if I'm going to have to come up with my own implementations

Re: [COMMUNITY] MyFaces += Max Starets

2009-11-08 Thread Ganesh
Welcome Max! Ganesh Bruno Aranda schrieb: welcome aboard! Bruno 2009/11/8 Grant Smith work.gr...@gmail.com mailto:work.gr...@gmail.com welcome Max :) On Sat, Nov 7, 2009 at 11:09 AM, Jan-Kees van Andel jankeesvanan...@gmail.com mailto:jankeesvanan...@gmail.com wrote

Re: jsfdays 2010 sessions

2009-09-16 Thread Ganesh
and portlet examples. I'd like to present the techniques I've used to implement more 30 tags based on Facelets templating (needed some tricks to make this possible) as well as some of the more sophisticated tags. Best regards, Ganesh Gerhard Petracek schrieb: hi @ all, i hope i'll see a lot of you

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

2009-08-20 Thread Ganesh
Hi Curtiss, Alex has finished about 75%. Next week it should be ready for commit. Sorry for the delay. Best regards, Ganesh Curtiss Howard schrieb: Hi, Just wondering what the status of the AJAX integration (in particular, f:ajax) was. I've gotten pretty far with the Mojarra samples

Re: Issues with the Facelets implementation

2009-08-06 Thread Ganesh
Not sure what you mean. Facelets is at 1.1.14 and this version is integrated with the JSF 2.0 releases where further development happens. Best regards, Ganesh Curtiss Howard schrieb: Can anyone point me to where the Facelets 2.0 repository is? I'd like to get a copy of the facelets 2.0

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

2009-07-22 Thread Ganesh
Hi, Alex an I are still committed on providing the f:ajax and t:ajax facelets tags. We'll bring in the code in August. Best regards, Ganesh Leonardo Uribe schrieb: 2009/7/22 Matthias Wessendorf mat...@apache.org mailto:mat...@apache.org hey simon, is it possible to commit your

Re: dynamic styles in IE for MyFaces AJAX?

2009-07-13 Thread Ganesh
value. I can't see in which way this is connected to replacing scripts. Best regards, Ganesh Werner Punz schrieb: Ganesh schrieb: Hi, We fiddled quite a bit with auto eval of embedded and external scripts, because IE and Safari don't execute them when they come in with xhr. Now, here's

dynamic styles in IE for MyFaces AJAX?

2009-07-11 Thread Ganesh
/cssp {color:red}/style'; /script /body /html Best regards, Ganesh

  1   2   3   >