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: t:beaneditor t:id=editor object=object model=model overrides=this/ ... but maybe

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

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: t:actionlink t:id=pollLink zone=pollResultsPoll/t:actionlink

Re: creating components with Tapestry 5

2008-11-28 Thread mad7777
(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 working with a previous version of T5, but in 5.0.15, the body tag is failing, like this: Render queue error in Text

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
to the letter. As usual, thanks for all your help, Marc mad wrote: Hi everyone, First off, I am new to Tapestry, although I've been doing WebObjects for about 8 years, so the I'm hoping the transition won't be too painful. I've chosen to work with Tapestry 5 since it seems like quite

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
The Layout component contains the tag: t:body/ as shown below. (Maybe my ellipsis was confusing... sorry about that.) Sven Homburg wrote: is there no body tag in your layout ? 2008/11/27 mad [EMAIL PROTECTED] Hi again, I hate to ask the same question twice. I did actually

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

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

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: