Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Musachy Barroso
Both problems should now be fixed on IE 6. regards musachy Musachy Barroso wrote: I will fix it so it ignores that null value. UTF-8 works. regards musachy Dariusz Wojtas wrote: I am not really sure if it worked before, both autcompleter and my code do evolve ;) I was always using JSP with

Re: [tiles 2] Accessing items from a putList?

2006-12-31 Thread Eric Rank
Thanks Antonio, I think I was just feeling a little insecure about the code I was writing. Ultimately, I just want to make sure that I'm doing things the right way. If using JSTL falls within the scope of best practices for pulling out putList attribute values, I'm satisfied. To answer

Re: [tiles 2] Accessing items from a putList?

2006-12-31 Thread Eric Rank
I figured out a way to get by without using the Core JSTL forEach tag. Antonio, as you state, I can use any method of iteration I choose. In my case, my goal was to use the struts iterator tag. Code that works follows: ==

[S2] client validation problem

2006-12-31 Thread Nick Tucker
Hi I have been having trouble with client side validation for some time. I am not sure if this usage case has been reported before, or even if this is the right place to report it, as it is an old problem from webwork. On experimenting with the quiz_client.jsp in the showcase application I

Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Dariusz Wojtas
Hi Musachy, I have just built new S2 (after tag 2.0.2), made sure that the old JAR files are replaced and restarted it. If something is fixed - great, but it still misbehaves under IE and Opera. There is also some issue common to all browsers (including FF): *) If I have 3 stacked

Re: [OT] Will you install VISTA?

2006-12-31 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leon Rosenberg wrote: http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt Well.. not to fuel a flame war, but reading stuff like this makes me all the more comfortable with my decision from long ago to just say no to Microsoft. For some

Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Musachy Barroso
Sorry for the false news :). The issue was closed but it seems like it hasn't been committed yet. https://issues.apache.org/struts/browse/WW-1583 regards musachy Dariusz Wojtas wrote: Hi Musachy, I have just built new S2 (after tag 2.0.2), made sure that the old JAR files are replaced and

Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Musachy Barroso
That was quick! The change is on head already. musachy Musachy Barroso wrote: Sorry for the false news :). The issue was closed but it seems like it hasn't been committed yet. https://issues.apache.org/struts/browse/WW-1583 regards musachy Dariusz Wojtas wrote: Hi Musachy, I have just

Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Musachy Barroso
With the Object error and the encoding problem out of the way I will start looking at other problems next year :) regards musachy Dariusz Wojtas wrote: Hi Musachy, I have just built new S2 (after tag 2.0.2), made sure that the old JAR files are replaced and restarted it. If something is

[S2] Strange problem with Date handling

2006-12-31 Thread Dariusz Wojtas
Now I am stuck with some other issue, something so strange that seems to be irrational. I have an URL /myAction.action?dataPierwszejRejestracji=2006-12-31 that leads to an action with a Date property - dataPierwszejRejestracji I submit this URL in IE and Firefox - works. I submit the same

Re: [S2] autocompleter, predefining initial value

2006-12-31 Thread Dariusz Wojtas
Hey! Your fix works as you said. Under both IE and Opera. There are still the issues described in my previous mail (resubmit of stacked autocompleters on all browsers, dropdown problem on Opera), but the things that you just fixed - do work as expected. I just had to refresh/clear cache in IE

Re: [S2] Redirecting to another action with preserving error messages

2006-12-31 Thread Nick Tucker
out of the box there is the Message Store Interceptor. I have not tried it myself. Nick Dariusz Wojtas wrote: ok, this is the obvious candidate if I want to make it 'by hand'. Some little method in the base action or filter that takes care for it as I would do it in Struts 1. But I

Re: [tiles 2] Accessing items from a putList?

2006-12-31 Thread Antonio Petrelli
Eric Rank ha scritto: Hi all, I am trying to insert items from a putList defined in my tiles.xml file in a template file. The only way that I can seem to do it is by using the following process 1. make the putList 'List' accessible on the page with tiles:useAttribute name=myPutList / 2.

Re: Tiles putList question

2006-12-31 Thread Antonio Petrelli
Rick Mangi ha scritto: Hello list, I am trying to use a putList in tiles to insert a list of pre-defined tile definitions. definition name=spa.page path=/tiles/spaPage.jsp put name=body.content value=/tiles/spaDetails/displayTile.jsp /