Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-26 Thread Michael Kurz
What happens exactly? Do you enter the hebrew characters in a 
h:inputTextarea, save them and re-display them in a h:outputText? If 
yes, please try to set escape=false on the h:outputText. This might be 
an escape problem.


Michael

Am 25.08.2010 22:24, schrieb Daniel_R:


Thanks for the reply,
but nevermind the encoding i used.. nothing works..

i keep on getting the weird number encodings
#1513;#1491;#1513;#1490;#1513;#1490;
#1491;#1513;#1490;\#1491;#1513;#1490;
#1491;\#1513;#1490;#1491;#1513;#1490;

:/

i used all know encodings



Cédric Durmont wrote:


Oh, charset encoding... don't get me started about that ! ;o) I had a
hard time trying to figure out how to configure that beast properly
for my locale (French, and win1252 charset which I had to use for some
obscure database reasons).
Try to add this filter (source below) and set it up properly in your
web.xml :
filter
 filter-nameSetCharacterEncoding/filter-name
 filter-classfilters.SetCharacterEncodingFilter/filter-class
 init-param
   param-nameencoding/param-name
   param-value!-- put your charset here --/param-value
 /init-param
/filter
filter-mapping
filter-nameSetCharacterEncoding/filter-name
url-pattern*.xhtml/url-pattern
/filter-mapping

It's taken from the examples bundled with Tomcat. I just adapted it a
bit to handle Trinidad partial page rendering properly.

