Re: FW: Tomcat Security Exceptions on deployment of example war (reformatted)

2016-03-03 Thread Werner Punz
Hi this is clearly a bug. Can you please put a bugreport on https://issues.apache.org/jira/browse/MYFACES Werner Am 02.03.16 um 23:12 schrieb Neil Richards: Hi, I've been having trouble deploying my MyFaces(2.2.9) app on Tomcat 8 with the security manager enabled, so I then tried deploying

Re: javax.faces.ViewState autocomplete

2015-01-13 Thread Werner Punz
://issues.apache.org/jira/browse/myfaces Kind regards Werner Punz

Re: 2.2.0 and multipart

2014-02-25 Thread Werner Punz
Am 22.02.14 02:58, schrieb Leonardo K. Shikida: Hi Just noticed this thread about tomee, myfacs 2.2.0 and multipart request stackoverflow.com/questions/21948228/how-to-get-jsf-file-upload-to-work-on-tomee-1-6 does anyone know if between 2.1.13 and 2.2.0, multipart request has got any new bug?

Re: javax.faces.partial.execute=@none still executes decode

2013-05-27 Thread Werner Punz
Am 22.05.13 16:05, schrieb Thomas Andraschko: Hi, i found a weird issue that if i use p:ajax on inputText with process=@none, the InputTextRenderer#decode method will be still invoked. This works fine with f:ajax in myfaces and mojarra. p:ajax only works expected on mojarra. The only

Re: f:ajax and IE8

2012-12-18 Thread Werner Punz
(); In the compatibility mode the debugger takes another route into jsf.js(947) and calls new ActiveXObject(Msxml2.XMLHTTP); I hope you can help us with this information to fix the error. Regards Wahid -Ursprüngliche Nachricht- Von: Werner Punz [mailto:werner.p...@gmail.com] Gesendet

Re: f:ajax and IE8

2012-12-18 Thread Werner Punz
Ok I now changed the way the xmlhttprequest object is generated to the ActiveX fallback if XMLHttpRequest is not found. http://people.apache.org/~werpu/testProject3.tar.bz2 is the project with the changes. Check if it works. Werner Am 18.12.12 13:52, schrieb Werner Punz: Hi this looks like

Re: f:ajax and IE8

2012-12-18 Thread Werner Punz
:52, schrieb Werner Punz: Hi this looks like a config problem, could it be that the security settings on your companies machines block the XMLHttpRequest object. Just to be precise, does it fail strictly on that line? var _ret = new XMLHttpRequest(); or later? Werner Am 18.12.12 13:24, schrieb

Re: f:ajax and IE8

2012-12-18 Thread Werner Punz
- Von: Werner Punz [mailto:werner.p...@gmail.com] Gesendet: Dienstag, 18. Dezember 2012 14:45 An: users@myfaces.apache.org Betreff: Re: f:ajax and IE8 Just to answer myself, I turned off XMLHttpRequest on IE8 and finally was able to reproduce the error. Now there are two solutions. For a quick fix

Re: f:ajax and IE8

2012-12-17 Thread Werner Punz
Am 15.12.12 15:45, schrieb Werner Punz: tried your test project with the same result. It works only in the compatibility mode of IE8. The Same error in the standard mode. BUT, when I remove the XHTML DocType line both tests work fine!!! Are you sure that you are not in the compatibility mode

Re: f:ajax and IE8

2012-12-15 Thread Werner Punz
Am 14.12.12 16:54, schrieb Bashirazad, Wahid: Hi Werner, I tried your test project with the same result. It works only in the compatibility mode of IE8. The Same error in the standard mode. BUT, when I remove the XHTML DocType line both tests work fine!!! Are you sure that you are not in

Re: f:ajax and IE8

2012-12-13 Thread Werner Punz
file which shows the problem, to isolate and fix it. Thanks a lot for your patience and help. Kind regards Werner Punz Am 12.12.12 17:45, schrieb Werner Punz: Hallo Ok I tried to reproduce the error with your example with stock IE8 I was not able to reproduce it. Can you provide a war

Re: f:ajax and IE8

2012-12-12 Thread Werner Punz
Hi, can you isolate the problem into a small example so that I can have a look at it. It seems like you run into something in the AjaxRequest.send method, which triggers an error internally. I cannot reproduce the problem here with my testsuite, so an example would be helpful. Werner Am

Re: f:ajax and IE8

