Re: [S2] Autocompleter initial value and key

2007-08-22 Thread rrecoba
I did ? Autocompleter ? NO THANKS. i > used DWR. > > Herrera > > > > > > rrecoba wrote: >> >> Please, this problem is making me crazy, I really need to solve this >> problem. Please HELP !! >> I´ve tryied a lot of things and nothing works.. >&g

Re: [S2] Autocompleter initial value and key

2007-08-21 Thread rrecoba
Please, this problem is making me crazy, I really need to solve this problem. Please HELP !! I´ve tryied a lot of things and nothing works.. Thanks. rrecoba wrote: > > Hi, I need to set an initial value and key for an autocompleter. How can > id do this? I can set the initial value,

[S2] Autocompleter initial value and key

2007-08-18 Thread rrecoba
Hi, I need to set an initial value and key for an autocompleter. How can id do this? I can set the initial value, but can´t never set the initial key. Thanks a lot. -- View this message in context: http://www.nabble.com/-S2--Autocompleter-initial-value-and-key-tf4291467.html#a12216974 Sent from

Re: Ajax submit button executeScripts="true" evaluates javascript before DOM elements are defined

2007-08-08 Thread rrecoba
Thanks for your help. I don´t understand your answer, can you explain me with more detail? mihel wrote: > > rrecoba wrote: >> i have an ajax submit button that replaces the div specified by the >> targets >> attribute with the result from an action, and the result r

Re: executeScript not working?

2007-08-07 Thread rrecoba
Hi, The problem was that the js has some javascript to be executed that uses the document.getElementById(). ( known issue (WW-1951) ), that will be fixed in v2.1.0. Now i´m trying to find some workaround ¿any ideas? thanks. mihel wrote: > > rrecoba wrote: >> Hi, i´m trying to

Ajax submit button executeScripts="true" evaluates javascript before DOM elements are defined

2007-08-07 Thread rrecoba
i have an ajax submit button that replaces the div specified by the targets attribute with the result from an action, and the result returned by the action has some javascript to be executed that uses the document.getElementById(). I´ve read that this is a known issue (WW-1951) that will be fixe

Re: executeScript not working?

2007-08-07 Thread rrecoba
Yes it has, but when i use it, a "Undefined" message appears in the page inside the div. What i´m doing wrong? Thanks. mihel wrote: > > rrecoba wrote: >> Hi, i´m trying to do something like the example "A div that calls the >> server, >> and JS in

executeScript not working?

2007-08-06 Thread rrecoba
Hi, i´m trying to do something like the example "A div that calls the server, and JS in the resulting page is executed" in the showcase. But with a little diference, i´m not using the href in the s:div tag, i´m just using a link to reload the content. The problem is that the scripts in the reola

Re: Date Problem

2007-07-30 Thread rrecoba
Thanks a lot, I set the locale property to 'es-UY', and works perfect. Ian Roughley wrote: > > try setting it to a locale that uses a date format of "dd/MM/". > > rrecoba wrote: >> I don´t have the struts.locale, neither th struts.properties. This

Re: Date Problem

2007-07-25 Thread rrecoba
I don´t have the struts.locale, neither th struts.properties. This is the problem. Ian Roughley wrote: > > what is the locale set to? It is the "struts.locale" property in the > struts.xml or struts.properties > > /Ian > > rrecoba wrote: >> Hi, than

Re: Date Problem

2007-07-25 Thread rrecoba
ve its localization. try the date tag to specify a date format. > > /Ian > > rrecoba wrote: >> Hi, I´m using an input field where the user must put a date in the format >> "dd/MM/" >> >> But in the Action, when struts 2 set the value for the date a

Date Problem

2007-07-25 Thread rrecoba
Hi, I´m using an input field where the user must put a date in the format "dd/MM/" But in the Action, when struts 2 set the value for the date attribute, the format change´s to "MM/dd/" , does anyone know why this is happening? Thanks a lot.- -- View this message in context: http:

Re: Autocompleter onchange

2007-07-14 Thread rrecoba
Musachy, we solved this by adding a white space in the text of the generated json. Now, when the user clicks one of the rendered options, it fires de value changed event is it possible? Musachy Barroso wrote: > > Use the "notifyTopics" attribute. > > musachy &g

Re: Autocompleter onchange

2007-07-14 Thread rrecoba
" attribute. > > musachy > > On 7/13/07, rrecoba <[EMAIL PROTECTED]> wrote: >> >> >> Hi, I can´t capture the onChange event of an autocompleter. Now I have >> the >> autocompleter working, but i need to fill a div from an ajax call when >> one >&

Autocompleter onchange

2007-07-13 Thread rrecoba
Hi, I can´t capture the onChange event of an autocompleter. Now I have the autocompleter working, but i need to fill a div from an ajax call when one item is selected in the autocompleter. How can I do this? Thanks a lot.- -- View this message in context: http://www.nabble.com/Autocompleter-onc