Hello,
not sure if I have understood clearly, but why do you have your
servlet mapped as "/*" ?
<servlet-mapping>
| <servlet-name>ServletEntrada</servlet-name>
| <url-pattern>/*</url-pattern>
| </servlet-mapping>
|
I think it will intercept all requests this way.....
shouldn't you rather define an endpoint "/myservlet" and recall it from the
jsp action ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174322#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...