Hello,
I am relatively new to
JSF and I am stuck on a basic problem. I want a
jsp page to diplay simple read-only tabular data. I just want the index.jsp page to retrieve data from a bean without going through an action nor to have any navigation rule associated to it.
I want the jsp to be roughly as follows (using the forEach tag):
My bean would be roughly as follows:
In addition I have the following in the DD:
This does not seem to work. Can anyone help please??
Thanks in advance,
Julien.