简体   繁体   中英

Is it possible to access a bean variable in jsf?

I want to access a string variable from a managed bean and compare it another value and thereby render a table only if they are equal.

Can anyone help me on this?

put the table in a ui:panel and then in the rendered attribute of the panel put some EL, like

rendered="#{mybean.myProperty eq 'mystring'}"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM