[java ee programming] Completed homeworks. Send email with name?

2009-06-19 Thread Pons
I finished the last homework today. I believe I have completed all homeworks (including one extra that I didn't notice had no date). This last one was challenging and this was a good course - I have never worked with Spring nor Hibernate and I found it interesting. I like this course because you a

[java ee programming] Re: Spring MVC

2009-06-19 Thread Pons
Maybe your server is not always completely finished starting up for the others? If any uses database, maybe the database is not started and connected? On Jun 17, 4:15 pm, JoshLucas wrote: > I am trying to do the lab. Sometimes when I try to run the projects, I > get this error > > HTTP Status 5

[java ee programming] Re: disable text box

2009-05-25 Thread Pons
I think your disabled set line should have one equal sign instead of 2? document.f_update.remakrs_1.disabled=true; two equal signs are used for "if" conditions. On May 24, 2:36 pm, priya pratheep wrote: > Hi friends > > I want to disable my text box using java script. > > Here "a" is the line n

[java ee programming] Re: 4125-converter Homework

2009-05-24 Thread Pons
I don't have that listed as a homework requirement. We are only supposed to do the homeworks listed at the top with dates. I know that many of the intermediate labs have them but they are not required. On May 21, 2:08 pm, Erdem Bozbağ wrote: > I couldnt manage  getAsString() method whatever I tr

[java ee programming] Re: Question on homework 16

2009-05-24 Thread Pons
The way I did it may be different than others but basically I did the following: (1) My Person.jsp displays a table of the person table elements : id, first name and last name, and the last column is a hyperlink to my DeleteServlet which passes in the ID of the person for that row. (2) My DeleteS

[java ee programming] Re: Regarding Spring-Hibernate Lab Projects.

2009-05-22 Thread Pons
I got that every so often but only when i am doing the homework and use a copy of one of the current items and replace the code with my own. I have had to ensure that my libraries were fine, that my database server was started and that the database connection was established (if you did not create

[java ee programming] LAB4320 Employee Table Primary Key name mismatch

2009-05-10 Thread Pons
I just wanted to note that LAB4320 Employee Table's Primary Key in "Exercise 4: Build and run "JavaSEApp" sample application" does not match the names in employee.java and so there is an when running. I changed the table primary key to "ID" --~--~-~--~~~---~--~~ Yo

[java ee programming] Caught OgnlException while setting property 'username' on type 'org.apache.struts2.dispatcher.ServletActionRedirectResult'. ognl.NoSuchPropertyException

2009-05-03 Thread Pons
I am running LAB4221 struts2 and my JSP results are fine however the server log is showing the messages below based on my passing the param in the action as property of username. My understanding from reading everything on the internet that this is still just a warning message, correct, that has r

[java ee programming] Re: Homework - LAB-4221

2009-05-03 Thread Pons
I created two pages - one to match the initial index and the other to match the initial response.jsp. However although my param seems to be passing fine, the server is logging a warning. I just sent in a post on that. I assumed the purpose was to use redirection to practice struts 2 labs. On Apr

[java ee programming] Re: [Fwd: Free JavaOne Conference registration for all students!]

2009-05-02 Thread Pons
It would be nice to get reduced rates or free for those of us unemployed ... Maybe some day? On Apr 16, 6:17 pm, Sang Shin wrote: > Just like last year, JavaOne is free for full-time students. > -Sang Shin > Original Message Subject:Free JavaOne Conference > registration for al