2012-12-12 Thread Werner Punz
Thanks for the example, I will look into the issue tomorrow morning, I will keep you updated. Werner Am 12.12.12 16:59, schrieb Bashirazad, Wahid: Hi, my Ajax call is in a composite component: composite:implementation h:panelGroup id=panel

Re: f:ajax and IE8

2012-12-12 Thread Werner Punz
Hallo Ok I tried to reproduce the error with your example with stock IE8 I was not able to reproduce it. Can you provide a war with the isolated code which produces the error so that I can have a deeper look at it. Werner Am 12.12.12 17:12, schrieb Werner Punz: Thanks for the example, I

[ANNOUNCE] Apache MyFaces Extension Scripting 1.0.5

2012-12-11 Thread Werner Punz
-182] - Move all MyFaces Related Classes into their own Subproject * [EXTSCRIPT-185] - Preparations for the 1.0.5 release ** New Feature * [EXTSCRIPT-177] - Add JRuby support * [EXTSCRIPT-179] - Prepare the Documentation for the CMS Transition regards, Werner Punz

Re: New: MyFaces as default JSF on JBoss AS

2012-11-28 Thread Werner Punz
Hey this is great news. Werner Am 27.11.12 17:45, schrieb ssilv...@redhat.com: Hi MyFaces folks, I just wanted to announce that after years of talking about this, we finally have the ability to use MyFaces on JBoss AS in a fully integrated way. You can install any version of MyFaces onto

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-23 Thread Werner Punz
. There is also some info on the juel page [2]. [1] http://wiki.apache.org/myfaces/HowToEnableEl22 [2] http://juel.sourceforge.net/guide/service.html - Original Message - From: Werner Punz werner.p...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Cc: Sent: Thursday, November 22

Re: Migration to TomEE/CODI: very strange AJAX issue during regression testing

2012-11-22 Thread Werner Punz
If there is an EL struggling problem then this is probably a tomcat issue. Tomcat is providing the EL in tomee to my knowledge. Werner Am 22.11.12 00:07, schrieb Howard W. Smith, Jr.: I think I just solved this issue as follows: *CAUSED BY:* p:calendar

[ANNOUNCE] Apache MyFaces Ext-Scripting 1.0.4 release

2012-10-18 Thread Werner Punz
** New Feature * [EXTSCRIPT-175] - Adding needed glassfish config files * [EXTSCRIPT-176] - Ext-Script 1.0.4 release preparations regards, Werner Punz

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-19 Thread Werner Punz
- JavaServer Faces FAQ, news, and info | @jsfcentral +1 203-404-4848 x246 * Listen to the latest headlines in the JSF and Java EE newscast: http://blogs.jsfcentral.com/JSFNewscast/ * Sign up for the JSFCentral Newsletter: http://oi.vresp.com/?fid=ac048d0e17 On Tue, Sep 4, 2012 at 3:15 PM, Werner Punz

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-04 Thread Werner Punz
, news, and info | @jsfcentral +1 203-404-4848 x246 * Listen to the latest headlines in the JSF and Java EE newscast: * http://blogs.jsfcentral.com/JSFNewscast/* * Sign up for the JSFCentral Newsletter: http://oi.vresp.com/?fid=ac048d0e17 On Mon, Sep 3, 2012 at 7:59 AM, Werner Punz werner.p

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-04 Thread Werner Punz
Am 04.09.12 20:40, schrieb Kito Mann: On Tue, Sep 4, 2012 at 2:30 PM, Werner Punz werner.p...@gmail.com wrote: The config looks correct to me Ok. Thanks for looking at it. I guess that we will have an incompatibility with WAS then. I have tested the code only on servlet runners like

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-04 Thread Werner Punz
Am 04.09.12 20:56, schrieb Werner Punz: Am 04.09.12 20:40, schrieb Kito Mann: On Tue, Sep 4, 2012 at 2:30 PM, Werner Punz werner.p...@gmail.com wrote: The config looks correct to me Ok. Thanks for looking at it. I guess that we will have an incompatibility with WAS then. I have tested

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-04 Thread Werner Punz
, ROhit On Tue, Sep 4, 2012 at 2:30 PM, Werner Punz werner.p...@gmail.com wrote: The config looks correct to me I guess that we will have an incompatibility with WAS then. I have tested the code only on servlet runners like tomcat and Jetty. I will try to get hold on a WAS 8.0 testlicense to debug

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-03 Thread Werner Punz
Am 31.08.12 21:44, schrieb Kito Mann: I'm trying to get MyFaces Extensions-Scripting running on RAD 8.0 with WAS 8.0 on Win 7 (no this isn't my choice of tools...) The goal is to use the dynamic Java class loading to avoid the hideously long WAS publish times. For the most part, everything is

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-03 Thread Werner Punz
Am 03.09.12 13:52, schrieb Werner Punz: Am 31.08.12 21:44, schrieb Kito Mann: I'm trying to get MyFaces Extensions-Scripting running on RAD 8.0 with WAS 8.0 on Win 7 (no this isn't my choice of tools...) The goal is to use the dynamic Java class loading to avoid the hideously long WAS publish

