You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Alex D. Fleming" <lo...@yahoo.com> on 2006/10/10 04:27:42 UTC

Implement New tag in Mini Language



Hi,

I want to create a new tag for Mini Language.The name of the tag will 
be <sequenced-id-to-env-to-field> basically this will be the combination 
of the two tags <sequenced-id-to-env-to-field>  &  <env-to-field> that 
are used in the following two sentences.(I think the usage of this tag 
is self-understood)

<sequenced-id-to-env sequence-name="ProductFeature" 
env-name="productFeatureId"/>
<env-to-field env-name="productFeatureId" map-name="newEntity"/>

Can any body of you guide me how can I implement this new tag for Mini 
Language ??? Is this tag will make any sense or its irrelavent to 
implement it ???
I thought that it will be helpful for developer so was thinking to 
implement it.

Please give me some guideline for creating new tag in Mini Language.

 		
---------------------------------
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.

Re: Implement New tag in Mini Language

Posted by Chris Howe <cj...@yahoo.com>.
a new tag isn't necessary...

try:
<sequenced-id-to-env sequence-name="ProductFeature"
env-name="newEntity.productFeatureId"/>

--- "Alex D. Fleming" <lo...@yahoo.com> wrote:

> 
> 
> 
> Hi,
> 
> I want to create a new tag for Mini Language.The
> name of the tag will 
> be <sequenced-id-to-env-to-field> basically this
> will be the combination 
> of the two tags <sequenced-id-to-env-to-field>  & 
> <env-to-field> that 
> are used in the following two sentences.(I think the
> usage of this tag 
> is self-understood)
> 
> <sequenced-id-to-env sequence-name="ProductFeature" 
> env-name="productFeatureId"/>
> <env-to-field env-name="productFeatureId"
> map-name="newEntity"/>
> 
> Can any body of you guide me how can I implement
> this new tag for Mini 
> Language ??? Is this tag will make any sense or its
> irrelavent to 
> implement it ???
> I thought that it will be helpful for developer so
> was thinking to 
> implement it.
> 
> Please give me some guideline for creating new tag
> in Mini Language.
> 
>  		
> ---------------------------------
> Do you Yahoo!?
>  Get on board. You're invited to try the new Yahoo!
Mail.