This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a pulldown(<select></select> with the following contents Name Roll Number Date (YYYY-MM-DD) but I want to restrict the size of the pulldown to the length of "Roll Number" as follows Name Roll Number Date (YYYY-MM-DD) but "Date" & "(YYYY-MM-DD)" must be treated as a single entry I tried Date<br>(YYYY-MM-DD) but it do not work out
I just want to know is there any body call my bean's Getter and Setter methods with "Please" in front - My favorite quip from Bugzilla
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted
0
hi Anoop, i don't think we can do anything like that. btw, i have never seen select object for non-matching items. you have Name, Roll Number etc which are non-matching. i have usually used select object for list of values for a particular item. e.g. list of names , list of roll numbers... i wonder why do you need a selection list for such heterogenous items?? if there arent many entries in the selection list then you better use checkboxes... thanks maulin.