Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
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
Devaka Cooray
Ron McLeod
Paul Clapham
Liutauras Vilda
Sheriffs:
paul wheaton
Jeanne Boyarsky
Tim Cooke
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Bartenders:
Forum:
Struts
getting the index no of the radio button in layout collections
Uthaya Prakash
Greenhorn
Posts: 4
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi friends,
I'm getting the values and populating the values from javabean. i'm using the radio button along with collection. how to get the index of the selected radio button. Help needed quick please....
FYI:
The code goes like....
<table width="100%" border="5">
<layout ager maxPageItems="5" >
<layout:collection name="A" styleClass="FORM"
selectType="radio" selectProperty="pass" styleClass2="gr_td_left2">
<layout:collectionItem title="LoginName" property="name" sortable="true"/>
<layout:collectionItem title="Password" property="pass" />
</layout:collection>
</layout ager>
</table>
Thanks in advance
Ben Souther
Sheriff
Posts: 13411
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What technology are you using?
<layout.../> isn't part of
JSP
or JSTL.
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
Uthaya Prakash
Greenhorn
Posts: 4
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I'm using the
struts
Whatever you say buddy! And I believe this tiny ad too:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
problem related to struts layout:pager
tables, bean representing values over time, how to?
layout:collection tag question
how can I select a row in the table
getting the indexno of radio button from layout collections
More...