Jaarthy wrote:
when i am use <s:a theme="ajax" href="someaction.action"> its creating the
URL like http://localhost:8080/mywebapp/#.
When I remove the theme="ajax",I get the URL like
http://localhost:8080/mywebapp/someaction.action.
I want to use ajax theme,but I want my url to be shown like
http://localhost:8080/mywebapp/someaction.action,because the values which I
get back from action needs to be updated in the div in the same page.

Is it understood?

Not really.

I don't recall at the moment how the URL is displayed, but are you saying that using the "target" attribute in the <s:a...> tag isn't properly putting the results of the action into the target?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to