Hope this helps (as I don't know Hebrew at all, I don't understand
what's wrong in the example you give...)
Regards
Cedric Durmont



SetCharacterEncodingFilter.java
=snip=snip=snip
/*
  * $Revision: 1.4 $
  * $Date: 2010/07/05 13:26:29 $
  *
  * 
  *
  * The Apache Software License, Version 1.1
  *
  * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
  *
  * 1. Redistributions of source code must retain the above copyright
  *notice, this list of conditions and the following disclaimer.
  *
  * 2. Redistributions in binary form must reproduce the above copyright
  *notice, this list of conditions and the following disclaimer in
  *the documentation and/or other materials provided with the
  *distribution.
  *
  * 3. The end-user documentation included with the redistribution, if
  *any, must include the following acknowlegement:
  *   This product includes software developed by the
  *Apache Software Foundation (http://www.apache.org/).
  *Alternately, this acknowlegement may appear in the software itself,
  *if and wherever such third-party acknowlegements normally appear.
  *
  * 4. The names The Jakarta Project, Tomcat, and Apache Software
  *Foundation must not be used to endorse or promote products derived
  *from this software without prior written permission. For written
  *permission, please contact apa...@apache.org.
  *
  * 5. Products derived from this software may not be called Apache
  *nor may Apache appear in their names without prior written
  *permission of the Apache Group.
  *
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  * 
  *
  * This software consists of voluntary contributions made by many
  * individuals on behalf of the Apache Software Foundation.  For more
  * information on the Apache Software Foundation, please see
  *http://www.apache.org/.
  *
  * [Additional notices, if required by prior licensing conditions]
  *
  */
package filters;

import java.io.IOException;

import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;


/**
  *pExample filter that sets the character encoding to be used in
parsing the
  * incoming request, either unconditionally or only if the client did not
  * specify a character encoding.  

Re: [Trinidad] Web Site

2010-08-26 Thread Michael Kurz
No, there is no stable release of Trinidad 2.0 yet. 2.0-alpha-2 is the 
latest release afaik.


Michael

Am 26.08.2010 02:23, schrieb Javier Alcala:

So, could you tell me please if there is a stable release for Trinidad 2.0
and the URL for download?

2010/8/25 Scott O'Bryandarkar...@gmail.com


Matthias,

Not only that but Continuum has been unreliable and the Bridge team
had some trouble at one point getting our site replicated.  I fixed
it, just don't ask me how I did it.  ;)


Sent from my iPhone

On Aug 24, 2010, at 10:19 PM, Matthias Wessendorfmat...@apache.org
wrote:


We have not really changed a lot of info on that site.
Also our site build has slight issues ...

sent from my Android phone

On Aug 25, 2010 5:23 AM, Javier Alcalajalca...@gmail.com  wrote:

Hi,
The official Trinidad web site at

http://myfaces.apache.org/trinidad/shows

Last Published: 2010-02-16. It's too much time, when will you be back in
official site or is there a new site for download official releases and
documentation?

Thanks,

Javier






Re: [Trinidad] Web Site

2010-08-26 Thread Matthias Wessendorf
:) yeah, the nightly builds already contain ajax and are good enough
to call them beta (or GA)

-M

On Thu, Aug 26, 2010 at 10:22 AM, Michael Kurz michi.k...@gmx.at wrote:
 No, there is no stable release of Trinidad 2.0 yet. 2.0-alpha-2 is the
 latest release afaik.

 Michael

 Am 26.08.2010 02:23, schrieb Javier Alcala:

 So, could you tell me please if there is a stable release for Trinidad 2.0
 and the URL for download?

 2010/8/25 Scott O'Bryandarkar...@gmail.com

 Matthias,

 Not only that but Continuum has been unreliable and the Bridge team
 had some trouble at one point getting our site replicated.  I fixed
 it, just don't ask me how I did it.  ;)


 Sent from my iPhone

 On Aug 24, 2010, at 10:19 PM, Matthias Wessendorfmat...@apache.org
 wrote:

 We have not really changed a lot of info on that site.
 Also our site build has slight issues ...

 sent from my Android phone

 On Aug 25, 2010 5:23 AM, Javier Alcalajalca...@gmail.com  wrote:

 Hi,
 The official Trinidad web site at

 http://myfaces.apache.org/trinidad/shows

 Last Published: 2010-02-16. It's too much time, when will you be back
 in
 official site or is there a new site for download official releases and
 documentation?

 Thanks,

 Javier






-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


[Trinidad] Nightly Builds... !

2010-08-26 Thread Matthias Wessendorf
Hi,

since of yesterday(?) most MyFaces projects are now building on our
ASF Hudson machine.

The new location for snapshots / nightly builds is now here:

https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/trinidad/

Currently you find:
-1.0.13
-1.2.15
-2.0.0.3

(all SNAPSHOT)

-M

-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


Re: page lang\ encoding error after moving to myFaces from mojarra???

2010-08-26 Thread Daniel_R

I type hebrew characters in a h:inputTextarea, click save and it turns into 
#1513;#1491;#1513;#1490;#1513;#1 format

its being saved into a bean value=#{myBean.myText} ...

and inside the setter its already looks in this weird format
#1488;#1488;#1488;

so than the getter returns it back to the inputtextarea all messed up...



Michael Kurz wrote:
 
 What happens exactly? Do you enter the hebrew characters in a 
 h:inputTextarea, save them and re-display them in a h:outputText? If 
 yes, please try to set escape=false on the h:outputText. This might be 
 an escape problem.
 
 Michael
 
 Am 25.08.2010 22:24, schrieb Daniel_R:

 Thanks for the reply,
 but nevermind the encoding i used.. nothing works..

 i keep on getting the weird number encodings
 #1513;#1491;#1513;#1490;#1513;#1490;
 #1491;#1513;#1490;\#1491;#1513;#1490;
 #1491;\#1513;#1490;#1491;#1513;#1490;

 :/

 i used all know encodings



 Cédric Durmont wrote:

 Oh, charset encoding... don't get me started about that ! ;o) I had a
 hard time trying to figure out how to configure that beast properly
 for my locale (French, and win1252 charset which I had to use for some
 obscure database reasons).
 Try to add this filter (source below) and set it up properly in your
 web.xml :
 filter
  filter-nameSetCharacterEncoding/filter-name
  filter-classfilters.SetCharacterEncodingFilter/filter-class
  init-param
param-nameencoding/param-name
param-value!-- put your charset here --/param-value
  /init-param
 /filter
 filter-mapping
 filter-nameSetCharacterEncoding/filter-name
 url-pattern*.xhtml/url-pattern
 /filter-mapping

 It's taken from the examples bundled with Tomcat. I just adapted it a
 bit to handle Trinidad partial page rendering properly.

 Hope this helps (as I don't know Hebrew at all, I don't understand
 what's wrong in the example you give...)
 Regards
 Cedric Durmont



 SetCharacterEncodingFilter.java
 =snip=snip=snip
 /*
   * $Revision: 1.4 $
   * $Date: 2010/07/05 13:26:29 $
   *
   * 
   *
   * The Apache Software License, Version 1.1
   *
   * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
   * reserved.
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
   *
   * 1. Redistributions of source code must retain the above copyright
   *notice, this list of conditions and the following disclaimer.
   *
   * 2. Redistributions in binary form must reproduce the above copyright
   *notice, this list of conditions and the following disclaimer in
   *the documentation and/or other materials provided with the
   *distribution.
   *
   * 3. The end-user documentation included with the redistribution, if
   *any, must include the following acknowlegement:
   *   This product includes software developed by the
   *Apache Software Foundation (http://www.apache.org/).
   *Alternately, this acknowlegement may appear in the software
 itself,
   *if and wherever such third-party acknowlegements normally appear.
   *
   * 4. The names The Jakarta Project, Tomcat, and Apache Software
   *Foundation must not be used to endorse or promote products
 derived
   *from this software without prior written permission. For written
   *permission, please contact apa...@apache.org.
   *
   * 5. Products derived from this software may not be called Apache
   *nor may Apache appear in their names without prior written
   *permission of the Apache Group.
   *
   * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
   * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
   * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
   * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.
   * 
   *
   * This software consists of voluntary contributions made by many
   * individuals on behalf of the Apache Software Foundation.  For more
   * information on the Apache Software Foundation, please see
   *http://www.apache.org/.
   *
   * [Additional notices, if required by prior licensing conditions]
   *
   */
 package filters;

 import java.io.IOException;

 import javax.servlet.Filter;
 import javax.servlet.FilterChain;
 import