Re: [java ee programming] Re: Homework 4001

2010-03-08 Thread Adrian Militaru
I made this to work: After you make all the lab requirements, not run the project directly (with Run command). Select Services tab/Servers/Glassfish v3 Domain/Applications/MyFirstWebApp. Right-click and select "Open in Browser". The result is now ok, and the browser displays the start page that yo

[java ee programming] Re: Homework 4001

2010-03-08 Thread Chris K
Hi I had the same experience, running same IDE and Windows version; I'm guessing it is a detail left out of the homework. Also, NetBeans defaulted to Java EE version "6 Web", but I used 5 per the instructions. I wonder if that had anything to do with it or the version of GlassFish. I simply cha

[java ee programming] Re: homework

2010-02-18 Thread miga
On Feb 18, 10:20 am, "Zofia Zagubieniak" wrote: > Hi, > > Do enyone know why homeworks emails are rejected. I'm registered on this > course Replace the last part of the email address - after the @ sign - with javapassion.com -- You received this message because you are subscribed to the Googl

[java ee programming] Re: Homework 1

2010-02-15 Thread miga
Edward, post on the forum if you want an answer. That said. Just create a new J2EE application from the samples in NetBeans (a full one as the one in the javaee tutorial). It will activate all that is needed. Then, normally you could see the web.xml file right. If not, there is something broken in

[java ee programming] Re: Homework 1

