newton.dave wrote:
> 
> --- On Thu, 9/4/08, krishnan.1000 wrote:
>> newton.dave wrote:
>>> --- On Thu, 9/4/08, krishnan.1000 wrote:
>>>> When I try to load the web page, this is the error that I get.
>>>> The requested resource (/turorial/login) is not available.
>>> Is that a typo?
>> No this is not a typo. 
> 
> You're telling me you type in "tutorial" and it says you tried to access
> "turorial"?
> 
> I am sorry. It should be tutorial with an T and not turorial with an R. My
> mistake. 
> 
>>>> <init-param>
>>>>   <param-name>actionPackages</param-name>
>>>>   [...]
>>> If you're not using the Codebehind/etc. capabilities
>>> then you probably don't want this in your web.xml--I 
>>> don't know off the top of my head if that would cause 
>>> the error or not.
>> I found this on some blog posting. Removing this did
>> not make a difference.
> 
> In general I don't recommend adding random configuration if they're not
> being added for a reason. If you're not using Codebehind/etc. you should
> also remove the plugin; IIRC it's an error to use it without an
> "actionPackages" init-param, although the parameter may be blank.
> 
> I have remove this and it is still not working.
>>>> I am getting the error message No configuration
>>>> found for the specified action": 'login' in namespace ''. 
>>>> Form action defaulting to 'action' attribute's literal value.
>> When I start my Tomcat server, this is the error that
>> I get. The other error is seen in the browser window.
> 
> When you start the server you see a message regarding a form tag in one of
> your JSP files?!
> 
> Are there any errors logged during startup? I'm skeptical that the message
> about the form tag value is encountered during startup, before hitting an
> action or JSP.
> 
> No errors logged during startup.
> 
> Are you sure that your struts.xml is being deployed properly?
> 
> Yes. This is the tomcat log that I see on the console is as follows:
> ....
> 
> Sep 4, 2008 1:42:18 PM
> com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
> INFO: Parsing configuration file [struts-default.xml]
> Sep 4, 2008 1:42:18 PM
> com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
> INFO: Parsing configuration file [struts-plugin.xml]
> Sep 4, 2008 1:42:18 PM
> com.opensymphony.xwork2.config.providers.XmlConfigurationProvider register
> INFO: Parsing configuration file [struts.xml]
> ....
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help%3A-Getting-Error-Message-%22Not-able-to-load-configuration-for-specified-action%22-tp19317093p19319918.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to