We had a need to do this in one situation where we couldn't place the object
into session scope and put a pointer as a hidden field.
Our solution was to serialise the object to a string, include the string as
a hidden field and then recreate on form submission. From memory I think we
used xstream.
A failed type conversion will incur a field error as well.
wild_oscar wrote:
>
>
>
> newton.dave wrote:
>>
>> --- wild_oscar <[EMAIL PROTECTED]> wrote:
>>> In a form I have a parameter passed like:
>>>
>>>
>>>
>>> where sop is of class I created.
>>>
>>> When I execute the action I g
newton.dave wrote:
>
> --- wild_oscar <[EMAIL PROTECTED]> wrote:
>> In a form I have a parameter passed like:
>>
>>
>>
>> where sop is of class I created.
>>
>> When I execute the action I get:
>>
>> "No result defined for action myAction and result
>> input"
>>
>> Does this have to do wi
--- wild_oscar <[EMAIL PROTECTED]> wrote:
> In a form I have a parameter passed like:
>
>
>
> where sop is of class I created.
>
> When I execute the action I get:
>
> "No result defined for action myAction and result
> input"
>
> Does this have to do with the fact that the variable
> is of a
4 matches
Mail list logo