| Author |
Passing param into h:selectOneMenu
|
Hatem Alimam
Ranch Hand
Joined: Dec 14, 2008
Posts: 30
|
|
Hello ranchers,
my issue is that i have a select one menu component that takes its selectItems list from
a method in the backing bean, but i was wondering how can i pass a parameter to that
method through JSF.
the final would look something like this:
in jsf page
in the backing bean
am not sure if this the right logic to solve such an issue,
many thanks...
|
SCJP 5.0, SCWCD 1.4, SCBCD 3.0 with 100 score
|
 |
Jose Damian Munguia Medina
Greenhorn
Joined: Nov 15, 2009
Posts: 1
|
|
Hatem Aliman,
I know you posted a long time ago, but i just run in to this, on jsf 2.0 you can pass attributes on EL. So you can do something like this.
on jsf
on Manage bean method
|
 |
 |
|
|
subject: Passing param into h:selectOneMenu
|
|
|