Re: [Extensions-Scripting] Java code changes not getting picked up

2012-09-03 Thread Werner Punz
Am 03.09.12 13:52, schrieb Werner Punz: Am 31.08.12 21:44, schrieb Kito Mann: I'm trying to get MyFaces Extensions-Scripting running on RAD 8.0 with WAS 8.0 on Win 7 (no this isn't my choice of tools...) The goal is to use the dynamic Java class loading to avoid the hideously long WAS publish

Re: Redirecting JUL Logging to other logging systems -- do we need to revisit our logging methodology?

2012-09-03 Thread Werner Punz
Just a minor sidequestion, why do you use the SLF4JBridgeHandler JUL layer instead of JUL directly? Werner Am 23.08.12 16:40, schrieb Mike Kienenberger: Did you ever say something you really regretted? I really regret saying that I strongly preferred JUL over SL4J on the logging vote two

Re: Redirecting JUL Logging to other logging systems -- do we need to revisit our logging methodology?

2012-09-03 Thread Werner Punz
I back then voted for JUL mainly because I felt that one dependency less is always a good thing for the core lib and jul seemed like a good choice given that it is part of the core lib. Werner Am 23.08.12 20:38, schrieb Ertio Lew: Why doesn't Myfaces allows the flexibility to plug in your

Re: ViewExpiredException with valid session

2012-08-10 Thread Werner Punz
Am 09.08.12 16:04, schrieb Jarosław Szczepankiewicz: Hmm... which versions of PrimeFaces and MyFaces are you using? ___ Server: tomcat 7, myfaces: 2.1.2, jdk 7, primefaces 3.3.1 2.1.2 is already rathe old, can you update myfaces and check if the problem goes away.

Re: ViewExpiredException with valid session

2012-08-10 Thread Werner Punz
Am 10.08.12 18:35, schrieb Werner Punz: Am 09.08.12 16:04, schrieb Jarosław Szczepankiewicz: Hmm... which versions of PrimeFaces and MyFaces are you using? ___ Server: tomcat 7, myfaces: 2.1.2, jdk 7, primefaces 3.3.1 2.1.2 is already rathe old, can you update myfaces and check

Re: h:outputScript is not being loaded when located in ui:include that is initially rendered=false

2012-05-10 Thread Werner Punz
Hi, this looks like a bug to me, can you file a bugreport with an example on https://issues.apache.org/jira/browse/MYFACES, so that the fix will make it into the next release. Werner Am 10.05.12 08:05, schrieb Daniel Reznick: Forgot to add that after I click on the show button and the

Re: ViewExpiredException

2012-05-08 Thread Werner Punz
To my knowledge the issue will be addressed by the JSF 2.2 spec. So please be patient. Werner Am 08.05.12 12:21, schrieb Michael Heinen: As far as I know there is still no better fix or workaround. The portlet case is supported out of the box and the other 90% of the real world projects need

Re: Is it possible to modify the (x,y) position of a graphical component ?

