Setting managed bean抯 property from JSP?

Hello to all

I would like to know is there any way to access managed beans抯 properties strait forward from pure jsp page or on any another way then property binding? Actually I am trying to find way to access and setup property of managed bean form jsp. Is that possible?

Thanks in advance.

[310 byte] By [alekstojanovic_deva] at [2007-10-2 17:16:22]
# 1
For example: http://jsffaq.com/Wiki.jsp?page=HowToSetAManagedBeanPropertyFromTheRequestParameter
pringia at 2007-7-13 18:31:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Yes.Just use the jsp:useBean tag as you would normally in JSP. Just make sure the id is the same as the managed-bean-name.CowKing
IamCowKinga at 2007-7-13 18:31:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...