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
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:
&
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
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(
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.
>
>
> -
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',
6 matches
Mail list logo