Simple Facelets Example Project

* License

This project is provided under the Apache 2 license, please see LICENSE.txt for
details.

* Description

This is a simple Facelets example project that allows you to type your name into
a form and after submitting the form, the greeting page will print a welcome
message to you using the request-scoped PersonBean.

* Requirements

	* MyEclipse 6.0.1

* How to Run

You can right-click on this project and go to Debug As or Run As then select
"MyEclipse Server Application". MyEclipse 6.0 and later will automatically deploy
the application to the MyEclipse Tomcat Server, then start it up and open
a browser window for you to the index.jsp page.
	
* Related Links

	* MyEclipse Facelets  Tutorial - http://www.myeclipseide.com/documentation/quickstarts/facelets/
	* MyEclipse JSF Designer Tutorial - http://www.myeclipseide.com/documentation/quickstarts/jsfdesigner/

* Feedback

We hope you found this example project helpful. If you ran into any problems 
while working with the example project, please feel free to post to our Example 
Project Forum (http://www.myeclipseide.com/PNphpBB2-viewforum-f-54.html) and 
let us know. Also if you had any suggestions for improvements, noticed something 
wrong or just wanted to ask questions we encourage you to post and let us know!