Re: [S2] the autocompleter tag - the href value

2006-12-15 Thread Dariusz Wojtas
Works perfectly now. Most likely maven had issues with the compiling struts2 code into the same directories as eclipse. After I pointed eclipse to compile into separate directories - maven started to work as expected. Thanks for help Darek On 12/15/06, Musachy Barroso <[EMAIL PROTECTED]> wrote

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Dariusz Wojtas
I have the latest sources. And I am sure I placed the JAR file build an hour ago in my app. But it is possible that something is wrong with the way it produces the JAR file for me. I have sources of struts2 and xwork in one parent dir, I execute ant as described by the struts2 maven build page, b

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Musachy Barroso
Showcase is working and it has this: Are you working with head svn? Because it was behaving as you say(wrong) a few days ago. musachy Dariusz Wojtas wrote: I tried the 'url' way first, but it did not work for me. 'url' but it creates links with double application context in front for autoc

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Dariusz Wojtas
This is the result of autocomplete for b) and c) the dataUrl is wrong, one '/esu' too much. At the same time A which uses the same 'url' identifier produces correct link A Dariusz Wojtas On 12/14/06, Dariusz Wojtas <[EMAIL PROTECTED]> wrote: I tried the 'url' way first, but it did not wo

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Dariusz Wojtas
I tried the 'url' way first, but it did not work for me. 'url' but it creates links with double application context in front for autocompletes. samples b) and c) show this. Dariusz Wojtas On 12/14/06, Musachy Barroso <[EMAIL PROTECTED]> wrote: You need to use the "url" tag to construct the "hre

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Musachy Barroso
You need to use the "url" tag to construct the "href" for all the ajaxtags. musachy Dariusz Wojtas wrote: I have found possible other problem: To show it I have created 3 similar autocompletes, differing only in href. They all should load data from action '/listy/kontrahenci.action' and the '

Re: [S2] the autocompleter tag - the href value

2006-12-14 Thread Dariusz Wojtas
I have found possible other problem: To show it I have created 3 similar autocompletes, differing only in href. They all should load data from action '/listy/kontrahenci.action' and the '/esu' application prefix. That should result in link to: '/esu/listy/kontrahenci.action' sample a) works this