2012-05-05 Thread Werner Punz
Am 03.05.12 15:51, schrieb ayouB __: hi every body, I want to know please if there's a possibility to modify the (x,y) position of a JavaServer Faces graphical component (e.g : Button, inputText, Calendar ...) during the execution of the web application. PS : I'm using JSF 2.0 (Apache

Re: no parallel ajax requests anymore with JSF 2.1?

2012-04-23 Thread Werner Punz
Hi Hard to say whether it is a good or bad feature, since I was not part of the discussion when they went for the serialized model I only can guess why it is like that. As I stated before, not being serialized would pose problems to the backend more precisely to the viewstate history. You

[RELEASE] Apache MyFaces Ext-Scripting 1.0.2 and 1.0.3

2012-04-12 Thread Werner Punz
The Apache MyFaces team is pleased to announce the release of MyFaces Ext-Scripting 1.0.2 and 1.0.3. Apache MyFaces Ext-Scripting is a dynamic reloading Extension for Apache MyFaces, which adds support for various scripting languages as well as reloading of Java and various webartifacts.

Re: PPS ?

2012-04-03 Thread Werner Punz
Ok that is the explanation. Ajax4JSF introduces its own ajax lifecycle, it bypasses the standard JSF Javascripts introduced with JSF 2.0. The question is more along the lines, do you still need a4j or is the standard Ajax stuff enough. The blog entries I wrote about pps and the no_portlet_env

Re: use collections with selectManyCheckboxes and JSF 2.1?

2012-04-03 Thread Werner Punz
. Indeed this worked well since JSF 1.0, but it does not work with 2.1 anymore in my case. BTW: I use Tomcat 6.0.35 (and selectManyCheckboxes work well with myfaces 1.2.10 and richfaces 3.3.3) Michael Am 02.04.2012 15:30, schrieb Werner Punz: Am 02.04.12 11:56, schrieb Michael Heinen: What's

Re: PPS ?

2012-04-03 Thread Werner Punz
. Werner Am 03.04.12 09:08, schrieb Werner Punz: Ok that is the explanation. Ajax4JSF introduces its own ajax lifecycle, it bypasses the standard JSF Javascripts introduced with JSF 2.0. The question is more along the lines, do you still need a4j or is the standard Ajax stuff enough. The blog entries I

Re: AJAX Request - No Cache

2012-04-03 Thread Werner Punz
Hi the ajax cache control as such is not part of the spec afair. But normally you can assume that only dynamic data is served hence the no-cache. (This is just a guess from me) The easiest way to enable caching might be over a servlet filter or a custom from the standard JSF Servlet derived

Re: PPS ?

2012-04-03 Thread Werner Punz
components. Michael Am 03.04.2012 09:08, schrieb Werner Punz: Ok that is the explanation. Ajax4JSF introduces its own ajax lifecycle, it bypasses the standard JSF Javascripts introduced with JSF 2.0. The question is more along the lines, do you still need a4j or is the standard Ajax stuff enough

Re: PPS ?

2012-04-02 Thread Werner Punz
Am 30.03.12 15:52, schrieb Michael Heinen: Hi again, I read an article about PPS at http://werpublogs.blogspot.de/2011/07/apache-myfaces-jsfjs-queue-control.html If I understand this correctly then the data passed to the server should be reduced in ajax calls. Correct, only the controls with

Re: PPS ?

2012-04-02 Thread Werner Punz
Ok I did a quick check, pps should be enabled, however if you for instance have an execute=form then all the form values will be encoded I have to do a deep investigation whether the param is broken or not. Werner Am 02.04.12 14:52, schrieb Werner Punz: Am 30.03.12 15:52, schrieb Michael

Re: PPS ?

2012-04-02 Thread Werner Punz
Ok I also did a function check, for me the pps param works. What is your ajax request, (jsf.ajax.request) call do you have the execute on a parent element which needs its childs executed or on single childs. Werner Am 02.04.12 14:59, schrieb Werner Punz: Ok I did a quick check, pps should

Re: use collections with selectManyCheckboxes and JSF 2.1?

2012-04-02 Thread Werner Punz
Am 02.04.12 11:56, schrieb Michael Heinen: What's going wrong here? How can I use Collections with selectManyCheckboxes and JSF 2.1? Hi I usually pass a list of SelectItem Objects that has been working since JSF 1.0. Werner

Re: no parallel ajax requests anymore with JSF 2.1?

2012-03-30 Thread Werner Punz
Speaking of the spec, there is a reason why the requests are serialized, you simply cannot do it without loosing the viewstate over time for the long running request. The best bet to workaround this issue is to offload the long running request to something outside of JSF Servlet/Restful

Re: Best charting and reporting tools

2012-03-27 Thread Werner Punz
Am 26.03.12 17:43, schrieb ayouB __: Hi every body, I want know please which one is the best as an open source java and why : 1) charting library : JFreeChart, Charts4J ... etc. 2) Reporting library : JasperReport, IReport, SeamReports ... etc. Thanks.

Re: Does JSF2.0 supports HTML5 ?!

2012-03-26 Thread Werner Punz
Am 26.03.12 12:11, schrieb ayouB __: Hi every body, I wanna know please if JSF2.0(MyFaces 2.1.6 core) supports HTML5 components ?! Thanks. Hello, no not directly, you can use html5 constructs however in the html markup of the facelets, but there is no

Re: Help : tasks supported by RichFaces

