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 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 > > Oh, ajax theme, sorry. > > If you set the theme to "ajax" the <s:a...> tag will be making Ajax > requests--is that what you're trying to do? If so, reading the > documentation would be a good place to start: > > For S2.0: > http://struts.apache.org/2.0.11/docs/ajax-tags.html#AjaxTags-anchorTag > > For S2.1: > http://struts.apache.org/2.x/docs/dojo-anchor.html > > If you're not, then just use regular HTML <a...> tags. > > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/%3Cs%3Ahead-theme%3D%22ajax%22%3E-causing-prob-em-with-%3Cs%3Aurl%3E-tp19316767p19318126.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

