Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
JSF
Getting Setter Method to Fire
Steve Dyke
Ranch Hand
Posts: 2159
2
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In my
JSF
I have the following code but it never sets the value in the class. I have several other controls in the JSF that set values in the class ok it is only check boxes I can't get to work.
<TR> <TD width="156">Change Affects</TD> <TD width="413"><h:selectManyCheckbox disabledClass="selectManyCheckbox_Disabled" styleClass="selectManyCheckbox" id="checkbox1" layout="pageDirection"> <f:selectItem itemValue="List of Materials" itemLabel="List of Materials" value="#{writerDataBean.changeaffects1}" /> <f:selectItem itemValue="Field of Drawing" itemLabel="Field of Drawing" value="#{writerDataBean.changeaffects2}" /> <f:selectItem itemValue="Dwg Notes" itemLabel="Dwg Notes" value="#{writerDataBean.changeaffects3}" /> <f:selectItem itemValue="Purch Parts" itemLabel="Purch Parts" value="#{writerDataBean.changeaffects4}" /> <f:selectItem itemValue="Fab Parts" itemLabel="Fab Parts" value="#{writerDataBean.changeaffects5}" /> <f:selectItem itemValue="Fab Parts" itemLabel="Fab Parts" value="#{writerDataBean.changeaffects6}" /> <f:selectItem itemValue="Cycle_Abuse Test" itemLabel="Cycle_Abuse Test" value="#{writerDataBean.changeaffects7}" /> </h:selectManyCheckbox></TD> <TD width="413"></TD> </TR>
Tak Ng
Greenhorn
Posts: 19
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Can you post the code of your class?
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
can anybody help ??
onclick event of command button change the state of radio button but onchange doe not
problem getting the values of a HtmlSelectManyCheckbox
Problem using valueChangeListener and onchange
JSF - Missing source code using templating and composition
More...