jsf 2 - Override JSF value expressions set in XHTML -


In one of my JSF (IceFace 3) projects I implemented a solution to control the presence of components through XML I need to do some of the things that I work on at least partially: according to a system event listener implementation set configuration responsible for setting the 'disabled' and 'rendered' attributes of a component Land. However, these attributes can also be set in xhtml (with value expedition), in which case the components will be provided with those values. The processing of these values ​​always comes after PreRenderComponentEvent, so my solution becomes useless. I'm curious: Can I overlap or change the value set in XHTML?


Comments

Popular posts from this blog

php - Select box validation (in laravel) -

pandas - Iterate on Groupby Object's fields -

Creating a sparse matrix in Matlab with a specified number of independent Bernoulli +-1 nonzero entries -