Amtul Schwab,

Greenhorn
+ Follow
since Dec 07, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Amtul Schwab,

Hi Mr.Moderator!
I think you must try to answer my question...if you have got time to see this thread!
19 years ago
hi..
i am using java mail api to get list of mails in my outlook..
But i need to display the messages only of current date..i.e. todays emails' list to be displayed..
DO we have any method in java mail api that can retrieve surrent date's mails?
Thanx in advance...
19 years ago
Hello again..
in my application a jsp dispplays data stored in the form of beans..I have also use the java mail api..
the problem is that the getFrom() method of java mail api retrieves the name and email address of sender..which i stored in a bean's from property..in jsp when i retrieve this property only the name of sender is displayed and no mail address..although i saw the mail address in the source code of jsp.
Help needed..
19 years ago
JSP
Thanx to u all..
well Gill i was really in much need of help at the time when i post here..

Thanx again..my problem is solved...
19 years ago
JSP
hi frendz..
I wana know how can i pass an array that is made in javascript..i.e i am calling a javascript method on submission of a jsp in which i made an array containing some values.Now i want to send this array to controller servlet.
Plz help asap.
19 years ago
JSP
hi..
can i access the jaav bean fields in a servlet?
I am making an application that have one bean,2 servlet n 2 jsps..
the architecture goes like this:
JSP calls sevlet which makes beans and forward them to another JSP.
On this second jsp the user selects the data to be store in db and click save button..now when this save button is clicked JSP transfer control to another servlet which have to save data in db.
Now the problem is that i do not know how to get the data that was shown in jsp via bean's getProperty method.
plz help.
19 years ago
ok thanx Arun i got it solved..
but now i want to call the servlet from jsp..infact forward control to servlet but it says no servlet class found..i have kept jsp in jsp foleder while servlet n bean are in testbean packge.
pzl help
19 years ago
hmm no solution till yet!
Arun i am not getting u..pls elaborate ur answer..
and also tell me where my bean gone?
although it is in packcge but why servlet does not get it?
19 years ago
Thanx Arun...
now i have changed the over all class' layout..
I have put servlet in
Tomcat 4\webpapps\examples\web-inf\classes\MyServlet.java
and the bean iin
Tomcat 4\webpapps\examples\web-inf\classes\Bean\MyBean.class and MyBean.java both are here.

no other changes in classpath..i think tomcat 4 sets its classpath by default so nothing added in autoexec.bat by me.

Still i am getting same error..
plz help..
19 years ago
hi guys...
i m making a simple application which consists of a bean,servlet and jsp.
i have make bean objects in servlet class and my first jsp calls that servlet just to initiate the servlet then the servlet will make beans and forward htem to another jsp.Thats all abt it.
Now the problem is that when i tries to compile servlet it fails and he error says that "can not resolve symbol" ...on MyBean.
this means servlet cant find the bean class.
I have make a test folder in c drive and he hierarchy is as follows:
C:\test\WEB-INF\classes\test\
in this test folder in classes folder i have placed
MyServlet.java and MyBean.java and MyBean.class

I dont know wat the problem is..
plz help me asap..
thanx
19 years ago