On Fri, January 6, 2006 12:41 pm, Pilgrim, Peter said: > I am back from vacation, and I solved the issue with taglibs. I had to > downgrade the taglib DTD version from 1.2 to 1.1 for some reason, > and the application deployed to WebLogic 8.1
Hmm, weird. Ok, well, it's a solution :) > I have a couple of questons. I am getting a 404 because the target URL > in the Ajax JavaScript is wrong. How do I set the right target and make > it context relative? E.g. the web context is `asds' Looking at the access log, I'm not clear as to what's wrong... is it the /secured/ portion that you don't expect to see? If the context is asds, then I would expect to see /asds/typeAheadSuggestions, is that your expectation as well? I don't want to put forth any answer until I hear your answer to that, just so I know we're trying to get to the same place :) Actually, I guess I will take a stab at it first... try putting a leading slash before the target URL? > Assuming I get this working for one control. How do expand this example so > that > it support multiple fields submit to the same suggestion servlet? You should just need to create an entry for the other fields in the config file and throw an <ajax:event> tag after them... just point them all at the same target URL, it should work fine. Should be as easy as copying the config that is there now and changing the element's ajaxRef. > Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]