[java ee programming] Re: getting problem in struts.

2009-09-17 Thread sagar
Hi, I got my Solution Any way Thankx a lot!! On Sep 18, 2:36 am, kwan wrote: > Could you please post your code here? > > On Sep 17, 12:46 am, aryan wrote: > > > > > Hi every one, > > I am new in struts.I am working in simple struts program in which am > > sending data from jsp form to form bean

[java ee programming] Re: LAB-4015 Exercise 3: SQL tags

2009-09-17 Thread Cynthia Qin
Hello Diego, I tried everything you showed me but still no luck.. 500 error, classNotFound. My question to you now is, since my project is working in your environment, did you create a datasource separately for this project? Thanks again, Cynthia On Mon, Sep 14, 2009 at 10:49 PM, Cynthia

[java ee programming] consultation

2009-09-17 Thread diego rangel
Hello all: I like with this email if my emails send to the google group get look in the other screens(your screens),do you understand? someone would like to say to me what is the mean difference between jsp and servlet? thanks¡

[java ee programming] Java Webstart

2009-09-17 Thread javaquestion
can I see source code from java Webstart? If so, how? --~--~-~--~~~---~--~~ 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-j2ee-programming-wit

[java ee programming] Re: getting problem in struts.

2009-09-17 Thread kwan
Could you please post your code here? On Sep 17, 12:46 am, aryan wrote: > Hi every one, > I am new in struts.I am working in simple struts program in which am > sending data from jsp form to form bean. i have written getter and > setter method and some validation. while executing it is giving >

[java ee programming] Re: Bookstore1 DB error...

2009-09-17 Thread p. stephen wille
Thanks for the tip. >>Persistence.xml is using the [jdbc/__default] database, and I think I want it >>to use [jdbc/BookDB], which is the DB I set up. However, changing this field >>in the file does not allow for a successful build. Do I need to create a new >>Jar of [bookstore], then remove th

[java ee programming] Re: A problem: "getServletContext() "

2009-09-17 Thread diegosouza.br
Hello, How do you expect to get the ServletContext if your class is not a Servet? Your class must extend javax.servlet.http.HttpServlet to be a Servlet! Pay attention! On Sep 17, 3:47 pm, gozlemci wrote: > Hi there; > I am writing the code in book :"Professional JSP" by Wrox Press Ltd. > and I

[java ee programming] Re: A problem: "getServletContext() "

2009-09-17 Thread Mihai DINCA
Hi, Your class is not (yet) a servlet! In order to be one (and to inherit "getServletContext()" method) it must extend "javax.servelt.http.HttpServlet" -- Hope it helps mihai gozlemci a écrit : > Hi there; > I am writing the code in book :"Professional JSP" by Wrox Press Ltd. > and I got the

[java ee programming] noob in GWT and GAE

2009-09-17 Thread Wladiston Paiva
Friends, I am wanting to learn more about GAE and GWT, but I'm no have project to do and get experience. anyone know any open source project that I can attend to learn more? --- Wladiston Maurício de Paiva http://wladistonpaiva.com.br desenvolvedo...@gmail.com e...@wladistonpaiva.com.br +55 (31)

[java ee programming] A problem: "getServletContext() "

2009-09-17 Thread gozlemci
Hi there; I am writing the code in book :"Professional JSP" by Wrox Press Ltd. and I got the following error. Could you please help me? Error description : "The method getServletContext() is undefined for the type UserSSNServer" In every line that contains "getServletContext" I am using Eclipse J

[java ee programming] Re: MVC without use of Struts

2009-09-17 Thread diegosouza.br
I'm not a MVC expert, but I'm sure you'll have several Controllers. Your item 1 looks like the Front Controller design pattern, try to read about it. We usually have a Controller to every Entity, redirecting to the related views. For example, if you have a Customer.class and a related CUSTOMERS t

[java ee programming] Re: Struts 2 Please see details

2009-09-17 Thread diegosouza.br
Hello, please post your web.xml. On Sep 17, 12:22 pm, Harasevich Kostia wrote: > Hello > > When running samples struts 2 > > Here is exception relative to this taglib in NetBeans7.1: > <%@ taglib uri="/struts-tags" prefix="s" %> > > org.apache.jasper.JasperException: /example/HelloWorld.jsp(2,4

[java ee programming] Struts 2 Please see details

2009-09-17 Thread Harasevich Kostia
Hello When running samples struts 2 Here is exception relative to this taglib in NetBeans7.1: <%@ taglib uri="/struts-tags" prefix="s" %> org.apache.jasper.JasperException: /example/HelloWorld.jsp(2,41) PWC6117: File "/struts-tags" not found at org.apache.jasper.compiler.DefaultErr

[java ee programming] MVC without use of Struts

2009-09-17 Thread Sonu S
Hi all, I am trying to develop a sample project which is based on MVC. I want to implement MVC without use of Struts. Could you please help me regarding designing of application. I want to know how should i implement it 1) should i create a Controller Servlet and after submit on every jsp i sho

[java ee programming] Re: An interesting link (JSTL)

2009-09-17 Thread Anand
ya same here, avast blocked it On Thu, Sep 17, 2009 at 1:29 PM, Bob Santos wrote: > avast find some malicious content in this site > > 2009/9/17 "Chavarría Teruel, Rubén" > > I hope someone will find this link usefull: >> >> >> >> >> http://eisabainyo.net/weblog/introduction-to-jsp-standard-ta

[java ee programming] Re: An interesting link (JSTL)

2009-09-17 Thread Chavarría Teruel, Rubén
Sorry, It was not my intention. I didn't get any warning about malicious content. My apologies to everyone. De: Anand [mailto:anand@gmail.com] Enviado el: jueves, 17 de septiembre de 2009 11:11 Para: bob.santo...@gmail.com CC: Chavarría Teruel, Rubé

[java ee programming] HTTP Monitoring on glassfish issue

2009-09-17 Thread adino
Hi all, I'm working on exercise 4011_netbeanswebapp2. I turned on HTTP monitoring on glassfish v2 and saw the following messages in the log on startup, can anyone please help? Note that the application still works fine. Application server startup complete. javax.management.InstanceNotFoundExcept

[java ee programming] Re: An interesting link (JSTL)

2009-09-17 Thread Bob Santos
avast find some malicious content in this site 2009/9/17 "Chavarría Teruel, Rubén" > I hope someone will find this link usefull: > > > > > http://eisabainyo.net/weblog/introduction-to-jsp-standard-tag-library-jstl-basics/ > > > > Rubén, > > > > --~--~-~--~~~---~--~-

[java ee programming] An interesting link (JSTL)

2009-09-17 Thread Chavarría Teruel, Rubén
I hope someone will find this link usefull: http://eisabainyo.net/weblog/introduction-to-jsp-standard-tag-library-jstl-basics/ Rubén, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming

[java ee programming] Re: Ex 3 question

2009-09-17 Thread Miyuki Suzuki
Hi Nitram, yes its meant differently, check out: http://www.roseindia.net/jsp/simple-jsp-example/passing-parameters-in-jsp.shtml hope that helps :) On Wed, Sep 16, 2009 at 4:29 PM, Nitram76 wrote: > > Hello! > > Exercise 3 says "... Before forwarding, it should add another String > type param