RE: Handling probel.

2008-12-09 Thread Cappelletti Marc
ndras. ps. If you refer to "Apache Tomcat" when you say "Apache" in your message, than ignore my answer Cappelletti Marc wrote: > Hi all, > > Does anyone aver encountered this problem: > > My webApp is running on a Tomcat server. When I dispatch a request &

Handling probel.

2008-12-08 Thread Cappelletti Marc
Hi all, Does anyone aver encountered this problem: My webApp is running on a Tomcat server. When I dispatch a request through a "welcome.do" action, everything is well done. But when I type or I click on a link which points on a "contact.do" for example, Apache cannot handle this. Does anyone

html:link define the href from a bean property

2008-11-17 Thread Cappelletti Marc
Hi, Maybe an old problem, sorry for the redundance but: I'd like to define that: How can we do that without using <% %> or any java handling..? Thank you Marc

RE: welcome.do ignored in my web.xml

2008-11-17 Thread Cappelletti Marc
at 11:42 +0100, Cappelletti Marc wrote: > Hi all, > > I've mapped my struts action *.do in the web.xml file and it works when > I access a struts action directly with the URL (eg: > http://localhost:8080/mcbc/welcome.do > <http://localhost:8080/mcbc/welcome.do> ) >

welcome.do ignored in my web.xml

2008-11-13 Thread Cappelletti Marc
Hi all, I've mapped my struts action *.do in the web.xml file and it works when I access a struts action directly with the URL (eg: http://localhost:8080/mcbc/welcome.do ) But, when I go to the root of my webapp (http://localhost:8080/mcbc/ ), my welcome-