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?



Nils-Helge Garli wrote:
> 
> Then I probably have misunderstood your question. Could you explain
> your problem in a little more detail?
> 
> Nils-H
> 
> On Thu, Jan 8, 2009 at 7:53 PM, Jaarthy <aarthyj...@yahoo.com> wrote:
>>
>> But how  can I implement Ajax in that?
>>
>>
>> Nils-Helge Garli wrote:
>>>
>>> You can combine   and <s:url> to create your links.
>>>
>>> http://struts.apache.org/2.1.2/docs/url.html
>>>
>>> Nils-H
>>>
>>> On Thu, Jan 8, 2009 at 6:46 PM, Jaarthy <aarthyj...@yahoo.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> when i am using <s:a theme="ajax" href="someaction.action"> its
>>>> creating
>>>> the
>>>> URL like http://localhost:8080/mywebapp/#.
>>>>
>>>> When I remove the ajax theme,I get
>>>> http://localhost:8080/mywebapp/someaction.action.I want to use ajax
>>>> theme,but I want my url to be like
>>>> http://localhost:8080/mywebapp/someaction.action
>>>>
>>>> Pls. help
>>>>
>>>> Thanks,
>>>> Aarthy
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/s%3Aa-tag-tp21356904p21356904.html
>>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>>> For additional commands, e-mail: user-h...@struts.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> For additional commands, e-mail: user-h...@struts.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/s%3Aa-tag-tp21356904p21358426.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/s%3Aa-tag-tp21356904p21461009.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to