Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
Hi this seems to be a jetty or GAE bug if you ask me probably causes by the combination of already rendering something and then causing a redirect within the rendering (I am not sure if this is even a bug or maybe some expected behavior), but try following, since it happens during render time

Re: Is it possible to make those xml digest class serializable ?

2010-10-18 Thread Werner Punz
Am 17.10.10 16:11, schrieb Ivan: Hi, I am looking at the integration work between myfaces and Geronimo, I am thinking that is it possible to make those xml digest class serializable, like FacesConfig, etc. So that, MyFaces could just scan annotation and sort configuration files once, and

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
Thank you. I will try. May be to report to JIRA? 2010/10/18 Werner Punz werner.p...@gmail.com Hi this seems to be a jetty or GAE bug if you ask me probably causes by the combination of already rendering something and then causing a redirect within the rendering (I am not sure if this is even

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
In case a) I am not sure about session. I need to obtain session in start page c) Looks better way, but I affraid about bugs is events. I have found one https://issues.apache.org/jira/browse/MYFACES-2939 2010/10/18 Werner Punz werner.p...@gmail.com Hi this seems to be a jetty or GAE bug if you

Re: [tobago] tx:in update problem

2010-10-18 Thread Udo Schnurpfeil
Hi Michael, the behavior you describe seems to be normal for JSF (in the moment I doesn't now that this has changed from JSF 1.1 to JSF 1.2). When readonly is false the value will be submitted, but not written into the model. After an action with outcome null the same view root will be

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
Hi the bug you mentioned is fixed in the latest trunk, as for your session, no worries the session comes from the servlet api so the session definitely is shared between everything, but I assume this is not a bug of myfaces you run into but more a problem on the underlying webcontainer.

Tomahawk installation - infinite redirect when configuring extension filters

2010-10-18 Thread Benjamin Mark
Hello, I've installed Tomahawk for JSF 1.2 on my seam-gen project (Seam 2.2.0 GA) like the installation hints from the tomahawk page. Everything seems ok and the Jboss 5.1 server is starting up without any problems. When I connect to my project I get the message from the browser, that the

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Werner Punz
I personally think this is not a bug of MyFaces but rather a bug in the underlying webcontainer which seems to prevent redirects as soon as you render a response. Werner Am 18.10.10 17:08, schrieb Nikolay Rychkov: Thank you. I will try. May be to report to JIRA? 2010/10/18 Werner

Re: Programmatically redirection causes error on GAE.

2010-10-18 Thread Nikolay Rychkov
Thank you very much Werner. I will report results as finish experiments with this issue. 2010/10/18 Werner Punz werner.p...@gmail.com I personally think this is not a bug of MyFaces but rather a bug in the underlying webcontainer which seems to prevent redirects as soon as you render a

Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
I have been using GlassFish 3 to host a JSF 2.0 so far with some success, but with no imported libraries. For some odd reason I can't seem to find documentation that can get me started with MyFaces. I added a Maven dependency as follows: dependency

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Jakob Korherr
Hi Alan, You need to have myfaces-api and myfaces-impl dependencies in your project like this: dependency groupIdorg.apache.myfaces.core/groupId artifactIdmyfaces-api/artifactId version2.0.2/version

Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-18 Thread Jakob Korherr
Hi Ben, Just a shot into the blue, but I noticed that you only mapped your Faces Servlet to *.seam, however Tomahawk also expects a mapping of /faces/. If you add this additional mapping, it will maybe work! Regards, Jakob 2010/10/18 Benjamin Mark be...@bemar.de: Hello, I've installed

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
On Mon, Oct 18, 2010 at 12:53 PM, Jakob Korherr jakob.korh...@gmail.comwrote: [1] http://blogs.sun.com/theaquarium/entry/how_to_use_myfaces_with Thanks a lot for this. I am not usually so clueless but the details kept piling up to the point I thought I was drowning for a while there. I'm

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
On Mon, Oct 18, 2010 at 12:53 PM, Jakob Korherr jakob.korh...@gmail.comwrote: You need to have myfaces-api and myfaces-impl dependencies in your project like this: OK, thanks to Jakob's hints I got MyFaces-2 running under GlassFish. One thing that is essential (I am putting it here for