1
vote
1answer
281 views
ICEFaces action vs actionListener
I am not clear on the difference between these two methods. I see that the actionListener takes an ActionEvent as a parameter, but both may be tied to a method in the backing bean.
Is the …
0
votes
4answers
188 views
ICEFaces page refresh
I have a page where a user enters data and hits a "save" button.
The data gets saved to the db, and I want the page to refrsh itself to reflect the new data in the db.
I am using a managed bean, ho …
0
votes
1answer
13 views
ICESoft messages
I have a JSP with a managed bean.
I want to display a message on the page, not related to any component, so, I do not need to use the "for" attribute.
My message code:
public void f …
