You can also set this value without using the managed-property
Properties dialog. In the Managed Properties
area, select the managed property you created; in the
Managed Property area delete the default value in the
Value dropdown, and enter #{param.name}
.
This will set the value of the name property in the bean to the value of the name parameter, which the user provides through the JSF JSP file previously created.
Copyright © 1997, 2006, Oracle. All rights reserved.