I have a session bean FooSessionBean which has a boolean property: visible. I want to change the value of the visible property from my FooRequestBean. Is there any way to do this, other than ch开发者
Since two evenings, I am trying to integrate weld CDI into an EJB 3.1 Application with JSF 1.2. I simply tried to call a with @Named annotated controller in an JSF page. The problem is, that no except
What\'s the difference between <ui:fragment> and <s:fragment> ? I use these two tag libraries interchangeably for conditional rendering (using the rendered attribute although I can\'t find
I have 2 links in a web page, link one pint to appserver/?dept=1, link two is appserver/?dept=2. Then I have a JSF phase listener, in there, I can get the back end bean and set dept1 or dept2 as the b
In my application i need to add a row on a click of a button and this button will be in all the rows. Need help to do this?