[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 the code works gives me an idea that you might not have the necessary libraries in your classpath. You need at least jstl.jar and

[java ee programming] Hi

2009-11-09 Thread Sadia Butt
Hi Everyone. I was in the Java Programming groun now moving in the Web development i.e. Java EE. I am having a problem. "<%@ page language="java" contentType="text/html; charset=ISO-8859-1"     pageEncoding="ISO-8859-1"%>     <%@ taglib prefix = "c" uri="http://java.sun.com/jsp/jstl/core"%> ht

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

2009-11-09 Thread bambang teleinfocom
HI : I have not delved much into the JPA, but the name "toplink" catch my eye, as toplink is oracle orm ( similar with hibernate ) are you sure you put toplink as the persistent provider ? --- ignore it if the JPA excercise indeed incorporated toplink into it. sincerely bambang On 11/6/09,

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 ha scritto: Da: mmontecchi Oggetto: [java ee programming] Re: Struts 2 A: "Java EE (J2EE) Programming with Passion!" Data: Lunedì 9 novembre 2009, 09:20 Hi Sang, but still there is a "date" for Struts

[java ee programming] Re: Struts 2

2009-11-09 Thread mmontecchi
Hi Sang, but still there is a "date" for Struts2 in the Basic Java EE course ((Nov. 28th, 2009))... I'm confused... On Nov 4, 1:19 am, Sang Shin wrote: > Alfredo Torres wrote: > > Hi, > > >   Hi,  I am trying to continue with the course but when i try the link > > in Struts 2 Basics nothing hap

[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 > pers