definition of attributes in .ftl file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

definition of attributes in .ftl file

lahmar
Hello,

I would like to know where i can find the declaration of some variables and its attributes.

Ex: login.ftl:
${<autoUserLogin.userLoginId}

variable:autoUserLogin
attribute: userLoginId.

I used eclipse search in all the workspace, but i don't find the declaration .

Any one has an idea?

Thks & best regards.
Lahmar.

Reply | Threaded
Open this post in threaded view
|

Re: definition of attributes in .ftl file

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

in general, what you call variable is an Entity name
and an Attribute is the field in the Entity.
Some, are maps with data that were generated in the bsh, groovy files
associated with ftl.

if you load and run the trunk version look in the webtools for artifact.
then type in, say, autoUserLogin and you will find how it used.

lahmar sent the following on 3/25/2009 3:17 AM:

> Hello,
>
> I would like to know where i can find the declaration of some variables and
> its attributes.
>
> Ex: login.ftl:
> ${<autoUserLogin.userLoginId}
>
> variable:autoUserLogin
> attribute: userLoginId.
>
> I used eclipse search in all the workspace, but i don't find the declaration
> .
>
> Any one has an idea?
>
> Thks & best regards.
> Lahmar.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJyiF8rP3NbaWWqE4RAuJXAJ9ZHgRLl86wJ53Ql/2QfsPRZUBaaACghkTt
7uOmiFJpQF4Jgg+Co8OgIFc=
=gAkL
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: definition of attributes in .ftl file

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

as a follow up I did a search in eclipse for
autoUserLogin
found many references.

BJ Freeman sent the following on 3/25/2009 5:20 AM:

> in general, what you call variable is an Entity name
> and an Attribute is the field in the Entity.
> Some, are maps with data that were generated in the bsh, groovy files
> associated with ftl.
>
> if you load and run the trunk version look in the webtools for artifact.
> then type in, say, autoUserLogin and you will find how it used.
>
> lahmar sent the following on 3/25/2009 3:17 AM:
>> Hello,
>
>> I would like to know where i can find the declaration of some variables and
>> its attributes.
>
>> Ex: login.ftl:
>> ${<autoUserLogin.userLoginId}
>
>> variable:autoUserLogin
>> attribute: userLoginId.
>
>> I used eclipse search in all the workspace, but i don't find the declaration
>> .
>
>> Any one has an idea?
>
>> Thks & best regards.
>> Lahmar.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJyiRerP3NbaWWqE4RAhyTAJ9rMPft0JHeDWOnBskTZZzH5ZPThgCgjunx
XZV4JFo3IrZnpL0SODUMyq4=
=755J
-----END PGP SIGNATURE-----