|
hi,
checkbox with multibox typically uses 2 collections. an outer
collection over which u iterate., which is the superset of all the
required records u need to display...
another collection is needed by the multibox tag... which is the set
of all records u need to get selected on the page load..
when these both collections are equal , means to say that all ur
checkboxes are checked ..
check it out...
--nagi
-------Original Message-------
Date: Monday, July 28,
2003 02:38:12 PM
Subject: Multiboxes
getting selected by default
Hi All,
I'm showing a list of objects which have
checkboxes at the end so that a record can be selected for modification
or deletion. I'm using multiboxes for this purpose and i'm including
the record's id(primary key) as the value for the multibox.
My
problem is that when the page is rendered, all the records are getting
selected by default. What could be the reason for this situation?? Any
help is appreciated.
Regards,
Pradeep
Bhargav
=====
pradeepbhargav JCE CIVIL GROUP MatrixOne
India Scandent Group [EMAIL PROTECTED]
__________________________________ Do
you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design
software http://sitebuilder.yahoo.com
--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]
. |