Hi,
        I'm unable to have a url that appears in the client web-browser
address bar
of the sort: http://localhost:8080/admin/showNewsletter.do

but the url that i'm seeing is:
http://localhost:8080//admin/managenewsletters/newsletter_display_defaul
t.jsp


how can i accomplish this?
        <action path="/admin/managenewsletters/showNewsletters"
                type="test.actions.ShowNewslettersAction"
name="newsletterForm" scope="request"
                input="/admin/mainMenu.jsp">
                <forward name="success"
        
path="/admin/managenewsletters/newsletter_display_default.jsp"/>
        </action>

        <!-- Action Servlet Mapping in web.xml -->
        <servlet-mapping>
                <servlet-name>action</servlet-name>
                <url-pattern>*.do</url-pattern>
        </servlet-mapping>
TIA



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

Reply via email to