You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Christopher Snow <sn...@coralms.com> on 2007/02/19 19:18:45 UTC

usage

How can I display the current example status is the ListExample form?

Thanks in advance,

Chris


<form name="ListExamples" type="list">
   <actions>
      <entity-condition entity-name="Example"/>
   </actions>
        
   <row-actions>
      <!-- how to get the current example status ?? -->
   </row-actions>		
		
   <field name="exampleId">
      <hyperlink 
         description="${exampleId}" 
         target="EditExample?exampleId=${exampleId}"/>
   </field>
   <field name="description"><display/></field>
   <!-- 
      how to display the current example status ??
   -->
</form>	

Re: usage

Posted by Christopher Snow <sn...@coralms.com>.
Al,

I'm trying to work out how to use <row-actions>.

I was hoping that the Example component relationship to StatusItem ('In
Design', 'Defined', etc.,) would have been a good starting point.

Many thanks,

Chris



On Mon, 2007-02-19 at 11:48 -0700, Al Byers wrote:
> Christopher,
> 
> What do you mean by the "current example status"?
> 
> -Al
> 
> On 2/19/07, Christopher Snow <sn...@coralms.com> wrote:
> >
> > How can I display the current example status is the ListExample form?
> >
> > Thanks in advance,
> >
> > Chris
> >
> >
> > <form name="ListExamples" type="list">
> >    <actions>
> >       <entity-condition entity-name="Example"/>
> >    </actions>
> >
> >    <row-actions>
> >       <!-- how to get the current example status ?? -->
> >    </row-actions>
> >
> >    <field name="exampleId">
> >       <hyperlink
> >          description="${exampleId}"
> >          target="EditExample?exampleId=${exampleId}"/>
> >    </field>
> >    <field name="description"><display/></field>
> >    <!--
> >       how to display the current example status ??
> >    -->
> > </form>
> >
> 

Re: usage

Posted by Al Byers <by...@automationgroups.com>.
Christopher,

What do you mean by the "current example status"?

-Al

On 2/19/07, Christopher Snow <sn...@coralms.com> wrote:
>
> How can I display the current example status is the ListExample form?
>
> Thanks in advance,
>
> Chris
>
>
> <form name="ListExamples" type="list">
>    <actions>
>       <entity-condition entity-name="Example"/>
>    </actions>
>
>    <row-actions>
>       <!-- how to get the current example status ?? -->
>    </row-actions>
>
>    <field name="exampleId">
>       <hyperlink
>          description="${exampleId}"
>          target="EditExample?exampleId=${exampleId}"/>
>    </field>
>    <field name="description"><display/></field>
>    <!--
>       how to display the current example status ??
>    -->
> </form>
>