[java ee programming] Lab 4006 - help

2009-10-23 Thread derezone
can someone help me my output is as follows: the last line has the title but no data response.jsp Page Hello, derez lusk Richard Montreal QC H3J 9R9 no home phone specified Mikita Chicago IL 65982 (320)876-978

[java ee programming] Re: 4006- homework

2009-10-22 Thread derezone
on() On Oct 21, 9:37 pm, derezone wrote: > I am not receiving the  static  first name , last name ,  can someone > direct me in the right direction > > Person.java > package org.me.hello; > > public class Person > { >     public Name

[java ee programming] 4006- homework

2009-10-21 Thread derezone
I am not receiving the static first name , last name , can someone direct me in the right direction Person.java package org.me.hello; public class Person { public Name name; public Person(String firstName, String lastName) { name = new Na

[java ee programming] Lab 4004

2009-10-12 Thread derezone
Hi Can someone point me in the right direction ? Once the name is entered the response.jsp executes the following code since the "mybean" has the value that was entered , can I save this in a string variable and pass it back to the index.jsp ? syntax for this or can I use getProperty f

[java ee programming] LAB 4005

2009-10-07 Thread derezone
For this homework • Add another event handler Java source file called MyOwnEventListener that implements Http Session Attribute Listener. the code is as follows: public void attributeAdded(HttpSessionBindingEvent se) { servletContext.log("attributeAdded() method is invoked");

[java ee programming] Re: LAB 4005_servlet_adv_zip

2009-10-05 Thread derezone
Hello everyone I have resolved the issue Apparently the zipped file's components were read only, so I changed the FOLDER's property by unchecking the read only box and apply to all subfolders and files Thanks for all of the suggestions On Oct 4, 5:28 pm, derezone wrote: > In

Re: Odp: [java ee programming] LAB 4005_servlet_adv_zip

2009-10-05 Thread derezone
Thanks but I have resolved the issue the entire folder was read only On Oct 5, 1:27 am, Rafał Laczek wrote: > Please just copy this project under different name e.g Hello2a > It should help. > > Best regards, > Rafał Laczek > > Dnia 5-10-2009 o godz. 0:28 derezone nap

[java ee programming] LAB 4005_servlet_adv_zip

2009-10-04 Thread derezone
In NETBEANS IDE 6.7.1 I can not open the project correctly for HELLO2. The message I get is servletadv/samples/hello2/nbproject/private/private.properties (access is denied) the error is in the private.properties files as it is pointing to a library that is not on my computer I opened the pri

[java ee programming] lab-4003 cont

2009-09-20 Thread derezone
The 2nd part of the instructionsThe index.jsp forwards the request to another JSP file called middle.jsp. Before forwarding, it should add another String type parameter called myparameter with value "Passion!" to the request object. The middle.jsp then includes the response.jsp. The re

[java ee programming] lab-4003

2009-09-18 Thread derezone
For the Homework In modifying the Hello1 project after doing the first step which says Modify index.jsp and response.jsp to display another item The next step I have to add a JSP, adding another parm - how do I pass the parms to the response.jsp so that it will recognize them --~--~-~

[java ee programming] Re: Lab. 4011 - homework

2009-09-04 Thread derezone
Uncomment this statement (possible line 80) assertEquals(expResult, result); On Sep 4, 8:58 am, "Rafa%u0142 Laczek" wrote: > Hi Colleagues, > > In NameHandler.java I have following method: > public int compareTwoNamesIgnoringCase(String name1, String name2){ >         return result= name1.com

[java ee programming] Week 1 HTML

2009-09-02 Thread derezone
I have some educational experience with JAVA basically using JoptionPane , will there be further clarifacation on the HTML, coding and other pieces to do a complete build ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G