Erica Barbato

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

Recent posts by Erica Barbato

Bear Bibeault wrote:During the execution of a single page.



hi, thank you for your reply, but it is still not clear to me...
I have a jsp where I can perform multiple request (so every request will reload the same jsp with a different status) if I set an attribute in the Pagecontext will this attribute be available across all the requests in the same jsp?
16 years ago
JSP
Hi All, I have this doubt about the PageContext attribute duration (unfortunately I can't do tests since my laptop is broken and I am currently using a very slow eee ): how long will the Pagecontext's attributes last? as long as the jsp-translated-servlet instance?

thanks,
erica
16 years ago
JSP

Sachin Kumar wrote:Erica,
Congrats !!! what is passing score printed on your score sheet in SCDJWS 5 exam?(Hope its not beta)



Sachin, I passed scwcd and now I am preparing scdjws :-D
17 years ago
Hi Guys, since the new SCDJWS is not yet available in all the countries (for example is not available in italy), I was wondering if the old SCDJWS will be discontinued. In this case the voucher for the old version should become automatically valid for the new exam
thanks for the info
erica
I also used enthurware software for test preparation, and in my opinion the real exam is easier
good luck,
erica
17 years ago
Hi guys, just for the records , I obtained the SCWCD 5 the last 3rd of february.

For the preparation I used:
Head First Servlet and JSP (first edition)
Javaranch faq, links, and forum
enthurware JWebPlus V5 for the mocks

I've already bought the scbcd voucher, since there was an interesting discount the last month in italy, but I just discovered the SCDJWS 5, and now I am very tempted to do it first....
17 years ago
Hi, Collections.sort needs a List as parameter,but you are using a Set
[ January 20, 2008: Message edited by: erishine ]