Re: How to pre-select a select combo box

2016-06-21 Thread Guilherme Bisconcini
What I had to do was put the element I want to pre-select in the List in index 0 of my ArrayList. The problem was I made all the logic for the first element be on the position 0 and the rest in the Natural Sort Order. Here is the code: public static List ordenaEmpresasEspecial(List empresas){

Re: Security guideline

2016-06-21 Thread Paul Benedict
Very good. Cheers, Paul On Sat, Jun 18, 2016 at 1:25 AM, Lukasz Lenart wrote: > Hello > > Please take a look on this, we are constantly updating it based on > reported vulnerabilities. > http://struts.apache.org/docs/security.html > > > Regards > -- > Ɓukasz > + 48 606

Re: download links issue

2016-06-21 Thread Jim Macalister
np. just wanted to inform. Thx for your continuous efforts and contribution On Tue, Jun 21, 2016 at 4:02 PM, Lukasz Lenart wrote: > 2016-06-21 14:57 GMT+02:00 Jim Macalister : > > Hi Lukasz, > > > > the issue is caused when following the link >

Re: download links issue

2016-06-21 Thread Lukasz Lenart
2016-06-21 14:57 GMT+02:00 Jim Macalister : > Hi Lukasz, > > the issue is caused when following the link > http://struts.apache.org/download.html#struts-ga (mentioned in [ANN] Struts > 2.5.1 General Availability email). Sorry fot that :( > Btw, is there an EOL roadmap

Re: download links issue

2016-06-21 Thread Jim Macalister
Hi Lukasz, the issue is caused when following the link http://struts.apache.org/download.html#struts-ga (mentioned in [ANN] Struts 2.5.1 General Availability email). Going through the index page of struts is fine. Btw, is there an EOL roadmap for 2.3.x version ? Regards On Tue, Jun 21, 2016

Re: How to pre-select a select combo box

2016-06-21 Thread Christoph Nenning
> > Hi, > > > as far as I remember it is just about the name of > > > > name="pessoaForm.empresa" label="Empresa" select="idDefaultSelection" > />* > > This means your action needs a member "pessoaForm.empresa" and that one > must be initialized with the preselected value. > > I don't

Re: download links issue

2016-06-21 Thread Lukasz Lenart
2016-06-21 14:16 GMT+02:00 Jim Macalister : > Hi there, > > i am trying to download the latest version but i receive 404 error : > > Not Found > > The requested URL /[location] was not found on this server. > > even when trying to change mirror. Strange, no issue on my

download links issue

2016-06-21 Thread Jim Macalister
Hi there, i am trying to download the latest version but i receive 404 error : Not Found The requested URL /[location] was not found on this server. even when trying to change mirror. Regards, Jim

Re: How to pre-select a select combo box

2016-06-21 Thread Christoph Nenning
Hi, as far as I remember it is just about the name of > name="pessoaForm.empresa" label="Empresa" select="idDefaultSelection" />* This means your action needs a member "pessoaForm.empresa" and that one must be initialized with the preselected value. I don't think that you need the select