| Author |
adding 'option' into 'select'...
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
How is this way of adding options into select (dropdown list)? I think, this can't not be called 'no scriptlet' code. We have just changed the position of code (moved code in script from scriptlet). I don't think, a good idea. What's your opinion? Thanks.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
I agree. Why use scritplet code to create JavaScript that will populate the options on the client when you can just populate the options directly on the server?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: adding 'option' into 'select'...
|
|
|