AnishK George

Greenhorn
+ Follow
since Mar 12, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by AnishK George

Can you please post some more part of the exception stack trace, normally below this, there will be a block sayin what all are the elements it is expecting.

Thanks and Regards,
Anish K George
17 years ago
Hi Biju,

If you give method='GET' url parameters will never be passed to server.
If you give method='POST' url parameter as well as the field values should be passed to the server. Please take the view source and see whether the hidden box is having some some value. Also please check whther the hidden field is inside the <form> tag.

Thanx and regards,
Anish K George
19 years ago
Hi shanon,

If you are going to stand in the page itself, you can just declare a javascript array variable globally(not inside any function), and keep adding to the button values to the array.

If you are submitting the page each time, then you will have to either keep a static list or session variable somewhere. Or one more way is you can just store the previously selected button values as hidden text boxes in the screen each time. So you can keep adding to that.

Thanx and Regards,
Anish K George
19 years ago
Hi Ann,

Please see whether this link is useful for you.

http://sourceforge.net/projects/javainetlocator/

Thanx and Regards,
Anish K George
19 years ago
Hi Biju

Can you please post the html code?

Also which part of this code is returning null for you?

Thanx and Regards,
Ansh K George
19 years ago