Create a namespace user and put your jsp inside that user for more details refer the following link NameSpace
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
Show us what the start-tag looks like in the JSP file and the mapping for MyAction from the confiugration file.
Any pages at the root of your application (in the same place as your home page) will also have the namespace of / and any pages in the folder /namespacesFolder will have the namespace of /namespacesFolder. So in your struts.xml file you will have a node as follows:
We can specify in jsp as well.
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
In order to determine where the problem may lie, we should see how you are writing the code.
@Bibhudutta Pradhan : Show us what the start-tag looks like in the JSP file and the mapping for MyAction from the confiugration file.