Related to this is to check for the existence of an ASO:

<span jwcid="@If" condition="state:visit">

 You are logged on as <visit.user.name>
</span>

<span jwcid="@Else">

  Click here to login...
On 18/12/06, Dennis Sinelnikov <[EMAIL PROTECTED]> wrote:

Border.java:
  @InjectState("visit")
  public abstract Visit getVisit();

Border.html
<span jwcid="@If" condition="ognl:visit.someProperty">

hth,
Dennis

Josh Joy wrote:
> Hi All,
>
> For my border component, is there a way for this to
> access application
> state objects and also to use jwcid tags such as the
> "If" component?
> Does anyone have an example of this?
>
> Thanks,
> Josh
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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


Reply via email to