| Author |
Multiple Selection Drop Down in Struts
|
sandeep_saluja
Greenhorn
Joined: Jul 16, 2002
Posts: 7
|
|
Hi Is there a way to get both ID and Value of Multiple Selection Drop Down in Struts1.1. Thanks Sandeep
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Moving to the struts forum since this is a struts question.
|
 |
Srikanth Shenoy
author
Ranch Hand
Joined: Jan 24, 2004
Posts: 184
|
|
This has got nothing to do with Struts. The HTTP protocol states that only ID be returned in a drop down (single or multiple) If you want both to be returned, you have to append both and make it the ID during display and then split them on the server side on submission. -Srikanth Author: Struts Survival Guide - Basics to Best Practices
|
Srikanth Shenoy
Author of Struts Survival Guide : Basics to Best Practices
|
 |
 |
|
|
subject: Multiple Selection Drop Down in Struts
|
|
|