Hello,

can somebody explain me how to redirect a URL in struts? 
I try like this, but it don't work
struts-config.xml:

     <action path="/execute" 
          type="myPackage.SearchAction"  
          name="searchForm"  
          input="/index.vm" 
          scope="request"  
          validate="true">
                
          <forward name="success" path="output.vm" redirect="true"/>
    </action>

Thanks
Tatjana
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to