RE: s:head theme=ajax causing prob;em with s:url

2008-09-07 Thread Martin Gainty
pls display full jsp thx, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread Dave Newton
--- On Thu, 9/4/08, tutul wrote: Does anyone know of any problems with using s:head theme=ajax and s:url I have a jsp which uses s:head theme=ajax and as soon as I go this jsp, all other s:urls's in the page stops working. It just shows me the last link created. What do you mean by the

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread tutul
Thanks form responding. I am using struts2 with tiles and I have a commonlayout.jsp with all the relevant links in the application, for ex, Add, View Search etc. One of the jsp's has all the link in it and which appears on the left pane of the page.. (Just like a regular html page). The links

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread Dave Newton
--- On Thu, 9/4/08, tutul wrote: s:url id =search action=SearchClient includeParams=none s:a href=%{search}/ /s:url Did you try it like this? s:url id=search action=SearchClient includeParams=none/ s:a href=%{#search}/ Dave

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread tutul
I changed it to the option you had suggested. It doesn't work. The thing is the links are working if I remove the theme=ajax from the s:head tag. So I am guessing it has to do with how ajax works. I am very new to this ajax thing...May be missing out on some settings newton.dave wrote: ---

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread Dave Newton
--- On Thu, 9/4/08, tutul wrote: I changed it to the option you had suggested. It doesn't work. The thing is the links are working if I remove the theme=ajax from the s:head tag. So I am guessing it has to do with how ajax works. I am very new to this ajax thing...May be missing out on some

Re: s:head theme=ajax causing prob;em with s:url

2008-09-04 Thread tutul
That worked. I was not actually trying to make Ajax request. I was just using the ajax theme to populate a certain part of the jsp. Thanks for the response. newton.dave wrote: --- On Thu, 9/4/08, tutul wrote: I changed it to the option you had suggested. It doesn't work. The thing is the