Re: Struts basic forwards

2009-05-14 Thread Paweł Wielgus
Hi, try Hello notice no white spaces inside Also have You imported html tags in index.jsp? <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> Best greetings, Paweł Wielgus. 2009/5/14 Jesús Gallardo : > Forgive me, you have reason. > > Using urls like: > > http://localhost:8180/Tuto/Sa

Re: Struts basic forwards

2009-05-14 Thread Jesús Gallardo
Forgive me, you have reason. Using urls like: http://localhost:8180/Tuto/SayHello.do http://localhost:8180/Tuto/SayGoodBye.do It show 2 messages the Hello and Goodbye, correctly. The problem occurs in which the index should be 2 links: Hello Adios Logically if I remo

Re: Struts basic forwards

2009-05-14 Thread Paweł Wielgus
Hi Jesús, first of all without globalforwards block it should work as well. Then try not to put anything inside those jsp files, maybe something is wrong there. In browser entering address like: http://yourserver/yourapp/SayHello.do should show hello.jsp where yourapp is application context or not