jsf problems

<h:selectOneMenu value="#{transaction.tranType}">

<f:selectItem itemValue="" itemLabel="" />

<f:selectItem itemValue="red" itemLabel="RED" />

<f:selectItem itemValue="black" itemLabel="WHITE" />

<f:selectItem itemValue="white" itemLabel="BLACK" />

</h:selectOneMenu>

<h:commandButton action="red" value="#{common.select}" />

I would like to be able to have in the action "#{transaction.tranType}" instead of red .... so i would know in my faces-config.xml where to go

any help will be great

thank you

[606 byte] By [bfa0210a] at [2007-11-26 16:52:48]
# 1
Cross post: http://forum.java.sun.com/thread.jspa?threadID=5131140&messageID=9471445#9471445
zadoka at 2007-7-8 23:20:30 > top of Java-index,Java Essentials,Java Programming...