Re: Struts missing parameters

2014-08-06 Thread Lukasz Lenart
2014-08-04 18:37 GMT+02:00 Luis Limas : > = > POST-DATA: > = > > {"params":[*{"author":{"id":302},"autoProm":0,"autorizationPool":null,"blockedBy":null,"blockedByName":null,"businessUnit":null,"co

Re: Struts missing parameters

2014-08-06 Thread Luis Limas
Any ideas of what's happening? On 04/08/2014 12:38 p. m., Luis Limas wrote: An update, the concrete lost-parameters are this ones: { "id":41201, "code":"", "deleted":0, "status":3, "description":"BITACORA DE REVISION SEMANAL DE MOLINOS GLENN MILL" } This is my entity who's missi

Re: Please Need help how to select the chosen elements

2014-08-06 Thread Amine BADID
Thank you Christoph for your reply. I tried to use it but I have more than one selected element. The solution above is for only one selected element, I think, no ? I've many selected elements from the drop-down list. Thank you a lot for your help. Best regards. Amine Le Mercredi 6 août 2014 12

Re: Please Need help how to select the chosen elements

2014-08-06 Thread Christoph Nenning
> Thank you Christoph for reply > In fact, when I choose these elements from the drop-down list, I > save them in the database. > After I go to an other page And I do something next I return to the > first one but the éléments are not selected in the drop-down list > but they are realy savez in

Re: Please Need help how to select the chosen elements

2014-08-06 Thread Amine BADID
Thank you Christoph for reply In fact, when I choose these elements from the drop-down list, I save them in the database. After I go to an other page And I do something next I return to the first one but the éléments are not selected in the drop-down list but they are realy savez in the database

Re: Please Need help how to select the chosen elements

2014-08-06 Thread Christoph Nenning
> Hi All. > I retry because I need help, please. > > > > I want to know how to select (color) the chosen elements in a > drop-down list ? > > First, I've selected 3 elements from a drop-down list and I saved > them and I go to an other page. > > Next, I return to the page and I want to see these

Please Need help how to select the chosen elements

2014-08-06 Thread Amine BADID
Hi All. I retry because I need help, please. > > I want to know how to select (color) the chosen elements in a drop-down list ? > First, I've selected 3 elements from a drop-down list and I saved them and I > go to an other page. > Next, I return to the page and I want to see these selected eleme

Re: Whitespace in String-mapped properties

2014-08-06 Thread Christoph Nenning
> I'm trying to implement mapped properties for buttons on a form. > Given the following code: > > private Map removeButtons = new HashMap(); > public Map getRemoveButtons() { > log.debug("Call to getRemoveButtons()"); > return removeButtons; > } > > and the following HTML: > > id="rem

Re: Whitespace in String-mapped properties

2014-08-06 Thread Lukasz Lenart
2014-08-05 20:57 GMT+02:00 Zimnoch, Todd Contractor : > I'm trying to implement mapped properties for buttons on a form. Given the > following code: > > private Map removeButtons = new HashMap(); > public Map getRemoveButtons() { > log.debug("Call to getRemoveButtons()"); > return remove

Whitespace in String-mapped properties

2014-08-06 Thread Zimnoch, Todd Contractor
I'm trying to implement mapped properties for buttons on a form. Given the following code: private Map removeButtons = new HashMap(); public Map getRemoveButtons() { log.debug("Call to getRemoveButtons()"); return removeButtons; } and the following HTML: the getRemoveButtons function