Te example doesn't really show the power of the action tag. What it allows you to do is to execute a struts 2 action and (optionally) have the resulting html become imbeded into the calling jsp.
Assuming you have the HelloWorld.action servlet from the first tutorial in the "/roseindia" namespace that should give you a better example of what this tag can do.