You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by omid p <ve...@gmail.com> on 2011/07/17 15:36:41 UTC

[Trinidad] source code

Hi,

I really can't figure this out, i downloaded trinidad source code from
apache website
http://www.apache.org/dyn/closer.cgi/myfaces/source/trinidad-1.2.14-src-all.zip
and according to tr.tld, inputListOfValues should be in
org.apache.myfaces.trinidadinternal.taglib.core.input.CoreInputListOfValuesTag
but there is no such a package however
after i built source by maven the package and classes built in trinidad-impl


what's wrong ? am i missing sth or what ? is trinidad really opensource ?

Re: [Trinidad] source code

Posted by Scott O'Bryan <da...@gmail.com>.
The taglibs are automatically generated by one of the Trinidad maven plugins.  You'll find the src in the target directory under..  The maven-faces-plugin dir I believe..  I don't have he source in front of me ATM

Sent from my iPhone

On Jul 17, 2011, at 7:37 AM, omid p <ve...@gmail.com> wrote:

> Hi,
> 
> I really can't figure this out, i downloaded trinidad source code from
> apache website
> http://www.apache.org/dyn/closer.cgi/myfaces/source/trinidad-1.2.14-src-all.zip
> and according to tr.tld, inputListOfValues should be in
> org.apache.myfaces.trinidadinternal.taglib.core.input.CoreInputListOfValuesTag
> but there is no such a package however
> after i built source by maven the package and classes built in trinidad-impl
> 
> 
> what's wrong ? am i missing sth or what ? is trinidad really opensource ?