<set> would be the same as context.put. There is no screen widget
command to remove a value from the context. You could try setting the
field to null.
-Adrian
Jacek Wagner wrote:
> All,
>
> What would be a corresponding screen widget command(s) to a Java syntax:
>
> context.remove(......)
> context.put(.....)
>
> Jacek
>
>