Hi Gollo,
now after a day of search i have found out, why the bean value wasn't
displayed.
you are right, the value would be shown ... IF the database is there! ;)
another teamdeveloper has switched the database without giving me a
hint.
sorry all for not checking that further.
thanx alf
Sean Gollschewsky wrote:
>
> Hi Alf,
>
> Yes, removing the value attribute should do exactly as you want. From
> the documentation
>
> value: Value to which this field should be initialized. [Use the
> corresponding bean property value] [RT Expr]
>
> The default value of value (this is confusing :-)) is described in the
> square brackets. So if you don't specify the value attribute, the
> default will be taken, which is to use the value from the bean.
>
> Gollo.
>