2010-02-14 Thread miga
On Feb 14, 10:49 pm, Edward wrote: > In homework 1 (http://www.javapassion.com/handsonlabs/webappstructure/ > index.html#2.3), I am trying to view jsp pages in its xml version. yet > the netbeans 6.8 looks different than the screenprint posting. Anyone > know where I can access the xml editor mo

[java ee programming] Re: Homework 4006

2009-11-16 Thread Bob Santos
can kindly explain how to do this, I will greatly appreciate it. > > Thanks > > Emmanuel > > -Original Message- > From: Bob Santos > Sent: Nov 11, 2009 10:50 AM > To: emmanuel.fan...@mindspring.com > Cc: J2EEQuestion > Subject: [java ee programming] Re: Homewo

[java ee programming] Re: Homework 4006

2009-11-11 Thread Bob Santos
Hi Emmanuel, > What are you trying to do with these lines? Are you aware that what you're doing on the first line is creating a new Person bean that has a session scope if there's no bean with "person" as its id? And you are setting all of the properties of that Person bean with nothi

[java ee programming] Re: Homework lab 4104

2009-11-04 Thread Alfredo Torres
Please remove this post. The answer was obvious instead use the getmessage event use new facesmessage. Thanks 2009/11/4 Alfredo Torres > Hi, > > Could anyone tell me how to send a custom message to the > ValidatorException something like "The minimun acceptable is 5 and maximun > 10" > > I

[java ee programming] Re: homework in Spring MVC

2009-06-17 Thread Biljana Biljana
ana Biljana Subject: [java ee programming] Re: homework in Spring MVC To: "J2EE Passion Group" Date: Tuesday, June 16, 2009, 8:46 AM But when I run springMVCSimpleFormControll project my NetBean IDE run good. --- On Tue, 6/16/09, Biljana Biljana wrote: From: Biljana Biljana Subject:

[java ee programming] Re: homework in Spring MVC

2009-06-16 Thread Biljana Biljana
But when I run springMVCSimpleFormControll project my NetBean IDE run good. --- On Tue, 6/16/09, Biljana Biljana wrote: From: Biljana Biljana Subject: [java ee programming] homework in Spring MVC To: "J2EE Passion Group" Date: Tuesday, June 16, 2009, 8:00 AM Hello!   I rewrite hello1

[java ee programming] Re: Homework in LAB-3516

2009-05-25 Thread madhavi g
Please unsubscribe me. On Mon, May 25, 2009 at 6:31 AM, Biljana Biljana wrote: > Hello! > Only solution I have is to remove added libraries: Hibernet, and JavaDB , > then I will said that I done those removals, in cover letter with my > homework. Is it possible to do something like that? > Is th

[java ee programming] Re: Homework in LAB-3516

2009-05-25 Thread Sang Shin
Biljana Biljana wrote: > Hello! > Only solution I have is to remove added libraries: Hibernet, and JavaDB > , then I will said that I done those removals, in cover letter with my > homework. Is it possible to do something like that? > Is that homework valid? > Yes. > Regards, > Biljana >

[java ee programming] Re: Homework in LAB-3516

2009-05-25 Thread Biljana Biljana
Hello! Only solution I have is to remove added libraries: Hibernet, and JavaDB , then I will said that I done those removals, in cover letter  with my homework. Is it possible to do something like that? Is that homework valid?   Regards, Biljana   --- On Sun, 5/24/09, Sang Shin wrote: From:

[java ee programming] Re: Homework in LAB-3516

2009-05-24 Thread Sang Shin
Biljana Biljana wrote: > Hello everyone! > > I have problem , in 20th homework it is said that we sent two zipped > programs in one message, to me that is impossible, because my yahoo, > allowed to me to sent message with attached files of 10MB, but one > Hiberanate project is ,zipped, 8010K

[java ee programming] Re: Homework Lab 3405 - EJB 3.0 Enterprise Beans

2009-05-21 Thread Rabin Aryal
Hey Cruz, addNumber(int x, int y) is expecting int parameters. so you can do out.println("Returned addition of "5" + "10" int from Session bean is " + myOwnEJB30SessionBean.addNumber(5, 10) + ""); Hope it helped... Rabin On May 20, 3:05 pm, cruzc wrote: > Hello everybody. > > I am trying to

[java ee programming] Re: Homework in lab 4203

2009-05-16 Thread Konstantyn Harasevich
Hi DELETE p FROM Person p WHERE p.id = ' " +id+ " ' ; Regards - Original Message - From: Biljana Biljana To: J2EE Passion Group Sent: Friday, May 15, 2009 9:44 PM Subject: [java ee programming] Homework in lab 4203 This is my error message when I try to delete on

[java ee programming] Re: Homework in lab 4203

2009-05-15 Thread Hardeesh Kapula
check if the variable 'ID' used in the query Delete from Person p where ID = 39 is correct From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Biljana Biljana Sent: Frida

[java ee programming] Re: Homework in Lab 4320

2009-05-15 Thread Konstantyn Harasevich
Hi At first need to create confirm delete servlet were dada will be exposed , When click on delete redirect to updatedelete servlet that take data from database with id to selected person "getCustomer(idCustomer) ".Than tis servlet will redirect to confirm delete and after confirm redirect to

[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: Homework #4018

2009-03-24 Thread Karl
hmmm, well I guess that may be so. Oh well, a little more work from me, What doesn't kill you makes you stronger. But the instructions clearly said ... Passion. --- On Tue, 3/24/09, fredrik wrote: > From: fredrik > Subject: [java ee programming] Re: Homework #4018 > To:

[java ee programming] Re: Homework #4018

2009-03-24 Thread fredrik
If you interpret "xyz" as "just any username", then I guess you need a separate login page (and perhaps two different error pages?). How else should you get to the error page from the failed login? [There is probably some way, and it would be interersting to know.] However, if you follow what we

[java ee programming] Re: Homework #4018

2009-03-22 Thread Supriya Khare
I agree, that the instruction for this homework assignment was not quite clear. . I also figured out the same way, that as we are providing custom error page, it needs to be form based security, and we need to provide custom login page for it to work. On Sat, Mar 21, 2009 at 12:03 AM, Karl wrot

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

2009-03-11 Thread Vinod Rawat
...@googlegroups.com] On Behalf Of Warren Schembri Sent: Monday, March 09, 2009 4:29 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Re: Homework Lab 4006 - Not sure what I'm doing wrong Thanks to all the responses. I have it working now On Sun, Mar 8, 20

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

2009-03-08 Thread Warren Schembri
Thanks to all the responses. I have it working now On Sun, Mar 8, 2009 at 2:38 PM, Biljana Biljana wrote: > You have to have create funciton in class funcio, you call this funcion > in Init. java, where you crete Vector person to this one you add you example > firstName, and lastName, vector pe

[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] Re: homework Expression Language

2009-02-11 Thread Evans '
Please STOP wasting people's time and tell us what error message you got. *I am bit struggling with this* doesn't tell us anything. Bloody use your head and post error message with explanation of what you you were expecting. -- Evans http://www.javawug.org Date: Tue, 10 Feb 2009 17:46:36 -050

[java ee programming] Re: Homework 3 JSP basics

2009-02-06 Thread Rajiv Jha
Hi Harmeet , Use 'action' in your form tag . Also you need to define servlets mappings in web.xml if you are submitting to servlets. Hope this helps :-) - Original Message - From: Harmeet To: Java EE (J2EE) Programming with Passion! Sent: Friday, February 06, 2009 3:45 AM