2012-03-26 Thread Werner Punz
Am 26.03.12 13:55, schrieb Michael Heinen: Did you try the richfaces forum? https://community.jboss.org/en/richfaces?view=discussions Am 26.03.2012 12:13, schrieb ayouB __: Hello, Does RichFaces4 supports : 1) Mobile components as it's the case for PrimeFaces. 2) Charts components (graphs)

Re: Problem with myfaces 2.1.7-SNAPSHOT (ClassCastException during RV(1) )

2012-03-20 Thread Werner Punz
Best bet is to file a bugreport to get this fixed asap. Werner Am 19.03.12 22:14, schrieb Wojtek K: Hello! Recently we switched from myfaces 2.1.6 to 2.1.7-SNAPSHOT (in 2.1.6 we have problems with ui:repeat). With 2.1.7-SNAPSHOT sometimes we see this stacktrace: Caused by:

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-15 Thread Werner Punz
Am 15.03.12 01:33, schrieb Guy Rouillier: On 3/14/2012 12:47 PM, ayouB __ wrote: Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying to find a

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Werner Punz
Here is the relevant maven info https://cwiki.apache.org/confluence/display/MYFACES/MyFaces+Archetypes+for+Maven Cannot help with Eclipse. Werner Am 14.03.12 19:42, schrieb Leonardo Uribe: Hi In eclipse you can use the archetype and then load the project using m2eclipse plugin:

Re: Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.

2012-03-13 Thread Werner Punz
Mhh this looks like a bug in Glassfish to me, the entries in the glassfish-web.xml look correct to me. Problem is generally that glassfish is not to keen on overrides of its system libs in my experience. Even while myfaces runs, try to replace Weld for instance and you run into a mess.

Re: Profiling tool for JSF

2012-03-13 Thread Werner Punz
Ok I am dragging this into the users list You mix things up here, Flex is a pure client side technology which runs in a plugin while JSF is server side which renders html into your presentation layer. So if you need memory profiling you have to be clear that following happens a) Flex

Re: Encryption librairies for JSF

2012-03-13 Thread Werner Punz
Set your server to https mode thats it... Werner Am 13.03.12 12:13, schrieb ayouB __: hi, I want that every client request and every server response be encrypted not just the users data login password from the connection view (My application concern the electronic banking sector), so i'm

Re: Buttons not reacting

2012-03-05 Thread Werner Punz
=LOGIN action=#{LoginBean.doLogin}h:graphicImage style=border: none value=images/login.png //h:commandLink /td Does that help? Danijel Domazet Software Developer www.MainConcept.com Rovi. Join the Entertainment. -Original Message- From: Werner Punz [mailto:werner.p...@gmail.com] Sent

Re: Buttons not reacting

2012-03-03 Thread Werner Punz
out this sendRedirect line all works well. Danijel Domazet Software Developer www.MainConcept.com Rovi. Join the Entertainment. -Original Message- From: Werner Punz [mailto:werner.p...@gmail.com] Sent: Thursday, February 23, 2012 9:03 PM To: users@myfaces.apache.org Subject: Re: Buttons

Re: Buttons not reacting

2012-02-23 Thread Werner Punz
it will help. Thanks. Danijel Domazet Software Developer www.MainConcept.com Rovi. Join the Entertainment. -Original Message- From: Werner Punz [mailto:werner.p...@gmail.com] Sent: Wednesday, February 22, 2012 10:52 PM To: users@myfaces.apache.org Subject: Re: Buttons not reacting Hi I

Re: Buttons not reacting

2012-02-22 Thread Werner Punz
Hello First of all, which implementation and which version of the implementation. Do you get any errors in the log? Can you show us some sample code of what you are doing? Werner Am 22.02.12 15:32, schrieb Danijel Domazet: Hi everyone, I recently switched my project from JSF 1.2 to JSF 2.1.

Re: Buttons not reacting

2012-02-22 Thread Werner Punz
Hi I remember vaguely in issue with myfaces 2.1.5 which sounds familiar it should be fixed in 2.1.6. Hence the question which implementation of jsf and which version. Werner Am 22.02.12 19:06, schrieb Danijel Domazet: Hi. Yes, I also use Tomahawk. Let me try to switch back to 2.0. Will let

Re: Myfaces 2.1.6 change of behaviour for h:outputScript

2012-02-13 Thread Werner Punz
Am 09.02.12 19:19, schrieb Bruno Aranda: Good, that works. Thanks. Only that IntelliJ IDEA does not like it much. Thats a bug in IDEA, I would suggest to file a bugreport. I cannot remember if I already filed one regarding this issue.

