Hi Shing :) Thank you for your examples. Although they are enlightening I'm trying to employ the use of tacos codebase as the generator for the components..
Y. On Mon, 2007-03-12 at 20:24 +0000, Shing Hing Man wrote: > Try adding the following into your html template. > > .dojoTabContainer{ > width: 100%; height: 25em; > } > > There is a tab example at > > (for tap 4.1) > http://lombok.demon.co.uk/tapestry41Demo/app > > (for tap 4.0) > > http://lombok.demon.co.uk/tapestry4Demo/app > > Shing > > --- Yiannis Mavroukakis <[EMAIL PROTECTED]> > wrote: > > > > > I've actually decided to ditch FloatingPane in > > favour of tabs, however > > I'm coming up against another brick wall > > > > <div jwcid="[EMAIL PROTECTED]:Widget" > > dojoType="TabContainer" > > isContainer="ognl:true" style="width: 100%; height: > > 70%; min-height: > > 200px;" selectedTab="tab1"> > > <div jwcid="[EMAIL PROTECTED]:Widget" > > dojoType="ContentPane" label="Tab 1"> > > </div> > > <div jwcid="[EMAIL PROTECTED]:Widget" > > dojoType="ContentPane" label="Tab 2"> > > </div> > > </div> > > > > With this, no tabs are rendered on the page only the > > outer shell of the > > tab container..is this a screw-up on my part(again)? > > > > Using tacos-core-4.1.0-20070302.003703-16.jar > > > > Thank you, > > > > Yiannis > > > > On Fri, 2007-03-09 at 18:41 +0200, Andreas Andreou > > wrote: > > > the tacos library includes neither DojoWidget nor > > Widget, > > > only the (new) dojo library does. > > > So, correct is > > jwcid="[EMAIL PROTECTED]:Widget". > > > > > > How are you including the latest jar? using maven > > ? > > > > > > Does the /net/sf/tacos/Dojo.library exist in the > > classpath? > > > Can you see those components defined there? > > > > > > On 3/9/07, Yiannis Mavroukakis > > <[EMAIL PROTECTED]> wrote: > > > > > > Hi Andrea, > > > > > > Tried both actually. > > > > > > Component 'Widget' not found in > > [EMAIL PROTECTED] > > > > > > here is my .application file > > > > > > <library id="tacos" > > > > > specification-path="/net/sf/tacos/Tacos.library"/> > > > <library id="dojo" > > > > > specification-path="/net/sf/tacos/Dojo.library"/> > > > <library id="contrib" > > > > > > specification-path="classpath:/org/apache/tapestry/contrib/Contrib.library"/> > > > > > > And the component in question > > > > > > <div jwcid="[EMAIL PROTECTED] :Widget" > > > dojoType="FloatingPane" > > > style="width:800; height:80px; > > left:20px; bottom:10px; > > > position:absolute;" > > persistPosition="ognl:false" > > > isTaskBar="ognl:true" > > > resizable="ognl:false"> > > > </div> > > > > > > Is there anything glaringly wrong in any > > of these? > > > > > > Thanks, > > > > > > Yiannis > > > > > > On Fri, 2007-03-09 at 16:37 +0200, Andreas > > Andreou wrote: > > > > > > > > > > http://tacos.sourceforge.net/tacos4.1/tacos-core/quick-start/downloading.html > > > > > > > > > > http://tacos.sourceforge.net/tacos4.1/tacos-core/tapdoc/index.html > > > > > > > > aren't you using dojo:Widget? > > > > > > > > On 3/9/07, Yiannis Mavroukakis > > <[EMAIL PROTECTED]> > > > wrote: > > > > Hello :-) > > > > > > > > I'm currently using Tap 4.1 and > > the latest tacos > > > from the 4.1 > > > > branch. > > > > I am using FloatingPane that is > > going to be > > > deprecated so I'd > > > > like to > > > > switch to the dojo Widget. > > However, when I make the > > > > modification in > > > > the html i get this > > > > > > > > Component 'DojoWidget' not found > > in Namespace > > > > > > > > Neither DojoWidget nor Widget > > are found in the > > > namespace..any > > > > ideas what > > > > would the problem be? > > > > > > > > Thanks, > > > > > > > > Yiannis > > > > > > > > > > > > > > Note:__________________________________________________________________ > > > > > > This message is for the named > > person's use only. It > > > may > > > > contain > > > > confidential, proprietary or > > legally privileged > > > information. > > > > No > > > > confidentiality or privilege is > > waived or lost by > > > any > > > > mistransmission. > > > > If you receive this message in > > error, please > > > immediately > > > > delete it and > > > > all copies of it from your > > system, destroy any hard > > > copies of > > > > it and > > > > notify the sender. You must not, > > directly or > > > indirectly, use, > > > > disclose, > > > > distribute, print, or copy any > > part of this message > > > if you are > > > > not the > > > > intended recipient. Jaguar > > Freight Services and any > > > of its > > > > subsidiaries > > > > each reserve the right to > > monitor all e-mail > > > communications > > > > through its > > > > networks. > > > > Any views expressed in this > > message are those of > > > the > > > > individual sender, > > > > except where the message states > > otherwise and the > > > sender is > > > > authorized > > > > to state them to be the views of > > any such entity. > > > > > > > > > > ________________________________________________________________________ > > > > > > This e-mail has been scanned for > > all known viruses. > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. > > Influence the Future of IT > > > > Join SourceForge.net's Techsay > > panel and you'll get > > > the chance > > > > to share your > > > > opinions on IT & business topics > > through brief > > > surveys-and > > > > earn cash > > > > > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > _______________________________________________ > === message truncated === > > > Home page : > http://uk.geocities.com/matmsh/index.html > > > > ___________________________________________________________ > All New Yahoo! Mail – Tired of unwanted email come-ons? Let our SpamGuard > protect you. http://uk.docs.yahoo.com/nowyoucan.html > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Tacos-devel mailing list > Tacos-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > ________________________________________________________________________ > This e-mail has been scanned for all known viruses. Note:__________________________________________________________________ This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Jaguar Freight Services and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ________________________________________________________________________ This e-mail has been scanned for all known viruses. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Tacos-devel mailing list Tacos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tacos-devel