Re: EmittingRSSFeeds Using Tapestry 5.0.16

2008-11-23 Thread dwi ardi irawan
could you give a simple example how to use StreamResponse or any lint that provide that information... thnx u very much On 11/24/08, Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> wrote: > Em Sun, 23 Nov 2008 16:30:45 -0300, dwi ardi irawan > <[EMAIL PROTECTED]> escreveu: > >> have somebody t

Re: T5: Simple Component Question?

2008-11-23 Thread dhning
Following solution posted before by others should help, but I am wondering the performance comparing to the internal support like t4 $content$ in 5.1. BTW, what's the relationship of 5.0 and 5.1, are they developped parallelly now? This is quite a pattern like Layout. In your header, tml like t

[T5] Palette NPE

2008-11-23 Thread zack1403
Hey All, I'm getting a NullPointerException when the palette component in 5.0.16: Caused by: java.lang.NullPointerException at org.apache.tapestry5.internal.util.SelectModelRenderer.option(SelectModelRenderer.java:49) at org.apache.tapestry5.corelib.components.Palette$SelectedRen

Re: EmittingRSSFeeds Using Tapestry 5.0.16

2008-11-23 Thread Thiago H. de Paula Figueiredo
Em Sun, 23 Nov 2008 16:30:45 -0300, dwi ardi irawan <[EMAIL PROTECTED]> escreveu: have somebody tried integrating rome using tapestry 5? i read on wiki : http://wiki.apache.org/tapestry/EmittingRSSFeeds but when i tried it. it broken cos lot's of deprecated method and annotation like

EmittingRSSFeeds Using Tapestry 5.0.16

2008-11-23 Thread dwi ardi irawan
have somebody tried integrating rome using tapestry 5? i read on wiki : http://wiki.apache.org/tapestry/EmittingRSSFeeds but when i tried it. it broken cos lot's of deprecated method and annotation like : @InjectObject( "infrastructure:markupWriterSource" ) @Parameter( defaultValue = "

Re: IoC Question with Alias

2008-11-23 Thread Fernando Padilla
though I have no idea what you're trying to do :) have you considered using decorators? Those work well in most cases where you want to "override" a default service, and it always seems easier to understand.. [EMAIL PROTECTED] wrote: This happens to me in one Tapestry5 project when I start

Re: Problem with 5.0.16/17

2008-11-23 Thread Ville Virtanen
Hi, I have the same problem as you, and I have traced it to be the fault of commons/hidden component. If you replace it with t:textfield for testing purposes the problem should go away. Can you verify? So the problem is not your linking or anything else, the hidden component breaks things. - Vi

Re: Problem with 5.0.16/17

2008-11-23 Thread Howard Lewis Ship
Please contact the author of org.apache.tapestry.commons.components.Hidden, as that appears to be the problem. On Sun, Nov 23, 2008 at 3:57 AM, Joachim Van der Auwera <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > I am not rendering a part of a form. I have an actionlink which returns a >

[T5] Components do not refresh after redirect

2008-11-23 Thread Otho
Hi all! I couldn't find a thread about this problem: After logging in with spring security I get correctly redirected to the landing page, in this case Index, but the layout components, namely the main menu, which has entries shown depending on the user roles do not get refreshed. Only when I cli

RE: Help Loop

2008-11-23 Thread Jonathan Barker
Post what you have in both .tml and .java files. It's not clear what you are looking for, because Sven's answer seemed appropriate based on your initial request. Jonathan > -Original Message- > From: Gutemberg A. Da Silva [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 22, 2008 16

RE: Global (application state) data

2008-11-23 Thread Jonathan Barker
You say "read-only". At what point are the values set? Is this something where you can read values from an application wide properties file? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 23, 2008 07:28 > To: Tapestry users > Subject: G

Tap 5.0.16 : How to pass in a validator to an embedded TextField componet.

2008-11-23 Thread Shing Hing Man
I have created a component, SingleInputRowTable, which is just a loop over a TextField component for inputting a list of numbers. The validation on the input numbers varies from case to case. So, I would like to pass in a validator to SingleInputRowTable for the embedded TextField component.

Global (application state) data

2008-11-23 Thread superoverdrive
How do you define and use data that is shared across all users (read-only data) in Tapestry5 ? Thanks! Toby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with 5.0.16/17

2008-11-23 Thread Joachim Van der Auwera
Thanks for the reply. I am not rendering a part of a form. I have an actionlink which returns a page. This is not an ajax call, so it should just redirect to that page. I cannot use a pagelink because I need to set some data on the page to be rendered. It all worked fine in previous versions o

Re: IoC Question with Alias

2008-11-23 Thread superoverdrive
This happens to me in one Tapestry5 project when I start it using the Jetty plugin and eclipse. If I start it up using mvn jetty:run, this does not occur - so it might be something with Maven or the classpath as well. Sun, 21 Sep 2008 23:41:37 -0700 hi michael, happened to me several time