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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
>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:
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
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
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
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
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"
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
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
25 matches
Mail list logo