Re: HtmlRendererUtils.writePrettyLineSeparator() is missing in 2.2

2015-06-06 Thread khush N
Thank you Mike! On Wed, May 27, 2015 at 11:16 AM, Mike Kienenberger mkien...@gmail.com wrote: On Wed, May 27, 2015 at 2:06 PM, khush N kbnavl...@gmail.com wrote: Thanks Mike for the response! Do you guys provide Richfaces support as well? No, you'd have to ask at the Richfaces support area

NPE - Unknown RenderKit 'HTML_BASIC'

2015-06-06 Thread khush N
Hi, I am migrating from myfaces 1.2 to 2.2.7 version and richfaces from 3x to 4x version. I am receiving a warning followed by a NPE as below Jun 05, 2015 11:42:43 PM org.apache.myfaces.renderkit.RenderKitFactoryImpl getRenderKit WARNING: Unknown RenderKit 'HTML_BASIC'. Jun 05, 2015 11:42:46

JSF 2.2 Namespace changes

2015-06-01 Thread khush N
Hi, I am migrating my application from jsf 1.2 to 2.2 version. While my research regarding this upgrade, I found that all JSF 2.2 namespaces have been changed from http://java.sun.com to http://xmlns.jcp.org. I have introduced new upgraded jars in my project and the old namespaces (

Re: HtmlRendererUtils.writePrettyLineSeparator() is missing in 2.2

2015-05-27 Thread khush N
. if (org.apache.myfaces.shared.config.MyfacesConfig.getCurrentInstance(facesContext.getExternalContext()).isPrettyHtml()) { facesContext.getResponseWriter().write(LINE_SEPARATOR); } On Fri, May 22, 2015 at 2:48 PM, khush N kbnavl...@gmail.com wrote: Hi, I am using myfaces 2.2.7 version and found

Re: c:forEach issue in JSF 2

2015-07-01 Thread khush N
Yep. I do have h:form in my page. On Wed, Jul 1, 2015 at 1:22 AM, l.pe...@senat.fr l.pe...@senat.fr wrote: On 01/07/2015 10:08, khush N wrote: Hi, Thanks for the quick reply! Sorry, I do not have a sample project. But c:forEach aren't working on a simplest of page for me :( Did you put

Re: c:forEach issue in JSF 2

2015-07-01 Thread khush N
Hi, Thanks for the quick reply! Sorry, I do not have a sample project. But c:forEach aren't working on a simplest of page for me :( Thanks! On Wed, Jul 1, 2015 at 12:58 AM, l.pe...@senat.fr l.pe...@senat.fr wrote: On 01/07/2015 09:42, khush N wrote: [...] Can anyone please help me

c:forEach issue in JSF 2

2015-07-01 Thread khush N
Hi, I am upgrading my application from JSF 1.2 to JSF 2. I am trying a below simple forEach tag but it not showing anything inside the loop. table id=tab${sectionId} border=0 cellpadding=0 cellspacing=0 width=100% class=listingTable c:forEach var=row rowStatus=index

Re: c:forEach issue in JSF 2

2015-07-01 Thread khush N
-01 9:42 GMT+02:00 khush N kbnavl...@gmail.com: Hi, I am upgrading my application from JSF 1.2 to JSF 2. I am trying a below simple forEach tag but it not showing anything inside the loop. table id=tab${sectionId} border=0 cellpadding=0 cellspacing=0 width=100

How do I send my query to the myfaces team? eom

2015-05-21 Thread khush N

HtmlRendererUtils.writePrettyLineSeparator() is missing in 2.2

2015-05-22 Thread khush N
Hi, I am using myfaces 2.2.7 version and found that HtmlRendererUtils.writePrettyLineSeparator() method is missing. The method is present in 2.1 version. Can anyone tell me the alternate of HtmlRendererUtils.writePrettyLineSeparator in 2.2? I also could not find the method in DEPRECATED tab in

Re: How do I send my query to the myfaces team? eom

2015-05-22 Thread khush N
on the development of MyFaces products) will reach us. On Thu, May 21, 2015 at 5:59 PM, khush N kbnavl...@gmail.com wrote: