> Hi all, I'm new in JSF and I'm making my first test applications.
> As you can see below, I have a bean named personBean who has an
[quoted text clipped - 5 lines]
> JSTL tag... Has JSF any tag for do this? What can I do?
> Thank you very much.
How? What I need, is accessing in some way to the bean attributes to
perform a comparision.
Moiristo ha escrito:
> > Hi all, I'm new in JSF and I'm making my first test applications.
> > As you can see below, I have a bean named personBean who has an
[quoted text clipped - 7 lines]
>
> Maybe you can use the 'rendered' attribute?
Danno - 26 Jun 2006 18:25 GMT
> How? What I need, is accessing in some way to the bean attributes to
> perform a comparision.
[quoted text clipped - 12 lines]
> >
> > Maybe you can use the 'rendered' attribute?
<h:inputText id="edad" value="#{personBean.edad}"
rendered="#{personBean.masDe18}"/>