Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-10 Thread reason
http://old.nabble.com/struts-2-helloWorld-example-not-properly-working-in-tomcat-5.5-tp26240890p26287009.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apach

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-10 Thread Musachy Barroso
8M/14M > [INFO] > ---------------------------- > [kos...@ares tmp]$ > > > that's why i'm talking about a steep learning curve. it's all fun though... > hihi > -- > View this message in context: >

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-10 Thread reason
--- [kos...@ares tmp]$ that's why i'm talking about a steep learning curve. it's all fun though... hihi -- View this message in context: http://old.nabble.com/struts-2-helloWorld-example-not-properly-working-in-

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread Musachy Barroso
the app running! > Struts seem to have a steep learning curve but i'll get there in the end... > ;) > > many thanks, > kostis > > > Hello, > > couple of things: > > > -- > View this message in context: > http://old.nabble.com/struts-2-helloWorld-example-n

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread Jozef Fiflik
gt; frustration finally got the app running! > Struts seem to have a steep learning curve but i'll get there in the end... > ;) > > many thanks, > kostis > > > Hello, > > couple of things: > > > -- > View this message in context: > http://old.nabble.c

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread reason
http://old.nabble.com/struts-2-helloWorld-example-not-properly-working-in-tomcat-5.5-tp26240890p26266984.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apach

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread Jozef Fiflik
t; >> package tutorial; > >> import com.opensymphony.xwork2.ActionSupport; > >> public class HelloWorld extends ActionSupport { > >> > >>public static final String MESSAGE = "Struts is up and running ..."; > >> > >> public String execute() throws Exc

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-08 Thread reason
;> >>    private String message; >> >>    public void setMessage(String message){ >>        this.message = message; >>    } >> >>    public String getMessage() { >>        return message; >>    }

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-07 Thread gaurav nigam
etMessage(String message){ >        this.message = message; >    } > >    public String getMessage() { >        return message; >    } > } > > HelloWorld.jsp > <%@ taglib prefix="s" uri="/struts-tags" %> > > >     >        Hello World!

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-07 Thread Jozef Fiflik
essage){ >this.message = message; >} > >public String getMessage() { >return message; >} > } > > HelloWorld.jsp > <%@ taglib prefix="s" uri="/struts-tags" %> > > > > Hello World! > > > &

struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-07 Thread reason
with "Hello World" as the title thanks for any replies, k -- View this message in context: http://old.nabble.com/struts-2-helloWorld-example-not-properly-working-in-tomcat-5.5-tp26240890p26240890.html Sent from the Struts - User mailing list archive at Nabble.com. --