Re: [S2] Problem while retrieving data from JSP

2007-10-26 Thread kaouki
ual object in session (whether > you do it via ScopedModelDriven or not isn't > relevant), or never detach it from the Hibernate > session, I'm not sure what else you can do > > d. > > --- kaouki <[EMAIL PROTECTED]> wrote: > >> >> I would like

Re: [S2] Problem while retrieving data from JSP

2007-10-26 Thread kaouki
D's in hidden fields and then they will fill up > with id's from your collection on jsp page > > In save method wou will analyse the recieved data. > > > kaouki wrote: >> >> Hi, >> I get this bean in my action in order to modify it in my jsp: &

[S2] Problem while retrieving data from JSP

2007-10-25 Thread kaouki
Hi, I get this bean in my action in order to modify it in my jsp: Catalogue { Long id; String title; String description; Collection produits } In this jsp, I have two fieds: title and description, and a table of Produit with checkboxes. These ones enable the user to remove the products from the ca

[S2] Problem with Double validation

2007-10-23 Thread kaouki
Hello, I am trying to submit my form but I have a validator problem on a texfield: prixHT is a Double that I set to 19.99, and I validate data with annotations : @Validations( requiredStrings = { ..., @RequiredStringValidator(

Re: [S2] Problem with tag

2007-10-19 Thread kaouki
yes newton.dave wrote: > > --- kaouki <[EMAIL PROTECTED]> wrote: >> I have a Collection genres in my Action and a >> String genreId. > > Is there a public getter for genres? > > d. > > > -

[S2] Problem with tag

2007-10-19 Thread kaouki
Hello, I am new to Struts2 and I am attempting to create a form with a select tag ... :/ I have a Collection genres in my Action and a String genreId. Genre is a simple JavaBean with id and name attributes. But when I submit the form I have this error : tag 'select', field 'list', id 'genre',