Hi

How can i get the real path of a request in a class that implements 
ActionHandler? In a servlet i use:

     request.getSession().getServletContext().getRealPath("file.xml")

But in a class that implements ActionHandler i cannot:

     public class LoginAction implements ActionHandler {

       public void execute(ExecutionContext ctx)
       {

        ctx. ?

       }            
 
     }

thanks in advance



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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to