[java ee programming] Re: Homework 4209_strutsadv.zip - Not activated

2009-01-19 Thread kaouther mechri
hello Sang, I've never attend this training, could you please explain me how to do to attend and what I need to be installed, In fact I've never used J2EE. I've programmed with java language. Many thanks in advance best regards, Kaouther On Sun, Jan 18, 2009 at 10:40 AM, hassan abu rassa < hassan_

[java ee programming] Re: Homework 4209_strutsadv.zip - Not activated

2009-01-18 Thread hassan abu rassa
yes i want upload the file Date: Fri, 16 Jan 2009 05:26:50 +0530From: raj31_saw...@yahoo.comsubject: [java ee programming] Homework 4209_strutsadv.zip - Not activatedTo: java-ee-j2ee-programming-with-passion@googlegroups.com Hello Sang, I am unable to get home work zip file called "Homew

[java ee programming] Re: Homework 4209_strutsadv.zip - Not activated

2009-01-16 Thread Sang Shin
rajesh sawant wrote: > Hello Sang, > > I am unable to get home work zip file called "Homework > 4209_strutsadv.zip" for Struts Advanced topic. > Please let me know, You are going to upload this file Or it has been > cancelled from syllabus of J2EE Programming. It is not ready and is not part

[java ee programming] Re: (homework #19) 3514_HibernateBasics.zip Ex. 4, steps (4.1) & (4.3)

2008-12-08 Thread Sang Shin
Derlon Aliendres wrote: > Hi Sang, > > Where are projects 'HibernateEventOnSaveOrUpdate' and > 'HibernateEventOnLifecycleOperations'?! > Thnx, > > Ice-Man Looks like the web online document has not been updated. (It is updated now.) The exercise is moved to different lab http://www.j

[java ee programming] Re: (homework #19) 3514_HibernateBasics.zip Ex. 4, steps (4.1) & (4.3)

2008-12-08 Thread Derlon Aliendres
Hi Sang, Where are projects 'HibernateEventOnSaveOrUpdate' and 'HibernateEventOnLifecycleOperations'?! Thnx, Ice-Man --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" g

[java ee programming] Re: Homework #22

2008-11-30 Thread Sunshine
I added the construct-arg to the bean id I also modified the StandardOutMessageRender to call the greetingProvider On Nov 29, 4:39 pm, "CRAIG MCKEEMAN" <[EMAIL PROTECTED]> wrote: > Hi > > From my understanding the render bean has a property that is a > MessageProvider class. The GreetingProvider

[java ee programming] Re: Homework #22

2008-11-29 Thread CRAIG MCKEEMAN
Hi >From my understanding the render bean has a property that is a MessageProvider class. The GreetingProvider is an interface however the HelloWorldMessageProvider is a MessageProvider class. Changing the to worked for me Cheers Craig -Original Message- From: java-ee-j2ee-programmin

[java ee programming] Re: Homework #9 -

2008-08-31 Thread Rick
I figured this out. I needed to re-deploy the web app. Undeploy by drilling down to the web app under the Services Tab. right click on: Serviices/Servers/GlassFish V2/Applications/Web Applications/ JSPExamples On Aug 25, 5:49 pm, Sunshine <[EMAIL PROTECTED]> wrote: > You code c:set ... sets th

[java ee programming] Re: Homework #9 -

2008-08-31 Thread Rick
I figured this one out. I needed to redeploy the web app. right click on the JSPExamples and select undeploy. Re-run the web app normally. Services/Servers/GlassFish v2/Applications/Web Applications/ JSPExamples. On Aug 25, 5:49 pm, Sunshine <[EMAIL PROTECTED]> wrote: > You code c:set ... sets t

[java ee programming] Re: Homework 5-Advanced Servlets

2008-08-29 Thread Rick Fencl
You are not removing the attribute from the session. You are invalidating the session, which deletes the session. Go back and look at the example again. > Date: Thu, 28 Aug 2008 04:25:35 -0700 > Subject: [java ee programming] Homework 5-Advanced Servlets > From: [EMAIL PROTECTED] > To: java-ee-j

[java ee programming] Re: Homework 5-Advanced Servlets

2008-08-28 Thread vithya
Thanks Rick but even after i put the session.removeAttribute("name") I still get the same exception Do u have any other suggestons? Regards Vithya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Prog