in class name insert the complete classname,iI think : demo.TestField

in class demo.Test2 you must implement the addTestField method

for example 

   public addTestField(TestField tf) {
        this.testFields.add(tf);
    }
   



<fb:insert-bean classname="TestField" addmethod="addTestField"/>



Dev at weitling ha scritto:
> Hi Alessandro,
>
>   
>> you missed class name:
>>
>> <fb:insert-bean classname="TestField" addmethod="addTestField"/>
>>   
>>     
>
> that's the point - it doesn't matter if I insert a full and correct
> class name, leave it out or enter a wrong classname. There's no failure
> message at all. It inserts a row but not the way I want it to.
>
> :-(
> Florian
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>   


-- 
Alessandro Vincelli


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to