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

[607 byte] By [bfa0210a] at [2007-11-26 16:52:20]
# 1
Cross Post !
zadoka at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 2
**** you zadok, I was looking for this thread to point out the cross post!
Djaunla at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 3
> **** you zadok, I was looking for this thread to> point out the cross post!Djaunl,you know that you can just click on his user name and it will display he other posts, right?
zadoka at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 4
guys i know i posted twice any help
bfa0210a at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 5
> guys i know i posted twice any helpCross-posting is a reason not to help someone.Did you read this? http://catb.org/esr/faqs/smart-questions.html
zadoka at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 6
> Djaunl,> > you know that you can just click on his user name and> it will display he other posts, right?That's WAY too easy.
Djaunla at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...
# 7
@OP: trying posting on the [url= http://forum.java.sun.com/forum.jspa?forumID=427]JSF forum[/url].
DrLaszloJamfa at 2007-7-8 23:20:01 > top of Java-index,Java Essentials,New To Java...