I'm going crazy...
If I map a servlet by extension, I should reach it.
For example

if I have:


  | <servlet>
  |             <servlet-name>Servlet1</servlet-name>
  |             <servlet-class>mywork.Servlet1</servlet-class>
  | </servlet>
  |     
  |   <servlet-mapping>
  |             <servlet-name>Servlet1</servlet-name>
  |             <url-pattern>*.jhk</url-pattern>
  |  </servlet-mapping> 

In my jsp page located in /web-app-root/user/uploadfile.jsp
I should reach that servlet in this way:


  | ...
  | <form action="someAction.jhk">
  | ...
  | 

But this doesn't work for me... my application simply reload same page and do 
nothing... 

I'm blocked here since 2 days, and i've 7 days left to finish my project...
Need help, please.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953250#3953250

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953250

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to