You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jacek Wagner <ja...@berkeley.edu> on 2009/01/05 21:51:45 UTC

screen widget syntax

All,

What would be a corresponding screen widget command(s) to a Java syntax:

context.remove(......)
context.put(.....)

Jacek


Re: screen widget syntax

Posted by Jacek Wagner <ja...@berkeley.edu>.
Adrian Crum wrote:
> <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
>>
>>
This is the way I expected.  Thank you. -- Jacek

Re: screen widget syntax

Posted by Adrian Crum <ad...@hlmksw.com>.
<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
> 
>