Hi All,
Just having a bit of an issue with the homework for this one on doing the
first point:
Find all products whose supplier is SamSung and whose price is under
$1000using Criteria API with restrictions
I am getting stuck with getting only Products where the Supplier is SamSung.
I would have th
> everythig is done with custemer, end customers, only you have to do is do
> that similar for Name and Person!
>
> --- On *Sat, 3/7/09, Warren Schembri * wrote:
>
> From: Warren Schembri
> Subject: [java ee programming] Homework Lab 4006 - Not sure what I
Hi All,
I have created the Person/Name object. However, it is not working
In Init.java, I have the following code:
Person person = new Person ("Warren", "Schembri");
sce.getServletContext().setAttribute("my_person", person);
In resp