[java ee programming] Re: Homework Lab 4006 - Not sure what I'm doing wrong

2009-03-07 Thread Marcos Romeiro Hryniewicz
Warren, In this case, person is not a Vector. You don't have to use c:forEach, though. Try again, without it. I hope it helps! Cheers, Marcos --- Em sáb, 7/3/09, Warren Schembri escreveu: De: Warren Schembri Assunto: [java ee programming] Homework Lab 4006 - Not sure what I'm doing wrong Par

[java ee programming] Homework Lab 4006 - Not sure what I'm doing wrong

2009-03-07 Thread Warren Schembri
Hi All, I have created the Person/Name object. However, it is not working In Init.java, I have the following code: Person person = new Person ("Warren", "Schembri"); sce.getServletContext().setAttribute("my_person", person); In response.jsp, I have the following:

[java ee programming] Lab-1020 Version problem with the JDBCSample

2009-03-07 Thread supriya khare
Hi I have JDK6.0 installed and after downloading the lab1020 and trying to open JDBCSample I get resolve problem: Problem: The project uses the Java Platform called "JDK_1.5", but this platform was not found. I have been successfully able to work on other labs with JDK6.0. Also everywhere i

[java ee programming] Re: JSP Basics lesson - hello1 questions

2009-03-07 Thread James Boswell
Hi Cruz, In the setup for this course, the HTTP server and the application server would be on the same physical machine (your PC/laptop). Answers to your questions: 1) The 500 status code is generated by the application server. See this link for a description of HTTP status codes: http://www.w3

[java ee programming] Struts query please resolve.

2009-03-07 Thread Adeel Ahmed
I have just started work on struts can you help me that what files are used in struts how i start work on it(very easy way). i have studied the tutorial from passion site but didn't understand fully becoz there are too much files and i don't know how and when change a file and use file... plz Adee