Javier A. Quintero

Greenhorn
+ Follow
since Dec 17, 2002
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 Javier A. Quintero

carl chan wrote:
-------------------------------------------------
My question is that how can I call my javabean(id=form)'s get and set methods in my CreateFormAction.class???
-------------------------------------------------

When the request gets serviced (all output is sent to the user) the request object is destroied by the Container.
Then, when the user submitts the HTML form and you get your CreateFormAction.class called by the ControllerServlet,
you get a new request object, which does not contain any form object as attribute. You have to create and populate one
from the request's parameters.
Hi Paul and Joshep,
How was the preparation for this book?
I mean, Did you do some surveys? interviews? got conttact with Sun guys? went through sorums?
ow was the development of this book?
Thanks in advance,
When I tried to see the example chapter(PDF format) Acrobat Reader 4.0 shows an error message "There was an error opening this document. This viewer cannot decript this document".
Hi, I have another question: What is the procedure for giving the books? By number of post? By drawing?
Javier
SCJP2
Hi, nice to see a new book in this topic. I am planning the examination for the next 3 months and I am very short of money. My question: For a medium experienced JSP/Servlet developer this book is far enough? Or I have to spend in another book? It seems to me 59 question too short for a serious preparation, Isn't it?
Thanks,
Javier
SCJP2