Struts 2 HelloWorld : The requested resource () is not available.

2009-02-24 Thread Loupita
Hello! I'm trying to get a hang on how Struts 2 works, so I thought I'd try Apache Struts 2's own Hello World tutorial at http://struts.apache.org/2.x/docs/hello-world.html http://struts.apache.org/2.x/docs/hello-world.html But as I'm deploying it I get a HTTP 404: The requested resource () is

Can I send parameters between jsp pages?

2009-03-05 Thread Loupita
Hello! This is my issue: I have a jsp with a list of users: UserList.jsp <%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> <%@ taglib prefix="sx" uri="/struts-dojo-tags" %> <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> Users