Hi to all!
i have this code:
<h:selectOneMenu id="calendar"
value="#{scheduleexampleHandler.scheduleSelect}" >
<f:selectItem
itemValue="#{scheduleexampleHandler.scheduleItems}" itemLabel="d" />
</h:selectOneMenu>
every thing is fine here, so what i want is when i submit the form the value
selected go to something like this:
value="#{registerSchedule.newSchedule.calendar}" i want the value select go
to other bean!
Is that possible? how?
Tks for all.
--
View this message in context:
http://www.nabble.com/selectOneMenu-submit-tf4262736.html#a12131040
Sent from the My Faces - Dev mailing list archive at Nabble.com.