I have a jsp with the following tag:
<html:form method="get" action="/designer/folders.bws">

However, the form tag in the generated html has the .bws suffix changed to
.do? 
<form name="designerFoldersForm" method="get" 
action="/bam/designer/folders.do">

The action mapping is:
<action    path="/designer/folders" ....../>

Anything I can do preserve the action suffix?
--
Thanks much.
Jacob

Reply via email to