You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by David Avenante <d....@gmail.com> on 2007/06/14 17:29:41 UTC

T5 and Expension documentation

Hi,

I've read the documentation of expension.

I try to render something like :

<div id="${id}" style="visibility:hidden;position:absolute;top:0px;"
     xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
    <div class="x-dlg-hd">${title}</div>
    <div class="x-dlg-bd">
        <t:body/>
    </div>
</div>

it's work fine for title but don't work for my id !!!!

I've miss something ?

Thank's

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 and Expension documentation

Posted by David Avenante <d....@gmail.com>.
Sorry, I've found your repository in your pom,xml ;)

http://people.apache.org/~hlship/tapestry-snapshot-repository

;)

On 6/14/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> You're caught between releases; using expansions inside ATTRIBUTES is
> a new feature available in 5.0.5-SNAPSHOT.
>
> On 6/14/07, David Avenante <d....@gmail.com> wrote:
> > Hi,
> >
> > I've read the documentation of expension.
> >
> > I try to render something like :
> >
> > <div id="${id}" style="visibility:hidden;position:absolute;top:0px;"
> >      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
> >     <div class="x-dlg-hd">${title}</div>
> >     <div class="x-dlg-bd">
> >         <t:body/>
> >     </div>
> > </div>
> >
> > it's work fine for title but don't work for my id !!!!
> >
> > I've miss something ?
> >
> > Thank's
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Apache HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 and Expension documentation

Posted by David Avenante <d....@gmail.com>.
Thank's Howard for the info.

There is a repository where I can found this version ?

I'll try to build from source with maven 2.0.5 but I've some errors in
ioc module compilation :

ChainBuilderImpl.java:[125,65] incompatible types
found   : java.lang.reflect.Constructor<?>
required: java.lang.reflect.Constructor<T>

Regards


On 6/14/07, Howard Lewis Ship <hl...@gmail.com> wrote:
> You're caught between releases; using expansions inside ATTRIBUTES is
> a new feature available in 5.0.5-SNAPSHOT.
>
> On 6/14/07, David Avenante <d....@gmail.com> wrote:
> > Hi,
> >
> > I've read the documentation of expension.
> >
> > I try to render something like :
> >
> > <div id="${id}" style="visibility:hidden;position:absolute;top:0px;"
> >      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
> >     <div class="x-dlg-hd">${title}</div>
> >     <div class="x-dlg-bd">
> >         <t:body/>
> >     </div>
> > </div>
> >
> > it's work fine for title but don't work for my id !!!!
> >
> > I've miss something ?
> >
> > Thank's
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Apache HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5 and Expension documentation

Posted by Howard Lewis Ship <hl...@gmail.com>.
You're caught between releases; using expansions inside ATTRIBUTES is
a new feature available in 5.0.5-SNAPSHOT.

On 6/14/07, David Avenante <d....@gmail.com> wrote:
> Hi,
>
> I've read the documentation of expension.
>
> I try to render something like :
>
> <div id="${id}" style="visibility:hidden;position:absolute;top:0px;"
>      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
>     <div class="x-dlg-hd">${title}</div>
>     <div class="x-dlg-bd">
>         <t:body/>
>     </div>
> </div>
>
> it's work fine for title but don't work for my id !!!!
>
> I've miss something ?
>
> Thank's
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org