[java ee programming] Re: struts 2 error http 4

2010-09-05 Thread Javier
On Aug 30, 1:03 pm, Michèle Garoche wrote: > On Aug 30, 5:05 pm, Javier wrote: > > > when I try to access my struts 2 application hosted on apache tomcat > > 6, the aplicaicion not displayed and shows me http state 404, the > > requested resource is not available. > > > The application I develo

[java ee programming] Re: struts 2 error http 4

2010-08-30 Thread Michèle Garoche
On Aug 30, 5:05 pm, Javier wrote: > when I try to access my struts 2 application hosted on apache tomcat > 6, the aplicaicion not displayed and shows me http state 404, the > requested resource is not available. > > The application I developed with netbeans IDE 6.5 and I uploaded the > file. Wa

[java ee programming] Re: struts 2 error http 4

2010-08-30 Thread Javier
On 29 ago, 20:55, Michèle Garoche wrote: > On Aug 29, 11:50 pm, Javier wrote:> I have a > struts 2 application in apache tomcat 6, but when deploying > > I > > get http error 404, can anyone help me thanks. > > Could you please post the error and maybe a little context. > > Michèle Garoche w

[java ee programming] Re: struts 2 error http 4

2010-08-29 Thread Michèle Garoche
On Aug 29, 11:50 pm, Javier wrote: > I have a struts 2 application in apache tomcat 6, but when deploying > I > get http error 404, can anyone help me thanks. Could you please post the error and maybe a little context. Michèle Garoche -- You received this message because you are subscribed to

[java ee programming] Re: struts 2 error http 4

2010-08-29 Thread Michèle Garoche
On Aug 29, 11:50 pm, Javier wrote: > I have a struts 2 application in apache tomcat 6, but when deploying > I > get http error 404, can anyone help me thanks. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post

Re: [java ee programming] Re: Struts 2

2009-11-30 Thread Sang Shin
asajm wrote: > Hi, > > i understand that the requirements to complete this course and get > certified just only complete 13 homeworks (without Struts 2). isn't > it? > > Correct. I cleaned up the class website - sorry for the confusion, I just realized that there was a link to Struts 2 in the

[java ee programming] Re: Struts 2

2009-11-29 Thread asajm
Hi, i understand that the requirements to complete this course and get certified just only complete 13 homeworks (without Struts 2). isn't it? Regards, On Nov 4, 3:19 am, Sang Shin wrote: > Alfredo Torres wrote: > > Hi, > > >   Hi,  I am trying to continue with the course but when i try the lin

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

[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: Struts 2

2009-11-03 Thread Sang Shin
Alfredo Torres wrote: > 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?? I moved the Struts 2 and other Web application frameworks topics into t

[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/29/09, Alfredo Torres wrote:

[java ee programming] Re: Struts 2

2009-09-29 Thread 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/29/09, Alfredo Torres wrote: > From: Alfredo Torres > Subject: [java ee programming] Struts 2 > To: "Java EE (J2EE

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

2009-09-25 Thread Artashes Hovasapyan
Original Message - > *From:* Artashes Hovasapyan > *To:* harasev...@yandex.ru > *Cc:* java-ee-j2ee-programming-with-passion@googlegroups.com > *Sent:* Friday, September 25, 2009 9:12 AM > *Subject:* Re: [java ee programming] Re: Struts 2 Please see details > > One thing that c

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

2009-09-25 Thread Artashes Hovasapyan
One thing that can happen is that your struts2-core.jar is not deployed to the server. If you use NetBeans and struts2-core.jar is in project libraries then you'll have it resolved to WEB-INF/lib directory. If you use Eclipse then you should have it in Java EE Module Dependencies (in Project Proper

[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] Re: struts

2009-07-07 Thread Ice-Man
The Actions are used so that make calls to Maneger/Service/Façade Tier and to make Forwards. Struts uses the Forms to get the data from the form (HTML submit). -> did u it implements View Helper Design Pattern??! U may get Attributs and Params from the Request and may put Attributs!! Ice-Man

[java ee programming] Re: Struts 2 - Indexed properties

2009-06-05 Thread Biljana Biljana
I don't know to much with < s: ...> tags, but I know how to do in usually jsp pages. I created one page with form where I add new car, or what ever, this form's action is activated one servlet which will add new car in list, this servlet at the end will dispatched to some jsp page you want. I so

[java ee programming] Re: Struts HW question

2009-04-02 Thread Karl
>From your project in project view, right click on Libraries folder, 'Add >Library...' and Struts 1.2.9 should be a selection in the Global Library >selection. Add this to your project. the struts tld definitions are part of >this library. ~Karl --- On Wed, 4/1/09, pxk5...@njit.edu wrote:

[java ee programming] Re: Struts 2, java.util.List and tag select

2009-01-29 Thread Pawel Jedruch
Hi, Problem solved. I create the arrayList in wrong Action Class :) 2009/1/29 pawcik : > Hi, > > I have been trying use Struts 2 tag: select and combobox. But when I > pass as a List parameter name of List i get a error like that: > > Caused by: tag 'select', field 'list', name 'fruits': The r

[java ee programming] Re: struts

2008-12-30 Thread vilas sangre
Good morning to all, Ya same issue i have,how can i attend this class and how can  we solve assignment given from this class. --- On Tue, 30/12/08, Rajni Satija wrote: From: Rajni Satija Subject: [java ee programming] Re: struts To: java-ee-j2ee-programming-with-passion@googlegroups.com Date

[java ee programming] Re: struts

2008-12-30 Thread Rajni Satija
Hi, I would like to participate in the class. I would like to know how does this work. where are the assignments posted and how to check my work and all. Thanks a lot! Rajni > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[java ee programming] Re: Struts 2 basics Homework

2008-10-08 Thread Presario 6331RSH HAM
Look for where I made notes in your code. Just trying to help. On Oct 7, 11:05 am, Andack <[EMAIL PROTECTED]> wrote: > Hi, > > I do a little modification, i changed the structure of my struts.xml > for this > > > > "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" > "http://stru

[java ee programming] Re: Struts 2 basics Homework

2008-10-07 Thread Andack
Hi, I do a little modification, i changed the structure of my struts.xml for this http://struts.apache.org/dtds/struts-2.0.dtd";> /index.jsp And the index.jsp looks like this <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s"

[java ee programming] Re: (Struts and Databases) Lab 4222_Struts_DataBase

2008-09-19 Thread Sang Shin
Ice-Man wrote: > Hi Sang, how u're doing?!! ;-)) > > We already get a great widely number of Struts Lab available. > So I beleave DataBase Struts Lab would be more relevante and > interesting (for the sake and completeness of Struts study), don't you > agree?! > Sang, do you get a

[java ee programming] Re: Struts; Tiles-Framework; Presentation: StrutsTiles.pdf page:25

2008-09-12 Thread Sunshine
I noticed that the Tile documentation exercise had more of the layouts but ZI am not sure how they are created. Perhaps you could review the Struts references. On Sep 1, 12:06 pm, newbean <[EMAIL PROTECTED]> wrote: > The page mentions the following: "Pre-built Layouts from Tiles > Framework" > li