Re: onsumit not exeucted for ajax requests - alternative?

2012-02-06 Thread Werner Punz
Hi if you need to execute commands before any arbitrary ajax call then you can add your own global ajax request listener via jsf.ajax.addOnEvent(callback) The callback is called three times per request, same as if you would set it directly within the request, but on a global scale.

Re: onsumit not exeucted for ajax requests - alternative?

2012-02-06 Thread Werner Punz
a js should be executed during submission or not. Some requests can run in parallel (e.g. autocompletion, pulls) while others are blocking. Do you know why the simple onsubmit of a form is not executed for ajax requests? Michael Am 06.02.2012 14:02, schrieb Werner Punz: Hi if you need to execute

Re: onsumit not exeucted for ajax requests - alternative?

2012-02-06 Thread Werner Punz
to prevent double submits, throwing an error to cancel the request is perfectly valid. For limited time double submit prevention this might be handy as well http://www.irian.at/de/blog/-/blogs/apache-myfaces-queue-control Werner Am 06.02.12 14:42, schrieb Werner Punz: The onsubmit is a simple

Re: onsumit not exeucted for ajax requests - alternative?

2012-02-06 Thread Werner Punz
to the Blog! I'll have a look any play around with this. Maybe RichFaces Queues are also an alternative for me because most of my ajax commands are from Richfaces. Thanks, Michael Am 06.02.2012 14:47, schrieb Werner Punz: You can use the global listeners however, set yourself a marker class

Re: c:forEach stopped to work after switching to 2.0.11 , (2.0.5 2.0.8 was working just fine)

2012-01-18 Thread Werner Punz
Actually for him a backend component generation and appending the columns as child elements to the table from the backend (server side) also might work. Werner Am 17.01.12 17:49, schrieb Leonardo Uribe: Hi Take a look at: https://issues.apache.org/jira/browse/MYFACES-3389 It explains the

Re: How to troubleshoot ViewExpiredException ?

2012-01-04 Thread Werner Punz
to broaden my understanding of what's going on! Thanks again for all the information and help! Regards, Paul Nicolucci Werner Punz werner.punz@gmai l.com

Re: How to troubleshoot ViewExpiredException ?

2012-01-04 Thread Werner Punz
Before going further, does this problem also occur in a non ajax case or is it entirely ajax related. Werner Am 05.01.12 08:24, schrieb Werner Punz: Hi Paul then the issue will be harder to nail down. The problem I was referring to is only client side based and can only occur in multiple

Re: How to troubleshoot ViewExpiredException ?

2011-12-29 Thread Werner Punz
Not really, the ViewExpired exception just means that the current ViewState cannot be found anymore in the view history. If you navigate to a new page, you basically get a Tabula Rasa aka a new ViewState. Either way if it is the JSF Ajax problem, the javascript workaround definitely will fix

Re: How to troubleshoot ViewExpiredException ?

2011-12-28 Thread Werner Punz
Do you use multiple forms in conjunction with JSF ajax? Werner Am 28.12.11 18:30, schrieb Rohit Kelapure: Dear all, We have run into an issue with our application in production wherein once a database rollback occurs, our application state somehow gets messed and we repeatedly keep seeing

Re: JSF 2: t:saveState

2011-11-08 Thread Werner Punz
Am 11/8/11 3:09 PM, schrieb Rudy De Busscher: Rafael, The CODI scope is ViewAccessScope. Bean is kept in 'memory' as long as it is referenced in the view. Regards The Codi ViewAccessScope scope is superior to what jsf2 delivers, the Flash scope in JSF2 is more or less just a map which you

Re: My Faces Tunning

2011-10-18 Thread Werner Punz
Still (I know it is not an option) but if you need to reduce session space JSF 2 is the way to go, the delta state saving can free a load of ram. Werner Am 10/17/11 10:58 PM, schrieb Scott O'Bryan: Wow.. Looks like you've done a lot, but I personally think 5K is unrealistic. Your right.

[ANNOUNCE] Release of Apache MyFaces Ext-Scripting 1.0.1

2011-07-08 Thread Werner Punz
The Apache MyFaces team is pleased to announce the release of MyFaces Extension Scripting 1.0.1 This release is a minor bugfix release which reenables compatibility for Apache MyFaces 2.0.5+. Apache MyFaces Extension Scripting 1.0 is an extension project to Apache MyFaces which enables Groovy

Re: [Tomahawk] t:inputCalendar do not work on IE9

