| Author |
Regarding xml Data
|
yekkala krishna
Ranch Hand
Joined: Mar 04, 2007
Posts: 105
|
|
Hi,
i am able to extract contractname and filename from xml using DOM parser.After that i am putting this information in Hashtable.but i am not able to pick up corresponding filename (specifes list of devices in a dropdown list) for a specific contract name in jsp.could you please suggest what can i do for this issue?
regards,
rama krishna.y
|
 |
Pawan Kr Gupta
Greenhorn
Joined: Nov 21, 2010
Posts: 26
|
|
|
Please write down your code also.
|
 |
Pawan Kr Gupta
Greenhorn
Joined: Nov 21, 2010
Posts: 26
|
|
Pawan Kr Gupta wrote:Please write down your code also.
|
 |
yekkala krishna
Ranch Hand
Joined: Mar 04, 2007
Posts: 105
|
|
Hi Pawan,
Following is my code here. In my jsp after clicking GetDevices button proper device needs to be mapped to particular file name in the xml.
could you please give any idea how to do this?
Thanks in advacne.
regards,
rama
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
Since your question was about XML, we were expecting to see XML handling code you have so far. Instead you show us a bunch of totally irrelevant presentation code.
What have you done so far with XML?
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Regarding xml Data
|
|
|