Subject: Re: Servlet action is currently unavailable (Help)
From: "Tea Yu" <[EMAIL PROTECTED]>
 ===
Hi List,

I encounter no problem on the following actions....

    <action     path="/country/List"
                type="com.eternalheadwear.system.country.CountryAction"
                name="countryForm"
                parameter="List"
                scope="request">
                <forward name="success" path="/pages/country/list.jsp"/>
    </action>

    <action     path="/country/Add"
                forward="/pages/country/edit.jsp?action=add">
    </action>

    <action     path="/country/Insert"
                type="com.eternalheadwear.system.country.CountryAction"
                name="countryForm"
                parameter="Insert"
                scope="request"
                validate="false">
                <forward name="success" path="/do/country/List"/>
    </action>


However, after adding the following ones:

    <action     path="/country/RepeatAdd"
                forward="/pages/country/edit.jsp?action=add&mode=repeat">
    </action>

    <action     path="/country/RepeatInsert"
                type="com.eternalheadwear.system.country.CountryAction"
                name="countryForm"
                parameter="Insert"
                scope="request"
                validate="false">
                <forward name="success" path="/do/country/RepeatAdd"/>
    </action>


Tomcat generates the following HTTP Status 503 problem:
type Status report
message Servlet action is currently unavailable
description The requested service (Servlet action is currently
unavailable) is not currently available.


Any help would be highly appreciated!  Thank you!!

Tea Yu



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

Reply via email to