2011-05-21 Thread Werner Punz
Am 13.05.11 08:17, schrieb Admirolas: Hello, I have tried my JSF application, that uses MyFaces Tomahawk 1.1.10 with Internet Explorer 9. After click on calendar button I get JavaScript error: DOM Exception: INVALID_CHARACTER_ERR (5). IE9 JavaScript debugger shows, that exception is thrown in

Re: [TRINIDAD] non-PPR ajax update

2011-05-11 Thread Werner Punz
Am 11.05.11 14:40, schrieb Scott O'Bryan: k there is a number of issues with what you are doing here. As you probably know, TRINIDAD's ajax is not 'solely' about content delivery. It runs the JSF lifecycyle and updates the view state and a bunch of other things. While I don't know exactly why

Vote for your favorite JSF 2.2 Issues

2011-04-19 Thread Werner Punz
Hello Ed Burns and the EG have opened a public voting where you can vote for your favorite JSF 2.2 issues/feature requests. This is a public voting and 5 votes per person are allowed. Additional info can be found under Ed Burns blog. http://www.java.net/blogs/edburns/ So if you want to see a

Re: Vote for your favorite JSF 2.2 Issues

2011-04-19 Thread Werner Punz
Also additional info, the voting window is very short, it will be closed by tomorrow, sorry for posting the info late (better late then never) So if you want your favorite bug in, please vote asap. Werner Am 19.04.11 10:05, schrieb Jakob Korherr: Hi, Thanks for the info, Werner. I also

[ANNOUNCE] Apache MyFaces Extension Scripting 1.0

2011-04-13 Thread Werner Punz
The Apache MyFaces team is pleased to announce the release of MyFaces Extension Scripting 1.0. Apache MyFaces Extension Scripting 1.0 is an extension project to Apache MyFaces which enables Groovy support and dynamic Java artifact reloading under JSF. Temporary download site and

Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Werner Punz
Hi Leo I am not entirely sure but as far as I can remember the input calendar basically does some offset calculation to determine the position, as far as I recall this is due to the fact that it needs an outer form to submit its values. Now given all the browser quirks in the past this offset

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-16 Thread Werner Punz
Hi Scott, MyFaces in its core _Runtime.js also uses some inheritance framework, you basically currently get single inheritance, namespacing singletons and delegation. What I have not provided yet due to the lack of need is mixins. Also I have code to lazy load scripts etc... I coded it because

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-11 Thread Werner Punz
Hi, we are very interested, btw. we probably have to read our own parts for the inheritance stuff, because we use inheritance, delegation and singletons as structural core patterns ourselves in the core. So if the tool needs meta information in this regard we will have to readd our own

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-06 Thread Werner Punz
Hi Jquery has a good query engine and a lousy widget API, but due to its popularity despite its deficiencies people have programmed a load of widgets. I am not sure but I think primefaces recycles a lot of the jquery infrastructure. The personal problem i have with jquery simply is, it scales

Re: t:saveState With Icefaces Using JSF 1.1

2011-02-14 Thread Werner Punz
Am 12.02.11 10:37, schrieb ponic: Hello, I would like to know whether Tomahawk'st:savestate works with JSF 1.1. I been trying to use t:savestate to preserve values when I navigate back to my page(Request Scope) Could someone provide some insight? Thanks It should work. Werner

Re: Issues with MyFaces on Tomcat 7

2011-01-26 Thread Werner Punz
Btw. I just checked the docs, if you need client side validation ext-val + beanvalidation might be worthwhile to check out. ext-val definitely supports client side validation and jsf2 has hooks into the bean validation api. Werner Am 25.01.11 16:21, schrieb Werner Punz: Hi Matt first of all

Re: Issues with MyFaces on Tomcat 7

2011-01-25 Thread Werner Punz
Hi Matt first of all nice to see you here. My personal guess goes towards Tomcat here, the ValidatorLifecycleListener which fails to be registered is a Servlet listener hence the container itself is responsible for loading. For whatever reason, Tomcat 7 fails to find the

Re: How to persist null values with JSF2?

