use the
framework\example\webapp\example\WEB-INF
controller as an example.

Chirag Manocha sent the following on 8/22/2008 3:50 AM:
> Hello All,
> I am calling a request on the browser which is like this in my controller :
> 
> <request-map uri="main">
>     <security https="false" auth="false"/>
>     <response name="success" type="view" value="main"/>
> </request-map>
> 
> not transferring this to the secured port but still its being called two
> times i.e. the doRequest method of RequestHandler.java is being called two
> times and giving me error for "track visit" because second times its having
> request uri as [null - field] which is causing the problem.
> 
> I am tracing the code. Any early help would be highly appreciated.
> 

Reply via email to