http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html

2008/4/27 mnguyen21 <[EMAIL PROTECTED]>:

>
> oops attached the wrong version.  It still doesn't work with the "../"
> removed.  How does Tapestry organize components?  How does it know where
> t5components points to?  In the examples I've seen/read there isn't any
> kind
> of folder organization to the components.  All t:type declarations specify
> only the name of the component and not the folder/package they live under.
>
> Thanks,
> Michael
>
>
>
>
>
> Sven Homburg wrote:
> >
> > the following code looks not "legitimate"
> >
> > <t:container
> > xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
> >
> >       <div t:type="../t5components/SlidingPanel" t:subject="panelTitle"
> > t:closed="true" style="width: 100%;">
> >               <div>
> >                       <t:sourcecodedisplay src="prop:src"/>
> >               </div>
> >       </div>
> >
> > </t:container>
> >
> >
> > please try without the "../"
> >
> >       <div t:type="t5components/SlidingPanel" t:subject="panelTitle"
> > t:closed="true" style="width: 100%;">
> >
> >
> > 2008/4/27 mnguyen21 <[EMAIL PROTECTED]>:
> >
> >>
> >> Hi,
> >>  I suppose this message should really be directed towards Geoff
> >> Callender,
> >> but here goes...
> >>
> >> I'm trying to build a demo application for some colleagues using
> Tapestry
> >> 5.
> >> I've run into a problem utilizing some of the components from Geoff's
> >> Jumpstart application.  I'm trying to utilize his
> >> SlidingSourceCodeDisplay
> >> component outside his setup.  I'm using the setup from the quickstart
> >> using
> >> the latest T5 snapshot.  I don't have a problem using the precursor
> >> SourceCodeDisplay component that works fine.  It's when I try to use
> the
> >> former component that nothing happens.  I think it has to do with how
> the
> >> dependencies in my pom file is set up.  I don't think my setup is
> >> recognizing any of the t5components components.
> >>
> >> I'm using Jetty 5.12 with the Launcher in MyEclipse 6.01 on Windows XP
> >> SP2
> >> I'm not sure what files you need to see but I'll upload the pom.xml and
> >> the
> >> files that I think are relevant.
> >>
> >> Thanks,
> >> Michael
> >>
> >> http://www.nabble.com/file/p16921738/SlidingSourceCodeDisplay.java
> >> SlidingSourceCodeDisplay.java
> >>
> http://www.nabble.com/file/p16921738/NursingAdvisor.javaNursingAdvisor.java
> >> http://www.nabble.com/file/p16921738/pom.xml pom.xml
> >> http://www.nabble.com/file/p16921738/SlidingSourceCodeDisplay.tml
> >> SlidingSourceCodeDisplay.tml
> >> http://www.nabble.com/file/p16921738/NursingAdvisor.tml
> >> NursingAdvisor.tml
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/help-with-t5component-library-tp16921738p16921738.html
> >> Sent from the Tapestry - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > --
> > with regards
> > Sven Homburg
> > http://tapestry5-components.googlecode.com
> >
> >
> > -----
> > best regards
> > Sven
> >
>
> --
> View this message in context:
> http://www.nabble.com/help-with-t5component-library-tp16921738p16926585.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com

Reply via email to