Re: T5: Best practice for rendering a dynamic component

2008-12-09 Thread mad7777
Hi, I need to translate a WebObjects WOSwitchComponent to something equivalent in T5. I've looked at the BeanEditForm source, but I'm afraid I don't understand how this is working. The relevant bit seems to be: ... but maybe the key is actually somewhere in PropertyEditor? When you say "put

Ajax polling using zone

2008-12-06 Thread mad7777
Hi! Still finding little problems upgrading from 5.0.11 to 5.0.17. Here is my latest issue: I was using prototype's Ajax.PeriodicalUpdater to do polling by refreshing a zone. My code goes like this: component tml: Poll ${gameId} component java: @Inject

PageRenderSupport deprecated?

2008-12-06 Thread mad7777
Hi again, I recently upgraded an app from 5.0.11 to 5.0.17, and now it can no longer find PageRenderSupport, which I was using to inject some javascript, like this: @Inject @Path("scripts/injected.js") private Asset injectedJsAsset; @Inject private PageRe

Re: creating components with Tapestry 5

2008-11-28 Thread mad7777
> the name of the Java class to the name of the template filed > (MyComponent.java --> MyComponent.tml). > > On Thu, Nov 27, 2008 at 9:49 AM, mad <[EMAIL PROTECTED]> wrote: >> >> Hi again, >> >> I hate to ask the same question twice. I did actually have this wor

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
The Layout component contains the tag: as shown below. (Maybe my ellipsis was confusing... sorry about that.) Sven Homburg wrote: > > is there no tag in your layout ? > > 2008/11/27 mad <[EMAIL PROTECTED]> > >> >> Hi again, >> >>

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
much to it. What am I doing wrong? I believe I am following the example given in http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html in the "Tapestry Elements" section, for the tag, pretty much to the letter. As usual, thanks for all your help, Marc mad wrote:

T5: Ajax periodic update

2008-05-19 Thread mad7777
Hi list, I'd like to know if there is a simple way to perform a periodic Ajax update request. I've invented hacked a solution using the Ajax.PeriodicalUpdater from prototype.js. It involves putting an ActionLink on the page, giving it a client id, making it invisible to the user (with display:

Re: How to Intergrate GWT into Tapestry pages Article by Geoff Longman

2007-11-19 Thread mad7777
Hi, I'd just like to revive this thread. Has anybody had any good/bad experiences integrating Tapestry and GWT? I am especially interested in T5, as we are considering using this mix for an enterprise application. Thanks for your input, Marc Jessek wrote: > > Awesome! Thanks for the link. I

Re: T5 tutorial not working out... Javassist, Maven problems

2007-06-20 Thread mad7777
Marcus, wow, i can't believe that just worked! i've been fighting this thing for a whole day. thanks so much. cheers, Marc Marcus-11 wrote: > > Hi Marc, > > Try 5.0.5-SNAPSHOT in POM.xml instead 5.0.4-SNAPSHOT > > Marcus > > -- View this message in context: http://www.nabble.com/T5-tu

T5 tutorial not working out... Javassist, Maven problems

2007-06-20 Thread mad7777
Hi, I am trying to do the T5 tutorial, but I am having many problems. First of all, I couldn't get the maven install to work at all. The "mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.4 -DgroupId=org.example -DartifactId=hilo