Re: Calling Struts action from JSP outside WEB-INF folder

2009-09-05 Thread Paweł Wielgus
Hi Maik, typical action and result config for struts is like this: and if You will enter http://localhost:8080/customerWrapper.do in my browser it will fire this action and result one of the results defined abowe. Now i don't ful

Calling Struts action from JSP outside WEB-INF folder

2009-09-04 Thread Himstedt, Maik (EXTERN: T-Systems on)
Hi everybody, I need to call a Struts action (we use Struts 1.3) from a JSP but I keep getting an "Cannot retrieve mapping for action: "/maEdit" error. The JSP looks like ... the struts-config looks like The main problem is the web project's structure. We habe a Web Content folder, undern