<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The easiest way to start with RichFaces</title>
	<atom:link href="http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 15:22:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Nithin kongadan</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-195498</link>
		<dc:creator>Nithin kongadan</dc:creator>
		<pubDate>Fri, 23 Nov 2012 08:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-195498</guid>
		<description><![CDATA[thank you  it very easy  to deploy on tomact 7.0]]></description>
		<content:encoded><![CDATA[<p>thank you  it very easy  to deploy on tomact 7.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-99084</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Wed, 07 Sep 2011 09:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-99084</guid>
		<description><![CDATA[Thank you. 

It was very helpfull for me.  I&#039;ve been looking for a working &quot;helloworld&quot; for two days.

Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Thank you. </p>
<p>It was very helpfull for me.  I&#8217;ve been looking for a working &#8220;helloworld&#8221; for two days.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-94786</link>
		<dc:creator>max</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-94786</guid>
		<description><![CDATA[@Madhu: check that the compiled class ends up in the deployment. Sometimes Eclipse doesn&#039;t copy the class for some reason. The project is deployed here: workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps]]></description>
		<content:encoded><![CDATA[<p>@Madhu: check that the compiled class ends up in the deployment. Sometimes Eclipse doesn&#8217;t copy the class for some reason. The project is deployed here: workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-94778</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-94778</guid>
		<description><![CDATA[Sorry, the tags are messed up, please ignore the syntax 
h:outputText value=&quot;#{fBAccess.firstString}&quot; 


faces-config.xml: 
managed-bean 
  managed-bean-name&gt;fBAccess  managed-bean-name
  managed-bean-class&gt;model.FBAccess managed-bean-class
  managed-bean-scope&gt;request managed-bean-scope
managed-bean]]></description>
		<content:encoded><![CDATA[<p>Sorry, the tags are messed up, please ignore the syntax<br />
h:outputText value=&#8221;#{fBAccess.firstString}&#8221; </p>
<p>faces-config.xml:<br />
managed-bean<br />
  managed-bean-name&gt;fBAccess  managed-bean-name<br />
  managed-bean-class&gt;model.FBAccess managed-bean-class<br />
  managed-bean-scope&gt;request managed-bean-scope<br />
managed-bean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-94777</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-94777</guid>
		<description><![CDATA[Full Exception:
SEVERE: Error Rendering View[/Page1.jsp]
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean fBAccess.  The following problems were found:
     - Bean or property class model.FBAccess for managed bean fBAccess cannot be found.
	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:204)
	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:67)
	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
	at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71)
	at org.apache.el.parser.AstValue.getValue(AstValue.java:147)
	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
	at javax.faces.component.UIOutput.getValue(UIOutput.java:184)
	at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:201)
	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:284)
	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:154)
	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:861)
	at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:281)
	at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:258)]]></description>
		<content:encoded><![CDATA[<p>Full Exception:<br />
SEVERE: Error Rendering View[/Page1.jsp]<br />
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean fBAccess.  The following problems were found:<br />
     &#8211; Bean or property class model.FBAccess for managed bean fBAccess cannot be found.<br />
	at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:204)<br />
	at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:86)<br />
	at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:67)<br />
	at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)<br />
	at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71)<br />
	at org.apache.el.parser.AstValue.getValue(AstValue.java:147)<br />
	at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)<br />
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)<br />
	at javax.faces.component.UIOutput.getValue(UIOutput.java:184)<br />
	at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:201)<br />
	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:284)<br />
	at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:154)<br />
	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:861)<br />
	at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:281)<br />
	at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:258)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhu</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-94776</link>
		<dc:creator>Madhu</dc:creator>
		<pubDate>Fri, 29 Jul 2011 14:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-94776</guid>
		<description><![CDATA[Hi,
Thanks for the example. I am trying to modify this to add a Managed Bean. But when I add the bean to faces-config.xml, I get 
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean fBAccess.  The following problems were found:
     - Bean or property class model.FBAccess for managed bean fBAccess cannot be found.

Could you help me with this?
start.xhtml now has : 

FBAccess.java

package model;


public class FBAccess {
	public FBAccess() {
		
	}

	private String firstString = &quot;Hello&quot;;

	public String getFirstString() {
		return firstString;
	}

	public void setFirstString(String firstString) {
		this.firstString = firstString;
	}
}


faces-config.xml:
 
  fBAccess
  model.FBAccess
  request
 

What am I missing here?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the example. I am trying to modify this to add a Managed Bean. But when I add the bean to faces-config.xml, I get<br />
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed bean fBAccess.  The following problems were found:<br />
     &#8211; Bean or property class model.FBAccess for managed bean fBAccess cannot be found.</p>
<p>Could you help me with this?<br />
start.xhtml now has : </p>
<p>FBAccess.java</p>
<p>package model;</p>
<p>public class FBAccess {<br />
	public FBAccess() {</p>
<p>	}</p>
<p>	private String firstString = &#8220;Hello&#8221;;</p>
<p>	public String getFirstString() {<br />
		return firstString;<br />
	}</p>
<p>	public void setFirstString(String firstString) {<br />
		this.firstString = firstString;<br />
	}<br />
}</p>
<p>faces-config.xml:</p>
<p>  fBAccess<br />
  model.FBAccess<br />
  request</p>
<p>What am I missing here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-92558</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Wed, 06 Jul 2011 04:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-92558</guid>
		<description><![CDATA[Hey, thanks!!!]]></description>
		<content:encoded><![CDATA[<p>Hey, thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-87489</link>
		<dc:creator>max</dc:creator>
		<pubDate>Tue, 17 May 2011 19:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-87489</guid>
		<description><![CDATA[@akram: if you have the book, then continue reading. There are also many RichFaces resources on the internet.]]></description>
		<content:encoded><![CDATA[<p>@akram: if you have the book, then continue reading. There are also many RichFaces resources on the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akram</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-87484</link>
		<dc:creator>akram</dc:creator>
		<pubDate>Tue, 17 May 2011 18:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-87484</guid>
		<description><![CDATA[Thank you Max, (and sorry for General/Archive File instead of General/Existing ),

Now it&#039;s working, I got :


Hello, looks like it&#039;s working

Now, do you think shoud I continue in your book : Practical RichFaces or there is another book or tutorial to do so (I am a newbie ignorant in JSF and RichFaces).

Thanks .

Akram]]></description>
		<content:encoded><![CDATA[<p>Thank you Max, (and sorry for General/Archive File instead of General/Existing ),</p>
<p>Now it&#8217;s working, I got :</p>
<p>Hello, looks like it&#8217;s working</p>
<p>Now, do you think shoud I continue in your book : Practical RichFaces or there is another book or tutorial to do so (I am a newbie ignorant in JSF and RichFaces).</p>
<p>Thanks .</p>
<p>Akram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: max</title>
		<link>http://mkblog.exadel.com/2010/04/the-easiest-way-to-start-with-richfaces/comment-page-1/#comment-87482</link>
		<dc:creator>max</dc:creator>
		<pubDate>Tue, 17 May 2011 18:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://mkblog.exadel.com/?p=1530#comment-87482</guid>
		<description><![CDATA[@arkam: I think you selected General/Archive File. You need to select General/Existing Projects into Workspace]]></description>
		<content:encoded><![CDATA[<p>@arkam: I think you selected General/Archive File. You need to select General/Existing Projects into Workspace</p>
]]></content:encoded>
	</item>
</channel>
</rss>
