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 am using JSTL to get populate the book list to select box.
In my action class i am setting selected book name to session on submitting the form. My success page of the action is also the same input page. So I am expecting the selected book name to be selected in the drop box.
so i added the line to option tag.
But the value is not selected as expected. Please let me know if I am making any thing wrong here.
Bhoomika Bathla
Ranch Hand
Joined: Nov 28, 2009
Posts: 39
posted
0
Hi,
Try changing the line number four of your jsp to following : -
yes i checked the source code it is showing one of the option as selected, which i select and if you are not able to get the result try printing the value of "sessionScope.selectedState".
Bhoomika Bathla wrote:yes i checked the source code...
But you're not the one who needs to do the checking. The first step the OP should take is to check the generated HTML.
Eshwar Prasad
Ranch Hand
Joined: Mar 21, 2008
Posts: 191
posted
0
Thanks Bhoomika.
@Bear- I checked the generated HTML. As the value was getting printed when not placed inside the option tag, i was confused about the syntax usage. Any ways thanks for all help.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.