[java ee programming] Re: LAB 4005

2009-11-11 Thread Alfredo Torres
g("attributeReplaced() method is > > invoked"); > > > >} > > > > Now the question is : how do I invoke these methods?? Do I need to > > change something in the web pages > > or any extra code in the greeting or response java ? ? > > I hav

[java ee programming] Re: contuining with my lab 4008 question

2009-11-10 Thread Alfredo Torres
e in the products.jsp generated the following wrong: > > This is the item: ${name} > HERE netbeans generated the wrong: expresion language not allowed in a > template text body > > thanks a lot > > > > -- Saludos Alfr

[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

[java ee programming] Re: mistake of work home struts 2

2009-11-04 Thread Alfredo Torres
Mr. Shing move Struts2 training to an advanced course, So Strut2 is not part of this course anymore. Cheers Alfredo On 3 nov, 12:40, cristiamterrera wrote: > This work is disappeared of the page : > > # Struts 2 > >     * Struts 2 Basics (2 hour lecture + 1 hour lab) - (Nov. 28th, > 2009) (home

[java ee programming] Homework lab 4104

2009-11-04 Thread Alfredo Torres
throw new ValidatorException("Minimun is {0} and Maximun is {1}",{userBean.minimun,userBean.maximun}); Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed

[java ee programming] Struts 2

2009-11-03 Thread Alfredo Torres
Hi, Hi, I am trying to continue with the course but when i try the link in Struts 2 Basics nothing happen, Is there a prbolem with the link or i have to continue until is something fixed?? Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599

[java ee programming] Re: Which version of JDK/SDK is needed for running the Servlet?

2009-10-02 Thread Alfredo Torres
_ee_sdk-5_07-windows-ml) and > JDK(jdk-6u16-windows-i586),but found no help(the "javax.servlet" and > "javax.servlet.http" are missing) > > With thanks, > Arindam > > > -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-

[java ee programming] Re: Struts 2

2009-09-30 Thread Alfredo Torres
Yes!! Thanks a lot, you where all right. Cheers Alfredo 2009/9/29 Karl : > I suspect the resource you are using in web.xml for your > is stated incorrectly. I suspect it should be index.html so like this: >     >        index.html >     > > ~Karl > > --- On Tue, 9/2

[java ee programming] Struts 2

2009-09-29 Thread Alfredo Torres
servers apache or Glashfish. Any idea?? Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Pa

[java ee programming] Struts2

2009-09-21 Thread Alfredo Torres
Hi, I have read the struts2 presentaiton and hands on lab 2 times but i dont get it, i can not understand the structure, is there any other site that explain struts2 in more detail from the beggining whithout mix code?? Thanks a lot for your answer -- Saludos Alfredo Torres Hab.+58 212

[java ee programming] Re: LAb 4205

2009-09-16 Thread Alfredo Torres
Hi, I found the error as usual, The problem is: These methods have been deprecated since Struts 1.2, use ActionMessage and ActionMessages instead Source: http://forums-beta.sun.com/thread.jspa?messageID=9883787 Hope this help others Alfredo On 16 sep, 12:37, Alfredo Torres wrote: >

[java ee programming] LAb 4205

2009-09-16 Thread Alfredo Torres
project from 0 with the wizard and select struct framework it run perfect. Any idea?? Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[java ee programming] Re: JSP 2.0 Custom Tags - Homework required?

2009-09-14 Thread Alfredo Torres
t; Can any1 tell me from where should i get that ? > Thanks, > > > -- > Dhwani Patel > > > > -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed

[java ee programming] Re: Applet lesson

2009-09-11 Thread Alfredo Torres
Hi, I found a really nice and perfect tutorial for beginners like me http://java.sun.com/docs/books/tutorial/deployment/applet/index.html It is a great tutorial Hope this help someone Regards Alfredo On Sep 11, 1:49 pm, Alfredo Torres wrote: > Hi, > >   In the applets lesson, The l

[java ee programming] Applet lesson

2009-09-11 Thread Alfredo Torres
Alfredo -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to

[java ee programming] Re: LAB-4016 Build and run "bookstore4-jndi" sample application

2009-09-11 Thread Alfredo Torres
on%2Fbrowse_frm%2Fmonth%2F2007-07%3F#doc_811dc96b333000dc > > Julian Rivera Pineda > Java Helper Rover > > ____________ > From: Alfredo Torres > To: Java EE (J2EE) Programming with Passion! > > Sent: Friday, 11 September, 2009 9:41:04 >

[java ee programming] LAB-4016 Build and run "bookstore4-jndi" sample application

2009-09-11 Thread Alfredo Torres
Hi, I follow the steps to create the jdbc resource and morify the derby pool in the admin console in Glassfish 3.0 prelude. But when i try to run the sample Web "bookstore4-jndi" i receive this exception: java.lang.NoClassDefFoundError: org/apache/derby/client/am/ FailedProperties40 Where is s

[java ee programming] Re: Lab 4016

2009-09-11 Thread Alfredo Torres
Hi, Solved, The database username and password need to be app in both cases and the database name sample. Regards Alfredo On Sep 10, 6:08 pm, Alfredo Torres wrote: > Hi, > >   I set up the database an create the book table but when i try tu run > the Web my browser go

[java ee programming] Lab 4016

2009-09-10 Thread Alfredo Torres
Hi, I set up the database an create the book table but when i try tu run the Web my browser go to http://www.fastbrowsersearch.com/results/results.aspx?q=http://localhost:8084/bookstore&c=web&s=FDNS&v=18&tid={52AD233E-F9A1-C526-C4A9-09AD445803DB} Anuone know the solution for this? Thanks in

[java ee programming] Re: Lab 4006 homework

2009-09-09 Thread Alfredo Torres
Hi, I solve it, The problem was in the variable name cases. Skip this post Thanks all Cheers Alfredo On Sep 9, 10:44 am, Alfredo Torres wrote: > Hi, > >   I am working on the lab 4006 homework, I have everithing aparently fine. > >     Person person = new Person(&q

[java ee programming] Lab 4006 homework

2009-09-09 Thread Alfredo Torres
Hi,   I am working on the lab 4006 homework, I have everithing aparently fine.     Person person = new Person("Alfredo","Torres");     sce.getServletContext().setAttribute("person", person);   I have the person object then the name then the firstname and t

[java ee programming] LAB 4005- Serverlet Advanced

2009-09-07 Thread Alfredo Torres
the lab. Any idea? or i have to configure a GlassFish server?? Thanks for your help -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE

[java ee programming] Re: Lab 4003

2009-09-04 Thread Alfredo Torres
Sorry, My fault i was using the wrong tamplate, plase delete this post 2009/9/4 Alfredo Torres > Hi, > > I am on hand on lab 4003 in exsercise > (2.1) Build and run "JSP Examples" sample application > I create a new JSP project with the template JSP Examples under

[java ee programming] Lab 4003

2009-09-04 Thread Alfredo Torres
I am using Netbeans 6.7 with Tomcat Apache 2.2 on Windows XP service pack 3 Any help will be appreciated -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group