|
Hello! I’m trying to replicate an existing user
interface with JSF. One of the UI motifs I have to recreate is a select drop
down that effectively acts like a submit button. In JSF terms, what I need is
a SelectOneMenu component that takes an action="" attribute
and fires off an action event as soon as the user changes the select’s
value. I can’t use a value change listener, as I need this event to fire
after the update model values phase. Any suggestions would be welcomed. Thanks in advance,
|
- Generating action events from a SelectOneMenu Peltier, Tara
- Re: Generating action events from a SelectOneMenu Bruno Aranda

