Re: Reload Tiles configuration

2007-06-17 Thread Antonio Petrelli
2007/6/18, Oguz Kologlu <[EMAIL PROTECTED]>: Hi All, Does anyone know how to get tiles to monitor it's configuration file (tiles.xml) for changes or how to reload it manually without have to restart the webapp or server? What version of Tiles are you using? ---

[S2] Loading tld from jar

2007-06-17 Thread Mark P Ashworth
Good Day, I noticed that the struts tag library file is located in the META-INF of the struts core jar. I would like to create a tag library and would like to know what is the best place to put the tld file and should I loaded. The Struts 2 website does not seem to give any guidelines on this.

ChartResult - howto

2007-06-17 Thread torben
Hi, I am making an application, where I have jsp page with a Chart generated by the JFreeChart API. I would like to the org.apache.struts2.dispatcher.ChartResult class for presenting the chart. Can somebody provide me with an example how to do, or give me a link to a good tutorial.

Re: why cant I have String[] with select tag

2007-06-17 Thread tom tom
Yes I tried the following but it doesnt work, also I gave multiple="true" that also doenst work. Thanks --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > tom tom wrote: > > I have the following in the jsp > > > > >name="testForm.inputAnswer" > >list="#ses

Re: why cant I have String[] with select tag

2007-06-17 Thread tom tom
find my answers below > You're trying to assign a String to an array which > would give you an > error But it nicely work with S1 eventhough it has been left in S2, I can't figure is out why these little features are left over. It got lot of benefits, for e.g if that feature there i can use t

Re: why cant I have String[] with select tag

2007-06-17 Thread Jeromy Evans
tom tom wrote: I have the following in the jsp You're trying to assign a String to an array which would give you an error if you were trying to do it in code. If you want the equivalent of S1 functionality, you'll need to address the first element of the array. I'm not 100% sure this wi

why cant I have String[] with select tag

2007-06-17 Thread tom tom
I have the following in the jsp in the action class there is a instance variable called testForm and inputAnswer is an array string[] in the testForm. I am reusing the inputAnswer for different UI tags, for .e.g with checkboxes as well. Hence inputAnswer is an array. In struts 1.x for select I

Reload Tiles configuration

2007-06-17 Thread Oguz Kologlu
Hi All, Does anyone know how to get tiles to monitor it's configuration file (tiles.xml) for changes or how to reload it manually without have to restart the webapp or server? Thanks, Oz - To unsubscribe, e-mail: [EMAIL PR

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-17 Thread Musachy Barroso
I started working today on a plugin that will have a datepicker based on YUI, the javascript files will weight 97K which is still big, for acceptable for me :). I'm keeping the tag attribute names similar to the datetimepicker tags, so it will be easy to use as a replacement. I will probably make

Re: [S2.0.8] datetimepicker.... is it a train wreck?

2007-06-17 Thread Torsten Römer
Well, now I gave also jscalendar a try, and I think it is the best DHTML calendar I have seen until now. It has all the features I wanted, like date and time selection, internationalisation, styles & even themes, it is higly configurable and very easy to integrate. So I have chosen jscalendar now,

[S2] App generate lot (2GB) of garbage!

2007-06-17 Thread Ing. Andrea Vettori
Hi, I've a struts 2.0.8 app that runs on Linux and JBoss 4.0.5. I'ts an e- commerce site. I have the following problem. The app seems to generate lot of garbage in RAM (young gen) that the gc correctly collects. But when there is more than a few users on the site, that amount of garbage is

Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-17 Thread Musachy Barroso
http://struts.apache.org/2.x/docs/type-conversion.html regards musachy On 6/17/07, kris16 <[EMAIL PROTECTED]> wrote: Hi Adam, I tried to search for a "conversions.properties" file in the documentation but dit not find any example. I have never used the "conversions.properties" file, so could

Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-17 Thread kris16
Hi Adam, I tried to search for a "conversions.properties" file in the documentation but dit not find any example. I have never used the "conversions.properties" file, so could you please explain the solution a bit more or give me an example ? /Regards Krister Adam Ruggles wrote: > > Try addin