Re: T5: Any component

2009-06-06 Thread Howard Lewis Ship
It can emulate any element, even dynamically deciding which element (say "div" or "span" or "p") to emulate. On Fri, Jun 5, 2009 at 6:33 PM, Angelo Chen wrote: > > Hi, > notice there is this component called 'Any'? what's the use of this > component? > -- > View this message in context: > http://

Re: T5: Any component

2009-06-06 Thread Thiago H. de Paula Figueiredo
Em Sat, 06 Jun 2009 05:51:04 -0300, Angelo Chen escreveu: Hi, Hi! So often that we commented something from the tml file, in the end it got rendered, which might contain some sensitive info. I'm looking for some components like < t:comment> < !--> I might need this later --> < /t:comment>

Re: T5: Any component

2009-06-06 Thread Otho
http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/mixins/DiscardBody.html 2009/6/6 Angelo Chen > > Hi, > > So often that we commented something from the tml file, in the end it got > rendered, which might contain some sensitive info. I'm looking for some > com

Re: T5: Any component

2009-06-06 Thread Angelo Chen
Hi, So often that we commented something from the tml file, in the end it got rendered, which might contain some sensitive info. I'm looking for some components like < t:comment> < !--> I might need this later --> < /t:comment>, probably T5 can have a flag to tell the run time that comments shoul

Re: T5: Any component

2009-06-05 Thread Thiago H. de Paula Figueiredo
Em Fri, 05 Jun 2009 22:39:35 -0300, Craig St. Jean escreveu: Although I can't really say, there is a WIKI page about it: http://wiki.apache.org/tapestry/Tapestry5AnyComponent That wiki page was about creating an Any component when Tapestry didn't provide one, so you shouldn't use the wiki

Re: T5: Any component

2009-06-05 Thread Craig St. Jean
Although I can't really say, there is a WIKI page about it: http://wiki.apache.org/tapestry/Tapestry5AnyComponent On Fri, Jun 5, 2009 at 9:33 PM, Angelo Chen wrote: > > Hi, > notice there is this component called 'Any'? what's the use of this > component? > -- > View this message in context: > ht

T5: Any component

2009-06-05 Thread Angelo Chen
Hi, notice there is this component called 'Any'? what's the use of this component? -- View this message in context: http://www.nabble.com/T5%3A-Any-component-tp23897821p23897821.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: [T5] Any component nullpointer

2009-01-08 Thread Ville Virtanen
letHandler.handle(ServletHandler.java:361) >>> * >>> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) >>> * >>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) >>> * >>> org.mortbay.je

Re: [T5] Any component nullpointer

2009-01-04 Thread Ville Virtanen
xtHandler.java:756) >> * >> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) >> * >> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) >> * >> org.mortbay.jetty.handler

Re: [T5] Any component nullpointer

2009-01-02 Thread Ville Virtanen
ava:324) > * > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:502) > * > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:826) > * org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:52

[T5] Any component nullpointer

2009-01-02 Thread Ville Virtanen
ector.java:635) * org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:497) -- View this message in context: http://www.nabble.com/-T5--Any-component-nullpointer-tp21255662p21255662.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: [T5] Any component Bis

2007-08-03 Thread David Avenante
Yes thank you Nick. I've create my own Any component from T5 5.0.3 sources ;) Regards

Re: [T5] Any component Bis

2007-08-01 Thread Nick Westgate
May as well use the original. I've put it here: http://wiki.apache.org/tapestry/Tapestry5AnyComponent Please update or add examples of its use. I think Any was prematurely deprecated. Cheers, Nick. David Avenante wrote: Yes, after investigation you're right. So I think I need to re-implement

Re: [T5] Any component Bis

2007-08-01 Thread David Avenante
Yes, after investigation you're right. So I think I need to re-implement an Any component ;) Thank you for your input.

Re: [T5] Any component Bis

2007-08-01 Thread Evan Rawson - Work
David Avenante" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Wednesday, August 01, 2007 3:31 PM Subject: [T5] Any component Bis Hi, The Any component is gone and now ... is now just: ... but is it possible since it's gone to add a mixin to and element like

[T5] Any component Bis

2007-08-01 Thread David Avenante
Hi, The Any component is gone and now ... is now just: ... but is it possible since it's gone to add a mixin to and element like My layout When I try this case tapestry throw me this error : You may not specify mixins for element because it does not represent a component (which requires ei