...
> reply urgently........
Get yourself a help-desk. Otherwise, be patient.

Signature
Andrew Thompson
http://www.physci.org/
> question :can we change .do extension in struts? if we can where do we
> change that?
>
> reply urgently........
Is this for a job interview ?
Anyway, yes you can. In web.xml, where it says
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
Change it to any extension you want to use.
-cheers,
Manish