RE: Itrator tag returns java.util.Hashtable$Entry, how to get value out of it.

2001-08-31 Thread Manish Pandya
: [EMAIL PROTECTED] Subject: RE: Itrator tag returns java.util.Hashtable$Entry, how to get value out of it. Manish, should work. I then use myid.getValue() in a scriptlet... but you might be able to use bean operations on it... --min > -Original Message- > From:

Itrator tag returns java.util.Hashtable$Entry, how to get value out of it.

2001-08-31 Thread Manish Pandya
Hello All, I am iterating a java.util.Hashtable using the struts iterator tag. the id="myelement" generates a bean myelement of type: java.util.Hashtable$Entry. As this class has private constructors, there is no way for me to cast it form Object to java.util.Hashtable$Entry. so I can't access

RE: cannot find the datasource in struts?

2001-08-21 Thread Manish Pandya
findForward("success")); } } // end TestAction HTH, -Brad -Original Message- From: Manish Pandya [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: cannot find the datasource in struts? a newbie in using struts... kindly let me kno

cannot find the datasource in struts?

2001-08-20 Thread Manish Pandya
a newbie in using struts... kindly let me know what i should be doing to define a datasource.. i have the struts-config.xml file where i defined the datasource parameters... and now i m trying to run the example provided in the struts but it is throwing error javax.sql.DataSource not found...