Re: Hello Help please with Struts2

2009-09-23 Thread Konstantyn Harasevich
Hello Thanks very much to all responses this issue is resolved with this message. Kostya - Original Message - From: "Martin Gainty" To: "Struts Users Mailing List" Sent: Saturday, September 19, 2009 11:53 PM Subject: RE: Hello Help please with Struts2

Re: Hello Help please with Struts2

2009-09-20 Thread Dave Newton
O_o Martin Gainty wrote: the struts-tags URL <%@ taglib uri="/struts-tags" prefix="s" %> lookups the uri in *.tld (in this case /WEB-INF/classes/META-INF/struts-tags.tld) http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";> 2.2.3 1.2 s /struts-tags head or

Re: Hello Help please with Struts2

2009-09-19 Thread musomesa
When you say "on the classpath" do you mean the compile classpath of the project or is the jar physically in WEB-INF/lib? Chris -Original Message- From: Wes Wannemacher To: Struts Users Mailing List Sent: Sat, Sep 19, 2009 6:55 pm Subject: Re: Hello Help p

Re: Hello Help please with Struts2

2009-09-19 Thread Wes Wannemacher
Which app server do you have set up in netbeans? On 9/19/09, Konstantyn Harasevich 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/Hello

RE: Hello Help please with Struts2

2009-09-19 Thread Martin Gainty
the struts-tags URL <%@ taglib uri="/struts-tags" prefix="s" %> lookups the uri in *.tld (in this case /WEB-INF/classes/META-INF/struts-tags.tld) http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd";> 2.2.3 1.2 s /struts-tags head org.apache.struts2.views.jsp