2011-01-11 Thread Werner Punz
It still is buggy, a friend of mine ran into issues with the latest tomcat 7 afair, and as soon as he replaced it with juel after my advice the issues were gone. Werner Am 10.01.11 17:22, schrieb Mark Struberg: nope, I found the tomcat 7 EL to be buggy back when I did need it (should

Re: Does flash.keep work in MyFaces?

2011-01-04 Thread Werner Punz
Hi, this might be a bug, it would be good to file a bugreport on this one. Werner Am 31.12.10 20:31, schrieb am am: Hi, I am starter in JSF2.0 and picked up MyFaces 2.0.3. Also I am using Tomcat 7 and eclipse (Helios)- added JSF facet. I have a trivial application trying to use flash via

Re: GAE problem

2010-12-16 Thread Werner Punz
Hk Nikolay: I gave your code a testrun in my GAE project and could not reproduce the error. But have in mind I did not add all your settings just the page and the needed settings for primefaces. You can use my project as base for your next steps or can have a look where the error causing

Re: GAE problem

2010-12-14 Thread Werner Punz
Hi Nikolay, I hope you dont mind that I have to postpone the testing and debugging of your stuff til thurstday, I have been bound by job issues today and tomorrow I am bound privately. Your stuff is next on my list. Werner Am 13.12.10 22:40, schrieb Nikolay Rychkov: I have this error during

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-13 Thread Werner Punz
Am 12.12.10 16:31, schrieb Werner Punz: Ok we have a local problem maybe as well, I filed a bug under https://issues.apache.org/jira/browse/MYFACES-3000 Not sure if it is just a settings issue or whatever, either way I cannot blame the behavior on GAE anymore. Werner Ok after rerunning

Re: GAE problem

2010-12-13 Thread Werner Punz
Hi can you show me your web.xml, I have done some extensive jsf testing on the weekend with gae and did not have this error. Werner Am 13.12.10 18:45, schrieb Nikolay Rychkov: I have this error in every page on GAE: What is it? java.lang.IllegalStateException: STREAM at

Re: GAE problem

2010-12-13 Thread Werner Punz
Ok outside of the crypto stuff I do not see any problem. Try to remove the encryption alltogether for a quick testing and see if it resolves your problem (also turn it off). The problem also could be primefaces related. With the exact crypto config i also had problems (I think the

Re: IllegalStateException: No Factories configured for this Application on Weblogic 10

2010-12-13 Thread Werner Punz
Just a wild guessing here, maybe weblogic delivers its own jsf implementation from bottom up and it overrides myfaces in the classloader hierarchy. Werner Am 13.12.10 13:05, schrieb Marcio Carvalho: Hi all, I have a myfaces 1.2 web application which I'm trying to deploy on Weblogic 10.3.

Re: GAE problem

2010-12-13 Thread Werner Punz
Am 13.12.10 21:28, schrieb ken keller: primefaces richfaces teams seem to dismiss myfaces. Maybe the myfaces team should get closer to these teams. Latest icefaces might not work w/ myfaces: http://jira.icefaces.org/browse/ICE-5858 Actually the error on the Icefaces side indicates they use

Re: GAE problem

2010-12-13 Thread Werner Punz
Mhh can you make a small snapshot of the program, just one page and the configuration you use, so that I can look more deeply into the problem tomorrow? Werner Am 13.12.10 21:57, schrieb Nikolay Rychkov: I removed context-param param-nameorg.apache.myfaces.SECRET/param-name

Re: GAE problem

2010-12-13 Thread Werner Punz
Ok thanks a lot I will look into it tomorrow, just one last question, do you get the error only if you deploy or do you get it in the local testing scenario as well, and are your beans you reference normal managed beans? Werner Am 13.12.10 22:03, schrieb Nikolay Rychkov: ?xml version=1.0

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-12 Thread Werner Punz
Hi Ken die purpose of the encryption is a security problem, if you do not encrypt the viewstate on the client side then it is reverse engineerable from a third party. We had to introduce that to fix that hole. For server side state saving the encryption is not really needed unless you do not

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-12 Thread Werner Punz
Hi Leo I noticed I just set the org.apache.myfaces.SECRET not the MAC_SECRET, there seems to be an error in the GAE docs on our site, because it does not tell you have to set the MAC_SECRET. I will give my testing case another try with MAC_SECRET set as well. Werner Am 10.12.10 23:40,

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-12 Thread Werner Punz
Werner Punz: Hi Ken die purpose of the encryption is a security problem, if you do not encrypt the viewstate on the client side then it is reverse engineerable from a third party. We had to introduce that to fix that hole. For server side state saving the encryption is not really needed unless you do

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-12 Thread Werner Punz
of the state history then this might be a viable option. So google was not at fault here, it was my local settings, which just set the secret not the MAC_SECRET. But why encryption for server side state saving at all? Werner Am 12.12.10 11:40, schrieb Werner Punz: Hi Leo I noticed I just set

  1   2   3   4   5   6   7   8   9   10   >