[java ee programming] Fw: Exception in running Lab 4916 (Spring and Hibernate)

2009-12-09 Thread Chetana Shenoy
Hi:    I was trying to do the Lab for Spring and Hibernate. I imported all the libraries as mentioned and tried to run the first sample application. The only thing I am doubtful about is that I have imported the Hibernate plugin lib but the Lab document states it as HibernateCore. I tried to

[java ee programming] Re: Trying to connect to a MySql database

2009-12-08 Thread tedpottel
Hi, Thank you, I added the line Class.forName(com.mysql.jdbc.Driver); bt I know get a stack exception saying java.lang.ClassNotFoundException: com.mysql.jdbc.Driver any idears? -Ted On Dec 7, 10:58 pm, Kamal Chandana Mettananda lka...@gmail.com wrote: It seems you haven't loaded the driver

[java ee programming] Help :New to J2ee

2009-12-08 Thread Mani Natesan
Friends,   I am new to j2ee environment ,i want to do a project in servlet jsp with tomcat server or struts with tomcat server . i dont know how to configure and start the project . can any one help me to setup the environment and start up the project Thanks Regards, N.Jaganmani 608-381-0161

[java ee programming] javamail api

2009-12-07 Thread ANUJ KUMAR
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package javaapplication2; import java.text.*; import java.util.*; import javax.mail.*; import javax.activation.*; import javax.mail.internet.*; class test { public static void main(String[]

Re: [java ee programming] Trying to connect to a MySql database

2009-12-07 Thread Kamal Chandana Mettananda
It seems you haven't loaded the driver from your class. Class.forName(com.mysql.jdbc.Driver); --- Kamal Mettananda http://lkamal.blogspot.com On Tue, Dec 8, 2009 at 5:16 AM, tedpottel tedpot...@gmail.com wrote: hHi, I’m trying to connect to a MySql

Re: [java ee programming] Java Programming Question, Please help its urgent.?

2009-12-06 Thread Ismelito Malonzo
: [java ee programming] Java Programming Question, Please help its urgent.? To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Saturday, December 5, 2009, 6:54 PM I have this code for a program which do not have a main method. now i wanted

[java ee programming] structs basics

2009-12-05 Thread fernando pardo
Hello guys: I have a problem with this chapter because i when run the project struts basics appears the following : Example Submit Failure Pageand the other things. Not run the project and i introduce to the boxes good data. I already did all the changes that said the exercises. What can i do?

[java ee programming] Re: LAB-1020- homework

2009-12-04 Thread devgan
Thank you all, I was able to fix it after correcting the spaces. The LOCATIONS was a typo, I am sorry about that. On Dec 4, 1:53 am, Serge Fonville serge.fonvi...@gmail.com wrote: Hi, stmt1.executeUpdate(insert into LOCATIONS+ values(1,'Cha Cha Cha Shouldn't there be a space between

[java ee programming] about exercise 3.4 of the chapter struts basics

2009-12-04 Thread fernando pardo
Hello all: Anyone could help me? I run the file structs-submit and the appears the following,this when i have to do the exercise 3.4 of the chapter struts basis: The Sun Java System Application Server could not start. More information about the cause is in the Server log file. Possible reasons

Re: [java ee programming] Question

2009-12-04 Thread Ice-Man
who know html and were supposed to learn bit of JSP to get work done. If you see JSP internally converted by JSP Enginer to Servlets. Thanks, Bilal --- On *Wed, 25/11/09, Bob Santos bob.santo...@gmail.com* wrote: From: Bob Santos bob.santo...@gmail.com Subject: Re: [java ee programming

[java ee programming] LAB-1020- homework

2009-12-03 Thread devgan
I am getting this error and i am not able to fix it. Syntax error: Encountered 1 at line 1, column 29. This is my code createString = create table LOCATION + (LOCATION_ID INTEGER NOT NULL, + LOCATION varchar(32), + primary key(LOCATION_ID));

[java ee programming] JComboBox issues....

2009-12-03 Thread On Point
I made a JComboBox and filled it using data from a table. Simply put this is what's happening. @entity class { Integer id; String name; getId(); //return Integer getName(); //return String } JComboBox cb = (JComboBox) evt.getSource(); myObject newItem = (myObject)cb.getSelectedItem();

Re: [java ee programming] Re: SCJP

2009-12-02 Thread bilal malik
rajsekhartiruveedh...@gmail.com Subject: Re: [java ee programming] Re: SCJP To: archan...@gmail.com Cc: dinesh.vadiv...@gmail.com, java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, 2 December, 2009, 8:47 AM for students its $65. but u have to fill one form and have to get some

[java ee programming] Re: SCJP

2009-12-02 Thread devgan
rajsekhartiruveedh...@gmail.com Subject: Re: [java ee programming] Re: SCJP To: archan...@gmail.com Cc: dinesh.vadiv...@gmail.com, java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, 2 December, 2009, 8:47 AM for students its $65. but u have to fill one form and have to get some

[java ee programming] How do I get set of protein interactors for a specific protein from my code

2009-12-01 Thread jitesh dundas
Dear Sir/Madam, Many thanks for your help in solving my previous problem(XML parsing error). I am writing a program to fetch details regarding any protein from the NCBI database. However, I do not know how to fetch the details of Protein-Protein interactors for a specific protein. For e.g.) If

[java ee programming] Problem with J2EE Sun One Tutorial download

2009-12-01 Thread Ruben Diaz
Hi Everyone,   Hope that all is well.   I was trying to download the Sun Tutorial for Java One at: https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/viewproductdetail-start?productref=7872-j2ee-1.3-tutorial-oth-...@cds-cds_developer   The file name is

[java ee programming] Re: SCJP

2009-12-01 Thread dinesh
http://www.sun.com/training/certification/java/scjp.xml On Nov 30, 1:34 pm, Archana C archan...@gmail.com wrote: Hi , Have anyone of you given SCJP 1.5 exam in USA? How much did it cost? -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming

[java ee programming] Exception in HW - Refactoring Sprong hello World - (Lab 4911)

2009-12-01 Thread Chetana Shenoy
Hello: I get the following exception in the HW application. I followed all the specifications in the HW and my beans.xml file is as follows: beans bean id=renderer class=StandardOutMessageRenderer property name=messageProvider ref local=greetingProvider/

Re: [java ee programming] Question

2009-12-01 Thread Anand
: [java ee programming] Question To: Sadia Butt buttsa...@yahoo.com, Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, 25 November, 2009, 7:13 PM Hi Sadia, For example I want to create a simple book site that will display a list

Re: [java ee programming] Re: SCJP

2009-12-01 Thread Archana C
I know its 300 $ in USA, just wanted to know if by any chance I could get the SUN vouchers at a lower price in USA ? On Tue, Dec 1, 2009 at 8:35 AM, dinesh dinesh.vadiv...@gmail.com wrote: http://www.sun.com/training/certification/java/scjp.xml On Nov 30, 1:34 pm, Archana C

Re: [java ee programming] Re: Struts 2

2009-11-30 Thread Sang Shin
have to continue until is something fixed?? I moved theStruts2and other Web application frameworks topics into the Advanced Java EE course. In other words, we will not coverStruts2in the Basic Java EE programming (with Passion!) anymore. -Sang Shin Thanks in advance

Re: [java ee programming] SCJP

2009-11-30 Thread Archana C
lucas, i dont find in link for taking test in thompson ptometric center in javaprogrammingworld or in google. Did you take test in thompson center or prometric center? On Mon, Nov 30, 2009 at 12:31 PM, Lucas Rohlfs lucasroh...@gmail.comwrote: I put related link...look an bit more on mi original

[java ee programming] JEE application with Swing client (keeping client state updated).

2009-11-30 Thread Jonatan Rico
Hi all, I hope someone can point me to the right direction. I've developed a JEE application (Glassfish, EJB, JPA) with a Swing client running in the application client container. The swing application works with a subset of the entities held by the server, depending on which user logged in. In

[java ee programming] Re: Struts 2

2009-11-29 Thread asajm
://www.javapassion.com/SangShinSchedule.html          (Life is worth living... with Passion!) --- Ajax and Web 2.0 Programming course starts from Sep. 7th, 2009      http://www.javapassion.com/ajaxcodecamp/ Java EE Programming Advanced course starts

[java ee programming] Java CAPS

2009-11-29 Thread Archana C
Hi All, Does anyone have material for Java Caps and ICAN? Please let me know where I can find information about the same Thanks Archana -- 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

[java ee programming] problem executing simple j2ee security scenarios

2009-11-27 Thread tromanow
I'm trying to execute very simple programs ilustrating basic and form- based security. I found the samples on http://courses.coreservlets.com/Course-Materials/msajsp.html#Materials. I've tried both hotdotcom-internal (basic) as well as hotdotcom (form). In all cases the browser prompts me for the

Re: [java ee programming]

2009-11-27 Thread Mihai DINCA
() is called. --- On *Fri, 27/11/09, Kamal Chandana Mettananda /lka...@gmail.com/* wrote: From: Kamal Chandana Mettananda lka...@gmail.com Subject: Re: [java ee programming] To: prabu504 prabu...@gmail.com Cc: java-ee-j2ee-programming-with-passion java-ee-j2ee-programming

[java ee programming] (DR)Lab 1020-questionsabout...

2009-11-27 Thread fernando pardo
Hi all: Im stuck because when i run JDBCSamples in the tab window appear the following: compile-single: run-single: SQLException: Se ha rechazado la conexión porque no se ha encontrado la base de datos sample. BUILD SUCCESSFUL (total time: 2 seconds) sera que alguien me podria ayudar? it will

Re: [java ee programming]

2009-11-26 Thread santhosh kumar
, prabu vaikundanarayanan prabu...@gmail.com wrote: From: prabu vaikundanarayanan prabu...@gmail.com Subject: [java ee programming] To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Thursday, 26 November, 2009, 12:54 PM hi every one,,           could any one please tell me how to create

Re: [java ee programming] Question

2009-11-26 Thread bilal malik
--- On Wed, 25/11/09, Bob Santos bob.santo...@gmail.com wrote: From: Bob Santos bob.santo...@gmail.com Subject: Re: [java ee programming] Question To: Sadia Butt buttsa...@yahoo.com, Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, 25

Re: [java ee programming]

2009-11-26 Thread bilal malik
I guess you meant factory methods http://www.javaworld.com/javaworld/javaqa/2001-05/02-qa-0511-factory.html --- On Thu, 26/11/09, Lsn.Murthy lsn.mur...@gameloft.com wrote: From: Lsn.Murthy lsn.mur...@gameloft.com Subject: Re: [java ee programming] To: prabu...@gmail.com Cc: java-ee-j2ee

Re: [java ee programming] Question

2009-11-26 Thread Bob Santos
. If you see JSP internally converted by JSP Enginer to Servlets. Thanks, Bilal --- On *Wed, 25/11/09, Bob Santos bob.santo...@gmail.com* wrote: From: Bob Santos bob.santo...@gmail.com Subject: Re: [java ee programming] Question To: Sadia Butt buttsa...@yahoo.com, Java EE (J2EE) Programming

[java ee programming] 4018-working with jcreator

2009-11-26 Thread fernando pardo
hello all: About lab 4018 I change to work with jcreator but when i extract the file 4018websecurity.zip in the c:/archivos de programa/jcreatorv4LE/myprojects , then this file doesnt be in IDE jcreator. What can i do? ¿anyone can halp me please? -- You received this message because you are

Re: [java ee programming]

2009-11-26 Thread d bhagavan
Cloning also one of the methods for creating new objects.. Aditya. --- On Thu, 26/11/09, Lsn.Murthy lsn.mur...@gameloft.com wrote: From: Lsn.Murthy lsn.mur...@gameloft.com Subject: Re: [java ee programming] To: prabu...@gmail.com Cc: java-ee-j2ee-programming-with-passion@googlegroups.com Date

Re: [java ee programming]

2009-11-26 Thread Kamal Chandana Mettananda
for creating new objects.. Aditya. --- On *Thu, 26/11/09, Lsn.Murthy lsn.mur...@gameloft.com* wrote: From: Lsn.Murthy lsn.mur...@gameloft.com Subject: Re: [java ee programming] To: prabu...@gmail.com Cc: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Thursday, 26 November

Re: [java ee programming] Question

2009-11-25 Thread Bob Santos
etc then what exactly do you mean thanks Sadia --- On *Wed, 11/25/09, Bob Santos bob.santo...@gmail.com* wrote: From: Bob Santos bob.santo...@gmail.com Subject: Re: [java ee programming] Question To: buttsa...@yahoo.com Cc: java-ee-j2ee-programming-with-passion@googlegroups.com Date

[java ee programming]

2009-11-25 Thread prabu vaikundanarayanan
hi every one,, could any one please tell me how to create objects with out using new keyword thanks in advance Regards Prabu -- 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

[java ee programming] Eclipse assistance

2009-11-24 Thread Moayad Abu Jaber
Hi All, I tried to find something create backing bean from existing page automatically in eclipse. I guess WTP doesn't support this, there is any way to can create backing bean automatically. Thansk for all -- You received this message because you are subscribed to the Google Groups Java EE

[java ee programming] lab 4018 questions

2009-11-24 Thread fernando pardo
hi all: anyone help me about this? I can´t extract the file : 4018_webappsecurity.zip I extract it with winzip and then appears in the windows but this file not appears in the netbeans projects. What can i do? please help me. -- You received this message because you are subscribed to the Google

[java ee programming] Another Question

2009-11-24 Thread Sadia Butt
Hi again Guys I am making a form which has a radio button as well as a checkbox. Now when making the bean class I can easily have the data type for username as String, birthdate as Date for age I ll have an int..for radio button(gender) I have declared it as a char. but what should I choose

[java ee programming] Question

2009-11-24 Thread Sadia Butt
Hi guys.. While going through the web application development I found a lot of things I wanted to know the difference between them. First I saw scriplets expressions then I saw expression language then I found JSTL or the tags which start with jsp: then we have something called custom tags as

RE: [java ee programming] Another Question

2009-11-24 Thread SrinivasaRao.Gurram
-531-9340 Extn: 64694 | Mobile:9989764000 From: Bob Santos [mailto:bob.santo...@gmail.com] Sent: Wednesday, November 25, 2009 10:26 AM To: buttsa...@yahoo.com Cc: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: Re: [java ee programming] Another Question Hi Sadia, I think you

Re: [java ee programming] Trying to store a char in a string

2009-11-23 Thread Thiago Santana
Hello mate, Here it goes. char a = 't'; String charStr = new String(String.valueOf(a)); or simply: String charStr = String.valueOf(a); Hope that helps. Regards, TS 2009/11/22 tedpottel tedpot...@gmail.com Hi, I'm trying to creat a row of buttons with the letters a to z in them, hear is

[java ee programming] PD: Hibernate plugin - please help

2009-11-23 Thread Rafał Laczek
Hi, The problem is solved. BR Rafal Dnia 23-11-2009 o godz. 15:44 Rafał Laczek rafal_lac...@wp.pl napisał(a): Hi, In my NB 6.7.1 I want to add Hibernate plugin. Unfortunately in Available plugins I can't find Hibernate. Can you help me please. Best regards, Rafal Laczek

[java ee programming] Hibernate plugin - please help

2009-11-23 Thread Rafał Laczek
Hi, In my NB 6.7.1 I want to add Hibernate plugin. Unfortunately in Available plugins I can't find Hibernate. Can you help me please. Best regards, Rafal Laczek I love you 2012 Kocham takie filmy:)

RE: [java ee programming] J2ee lab 1020

2009-11-23 Thread Moria Shebsovich
[mailto:ingsopor...@gmail.com] Sent: Friday, November 20, 2009 2:33 PM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] J2ee lab 1020 Hello guys: How can i do to create the file MyOwnJDBCProgram.java? I created the file location.java with the following path

RE: [java ee programming] Trying to store a char in a string [SEC=UNCLASSIFIED]

2009-11-23 Thread Durkin, Brendan MR
+ '); // Note: Output is 'a' = 'a' = 'a' -Original Message- From: Karl [mailto:karlk...@yahoo.com] Sent: Tuesday, 24 November 2009 7:35 AM To: Java EE (J2EE) Programming with Passion! Subject: Re: [java ee programming] Trying to store a char in a string char

Re: [java ee programming] Trying to store a char in a string

2009-11-23 Thread Victor Lutin
:34 PM, Karl karlk...@yahoo.com wrote: char a; a = 'B'; a++; while (a 'z') { mPanel.add( new Button( + a) ); } --- On Sun, 11/22/09, tedpottel tedpot...@gmail.com wrote: From: tedpottel tedpot...@gmail.com Subject: [java ee programming

Re: [java ee programming] Error running web application on server - Setting Claspath for glassfish

2009-11-23 Thread bambang teleinfocom
Hi Chetana : Where do you put your .properties file ? sincerely bambang Java Samurai with Passion! On Mon, Nov 23, 2009 at 2:12 PM, Chetana Shenoy chetan...@yahoo.com wrote: Hello: I was trying to run a web application viz Lottery Annotation. I got the following error: The following

[java ee programming] Question about finishing the J2EE Basic Course.

2009-11-23 Thread Susan Smith
Hello, I apologize if this question has been asked earlier. I just want to make sure I'm on the right track: If I finish the homework for J2EE Basic courses (total 13 HW), is there any next step to get the certificate? I also notice this mailing list has discussion about the J2EE Advanced.

[java ee programming] lab 1020

2009-11-22 Thread fernando pardo
Hello: Anyone could help me? I am doing the lab 1020, I have the following file location.java: import java.sql.*; public class location { public static void main(String[] args) { // TODO code application logic here String url = jdbc:derby://localhost:1527/sample; Connection

[java ee programming] J2ee lab 1020

2009-11-22 Thread fernando pardo
Hello guys: How can i do to create the file MyOwnJDBCProgram.java? I created the file location.java with the following path: JDBCSamples--Source packages--New --JavaMainClasses(is this well?) and then on the line: (Location_id, Integer not NULL PRIMARY KEY, + generated

[java ee programming] Interrupt a running thread from outside the application.

2009-11-22 Thread Hani KSD
Hi, How to interrupt a running thread from another application. I have a TimerTask scheduled to run daily.How to stop it when I feel it is no longer necessary? Hani -- You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To

[java ee programming] Trying to store a char in a string

2009-11-22 Thread tedpottel
Hi, I'm trying to creat a row of buttons with the letters a to z in them, hear is my code char a; a='B'; a++; while(a'z') { String set= new String(a); mPanel.add( new Button(set) );

RE: [java ee programming] anyone help me lab1020

2009-11-22 Thread Moria Shebsovich
[mailto:ingsopor...@gmail.com] Sent: Wednesday, November 18, 2009 6:11 PM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] anyone help me lab1020 Hello guys: How can i do to create the file MyOwnJDBCProgram.java? I created the file location.java

[java ee programming] Trying to get my serverlet to run outside of eclispe

2009-11-22 Thread tedpottel
Hi, I have devloped a simple servelet that says hello world. It runs fine, when I run it inside of eclipse. I'm using a Glassfish application server. How can I get my servelt to run outside of eclipse, ie call it up from a browser??? -Ted -- You received this message because you are subscribed

RE: [java ee programming] Difference ResourceBundle and Property

2009-11-18 Thread lwproactive
. From: Hani KSD [mailto:digitalwaterma...@gmail.com] Sent: Wednesday, November 18, 2009 9:08 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Difference ResourceBundle and Property Hi, Can anyone tell me the difference between ResourceBundle

Re: [java ee programming] Difference ResourceBundle and Property

2009-11-18 Thread Mihai DINCA
Hi Hani java.util.ResourceBundle is an abstract class: -- It's static method getBundle( String baseName ) returns a ResourceBundle instance corresponding to the requested baseName. -- The ResourceBundle object helps you obtain a resource Object or String by its name, using getObject( String key

[java ee programming] j2ee - 4018 - webappsecurity homework

2009-11-18 Thread Moria Shebsovich
Hello all, Let me repeat my - I am REALLY stuck with the homework :-( The question about the 4018 j2ee - websecurity homework. The homework requires 1. Add the following set of concrete username/password (principals) and concrete groups to the file-based security realm through

[java ee programming] cannot get glassfish to work with eclips help!!

2009-11-17 Thread tedpottel
Hi I cannot get my glassfish server to work with Eclipse. I know it starts up the server, because after eclipse runs, I can go to the admin page. Eclipse gives the following output at buttom Starting Domain domain1, please wait. Default Log location is C:/Sun/AppServer/domains\domain1\logs

[java ee programming] Java Calendar cannot handle DST in a correct way

2009-11-16 Thread Marcus
Hi I am trying to get to grips with Java Calendar class (and the TimeZone class). I have noted some very weird behaviour though: Try the following: 1) Bring up the Date and Time Properties window in Windows XP and select the timezone (GMT -03:00) Montevideo. Leave the DST box unchecked, click

[java ee programming] Re: Homework 4006

2009-11-16 Thread Bob Santos
Message- From: Bob Santos Sent: Nov 11, 2009 10:50 AM To: emmanuel.fan...@mindspring.com Cc: J2EEQuestion Subject: [java ee programming] Re: Homework 4006 Hi Emmanuel, jsp:useBean id=person scope=session class=org.apache.taglibs.standard.examples.beans.Person / jsp:setProperty

[java ee programming] Re: doubt-question about 4015

2009-11-14 Thread Mihai DINCA
*To:* GRUPOJ2EE *Subject:* [java ee programming] doubt-question about 4015 Hello guys: I dont understand about the homework belong to the lab 4015. this says so: * The tasks you need to do o Please add code to the *index.jsp* for setting *customerTable *variable using

[java ee programming] Re: contuining with the lab 4008

2009-11-13 Thread Chavarría Teruel, Rubén
: Re: [java ee programming] Re: contuining with the lab 4008 hello Ruben Chavarria: i already introduced the word:MyOwnJSPFragment but it dont run so. however with the atribute otherJSPFragment the aplication run well. But why with the first atribute don´t run the aplication? This is my

[java ee programming] Re: How can a ManagedBean Create HTTP Session

2009-11-13 Thread Zahari
Hi, HttpSession session = (HttpSession) context.getExternalContext ().getSession(true); where context is your FacesContext read the documentation for getSession(Boolean value) method. On Nov 12, 11:47 pm, Károly Holczhauser holczhau...@gmail.com wrote: Hi all !  My problem is the next: I

[java ee programming] getting value of id column

2009-11-12 Thread Amara
hello, I have made a listbox in my application. list box contains name,class,subjct,day columns (i have concatenated them n displayed them in single list box). In the table there is a field of id. i want to get value of this field when user click on particular item of list box

[java ee programming] doubt-question about 4015

2009-11-12 Thread fernando pardo
Hello guys: I dont understand about the homework belong to the lab 4015. this says so: - The tasks you need to do - Please add code to the index.jsp for setting customerTable variable using JSTL tags. (Search for JSTL homework exercise comment in the index.jsp of the

[java ee programming] How can a ManagedBean Create HTTP Session

2009-11-12 Thread Károly Holczhauser
Hi all ! My problem is the next: I have a login JSF page, witch call a ManagedBean if the button had pressed. The bean is going to check the DB , and if the user is okay, the it need to create a HTTP Session. How can i do it ? How can I create a HttpSession with a Java Bean class ?

[java ee programming] Tiles and JSF navigation model

2009-11-12 Thread Zahari Palazov
Hi, In my project I use Tiles 2.1 with JSF 1.2 . I have navigation from a jsp page in which I insert tile definition to simple jsp page and back The problem is that when I return to the jsp page with the definition the ccs style on this page is lost. Can someone give me an idea ?

[java ee programming] Re: contuining with the lab 4008

2009-11-11 Thread Chavarría Teruel, Rubén
fernando pardo Enviado el: martes, 10 de noviembre de 2009 19:16 Para: java-ee-j2ee-programming-with-passion@googlegroups.com Asunto: [java ee programming] contuining with the lab 4008 hello guys : Someone could help me please about the lab 4008 i have the following products.jsp file

[java ee programming] Setup Javadoc in NetBeans 6.7

2009-11-11 Thread Serge Fonville
Hi, When I create a servlet in a web project in NetBeans, I get 'Javadoc not found' when I ctrl+space on for example HttpServletRequest. I recall not having this problem in the past... Any help is greatly appreciated. Thanks in advance. Regards, Serge Fonville

[java ee programming] 4205 server error 500

2009-11-11 Thread Massimo Ferrara su Gmail
hello to everyone in the 4205 tutorial I found two lines that I had to change to avoid server errors 500 at http://localhost:8089/struts-submit-exercise4-solution/ :| 1) into ApplicationResource.properties add welcome.title=Struts Application welcome.heading=Struts Applications in Netbeans!

[java ee programming] Re: LAB 4005

2009-11-11 Thread Alfredo Torres
that the attributeReplaced() was called when the attribute was removed. --- On Wed, 10/7/09, derezone derez...@yahoo.com wrote: From: derezone derez...@yahoo.com Subject: [java ee programming] LAB 4005 To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date

[java ee programming] Homework 4006

2009-11-11 Thread emmanuel
Help Class, Can anyone help with lab 4006? I don't know why First and Last names were not displaying. I have this codes in Name Class. package org.apache.taglibs.standard.examples.beans; public class Name { private String firstName; private String lastName; public String

[java ee programming] Not able to open lecture slides

2009-11-11 Thread devgan
Hello, I am not able to open any lecture slides in JavaTM EE (J2EE) Programming (with Passion!) Basics course. Is anybody else facing the same problem ? regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[java ee programming] Re: Not able to open lecture slides

2009-11-11 Thread devgan
I was able to open it with Internet explorer, previously tried to open with google chrome. Thanks On Nov 11, 9:55 am, devgan ganeshbab...@gmail.com wrote: Hello,    I am not able to open any lecture slides in JavaTM EE (J2EE) Programming (with Passion!) Basics course. Is anybody else facing

[java ee programming] Re: Homework 4006

2009-11-11 Thread Bob Santos
Hi Emmanuel, jsp:useBean id=person scope=session class=org.apache.taglibs.standard.examples.beans.Person / jsp:setProperty name=person property=* / 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

[java ee programming] Re: LAB 4005

2009-11-11 Thread Moria Shebsovich
...@yahoo.com Subject: [java ee programming] Re: LAB 4005 Use session.setAttribute(attr, value) in greeting, and you could add session.removeAttribute(attr ) in response It worked for me. Regards, Moria -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com

[java ee programming] problem

2009-11-10 Thread fernando pardo
hello guys:I run the following files that belong to the lab 4008: productos.jsp: %@ taglib prefix=tags tagdir=/WEB-INF/tags % html head titleJSP 2.0 Examples - Display Products Tag File/title /head body h1JSP 2.0 Examples - Display Products Tag File/h1 hr pThis JSP page

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

2009-11-10 Thread Bob Santos
Hi Fernando, I'm sorry but the only thing I understood in your mail was the status code 500 which means there was an Internal Server Error and it only means there was an error in your code but since the mail was mostly in Spanish(I think) I can't offer more help. I suggest you paste your code in

[java ee programming] contuining with the lab 4008

2009-11-10 Thread fernando pardo
hello guys : Someone could help me please about the lab 4008 i have the following products.jsp file and then the mistake generated: %@ taglib prefix=tags tagdir=/WEB-INF/tags % html head titleJSP 2.0 Examples - Display Products Tag File/title /head body h1JSP 2.0 Examples -

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

2009-11-10 Thread Alfredo Torres
br/ is giving the error br is not a tag is a line break Use font color=red ${name} /font br Hope this help Alfredo 2009/11/10 fernando pardo ingsopor...@gmail.com hello guys . I continue with my back email relationed with the lab 4008 if someone could help me I send the problem the

[java ee programming] Re: LAB 4005

2009-11-10 Thread sparky
...@yahoo.com Subject: [java ee programming] LAB 4005 To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, October 7, 2009, 11:19 PM For this homework •    Add another event handler Java source file called MyOwnEventListener

[java ee programming] Re: Question about Lab 4323:JPA Query - Getting Exception

2009-11-09 Thread Divya S
Hi, Are you sure you defined a primary key in your entity class. On Fri, 2009-11-06 at 12:54 -0800, Chetana Shenoy wrote: Hello everyone: I was working on the HW assignment for LAB 4323. I created the orders table and an entity class for the table. I included this info in the

R: [java ee programming] Re: Struts 2

2009-11-09 Thread Giulio Bellezza
Yes, but now Struts2 is deleted from the course java EE basic. --- Lun 9/11/09, mmontecchi massimo.montec...@gmail.com ha scritto: Da: mmontecchi massimo.montec...@gmail.com Oggetto: [java ee programming] Re: Struts 2 A: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming

[java ee programming] Re: Hi

2009-11-09 Thread Bob Santos
Hi Sadia, Do you have an error stack trace that we can work with? It will be more helpful if you post the error as well. But just by knowing that when you comment out c:out/ the code works gives me an idea that you might not have the necessary libraries in your classpath. You need at least

[java ee programming] Re: How to output HTML within java code

2009-11-08 Thread jitesh dundas
Hi, It seems you are printing it to the log file of your web-server. For tomcat server, you will see the entry in the logs folder in the file (time at which you executed this program).. For web-based entry, try out.println(str) at all places.. Again, this code is for a console based program.

[java ee programming] Re: How to output HTML within java code

2009-11-08 Thread Molly
Hey guys, I figured it out. I actually just added a few lines to the html code. Thanks for everyone's help! :) :) On Nov 8, 6:36 am, jitesh dundas jbdun...@gmail.com wrote: Hi, It seems you are printing it to the log file of your web-server. For tomcat server, you will see the entry in the

[java ee programming] Re: How to output HTML within java code

2009-11-07 Thread bambang teleinfocom
hi Moly : are you sure you print out the output after /html ? rgds On Fri, Nov 6, 2009 at 10:43 AM, Molly jesouhait...@gmail.com wrote: Hello, I am trying to figure out how to output my HTML code. When I run the program I want Your IP Address Is: (IP here) to appear at localhost: 3000.

[java ee programming] Re: How to output HTML within java code

2009-11-07 Thread Molly
Bambang, I'm not sure how to print the output after /html. I'm just a beginner so this I'm having a lot of trouble. Thanks! Molly On Nov 7, 8:11 am, bambang teleinfocom bambang.teleinfocomproj...@gmail.com wrote: hi Moly : are you sure you print out the output after /html ? rgds On Fri,

[java ee programming] Re: glassfish or apache

2009-11-05 Thread marga
the last Netbeans version has Tomcat and Glassfish embeded. I use both without any problem On 11 oct, 18:40, miga migat...@gmail.com wrote: On Oct 11, 6:25 pm, diego rangel ingsopor...@hotmail.com wrote: hello apreciated friends: i am in the j2ee basics course, but id like to know when

[java ee programming] Homework lab 4104

2009-11-04 Thread 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 Instead throw new ValidatorException(MessageFactory.getMessage(context, LongRangeValidator.TYPE_MESSAGE_ID)); Something like throw new

[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 cristiamterr...@gmail.com wrote: This work is disappeared of the page : # Struts 2     * Struts 2 Basics (2 hour lecture + 1 hour lab) -

[java ee programming] Wicket

2009-11-04 Thread Rafał Laczek
Hi, I'm trying to learn little bit of Wicket from materials available on http://www.netbeans.org/kb/docs/web/quickstart-webapps-wicket.html All following modules are installed. org-netbeans-modules-web-wicket.nbm. org-netbeans-modules-wicket-templates.nbm.

[java ee programming] Odp: Wicket

2009-11-04 Thread Rafał Laczek
Hi Colleagues, Please ignor my last e-mail. The problem is solved. BR Rafal Laczek Dnia 4-11-2009 o godz. 16:07 Rafał Laczek napisał(a): Hi, I'm trying to learn little bit of Wicket from materials available on http://www.netbeans.org/kb/docs/web/quickstart-webapps-wicket.html All

Re: Odp: [java ee programming] Re: Wicket

2009-11-03 Thread Hantsy Bai
On 11/03/2009 05:56 PM, Rafał Laczek wrote: Thanks. Do you know maybe any interesting website with Wicket for Eclipse? BR Rafal Dnia 2-11-2009 o godz. 16:41 Hantsy Bai napisał(a): On 11/02/2009 10:10 PM, Rafał Laczek wrote: Hi, I must quite quickly to posses some knowledge on

Re: Odp: [java ee programming] Re: Wicket

2009-11-03 Thread Hantsy Bai
On 11/03/2009 05:56 PM, Rafał Laczek wrote: Thanks. Do you know maybe any interesting website with Wicket for Eclipse? BR Rafal Dnia 2-11-2009 o godz. 16:41 Hantsy Bai napisał(a): On 11/02/2009 10:10 PM, Rafał Laczek wrote: Hi, I must quite quickly to posses some knowledge

Re: Odp: [java ee programming] Re: Wicket

2009-11-03 Thread Rafał Laczek
ok Thanks Dnia 3-11-2009 o godz. 13:35 Hantsy Bai napisał(a): On 11/03/2009 05:56 PM, Rafał Laczek wrote: Thanks. Do you know maybe any interesting website with Wicket for Eclipse? BR Rafal Dnia 2-11-2009 o godz. 16:41 Hantsy Bai napisał(a): On 11/02/2009 10:10 PM, Rafał

[java ee programming] Re: Struts 2

2009-11-03 Thread Sang Shin
into the Advanced Java EE course. In other words, we will not cover Struts 2 in the Basic Java EE programming (with Passion!) anymore. -Sang Shin Thanks in advance -- Saludos Alfredo Torres Hab.+58 212 9446304 Cel. +58 416 6118599

[java ee programming] Re: jsf, managedbeans entity beans and DB

2009-11-03 Thread Divya S
div...@suntecinfosystems.com wrote: From: Divya S div...@suntecinfosystems.com Subject: [java ee programming] Re: jsf, managedbeans entity beans and DB To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Monday, November 2, 2009

<    5   6   7   8   9   10   11   12   13   14   >