Hi,

in my struts config, 

<action 
path="/Index" 
parameter="/WEB-INF/Pages/Index.vm" 
type="org.apache.struts.actions.ForwardAction"/>

and in my welcome.vm, i used 
$link.setAction('Index')

it should output /ib/Index.do but it outputs only /ib
(ib - is the context root of my application)

where and what am i missing?

-- 
Bayarsaikhan VOLODYA

Reply via email to