tags:

views:

416

answers:

0

I am developing simple struts2 tiles integreated application.

For that i have written the code for struts.xml, tiles.xml & layout.jsp files.

That all code are so long that i have put it here

When i am executing this application i am getting following error :

No configuration found for the specified action: 'helloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value. No configuration found for the specified action: 'helloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value. Could not find action or result There is no Action mapped for namespace / and action name helloWorld. - [unknown location]

Plz reply if any solution, you have for this problem...