Re: T5: How to serialize a Link?

2007-12-24 Thread Hugo Palma
I don't think you'll be able to serialize the Link as it is, as it holds references to the Response object and all. I think the closest thing you could do is provide a ValueEncoder implementation for the Link object and just persist it's client representation. Geoff Callender wrote: Hi, I'm

Re: Programmatically generating DirectLinks with updateComponents

2007-12-24 Thread Kaspar Fischer
On 22.12.2007, at 23:30, Andreas Andreou wrote: Hi, what's the html template for ResultElement ? Can't you add the link there? ResultElement does not have a HTML but is an AbstractComponent rendering its content using the renderComponent(). The name ResultElement is a little missleading;

Re: problem displaying german umlaute

2007-12-24 Thread Daniel Kleine-Albers
Hi there, I had a similar problem. It looks like it is not possible to write the umlauts correctly in java code itself. If you use a properties file instead (which you obviously already configured) the strings read from there will work fine. In your code try something like return

[T5] : tapestry + spring

2007-12-24 Thread Mohammad Shamsi
Hi All, i want to start new Java EE projecct, Formerly we used Spring + Struts in our projects. after about 4 month testing and reading about Tapestry 5, i decide to use Tapestry 5 instead of Struts. i read some limitations of tapestry-spring module in its home page and i have no problem with

Re: T5: How to serialize a Link?

2007-12-24 Thread Geoff Callender
Thanks Hugo. I'll give it a try after Christmas. On 24/12/2007, at 8:36 PM, Hugo Palma wrote: I don't think you'll be able to serialize the Link as it is, as it holds references to the Response object and all. I think the closest thing you could do is provide a ValueEncoder implementation

Re: Programmatically generating DirectLinks with updateComponents

2007-12-24 Thread Andreas Andreou
I'm wondering if you can just extend from BaseComponent, include an html template that just has a DirectLink and in your renderComponent() call super.renderComponent() each time you want to output the direct link The other solution is to implement IDirect (similarly to what DirectLink does) On

Re: components collection release 0.5.0

2007-12-24 Thread Michael Lake
There seems to be something wrong with the test app at http://213.160.23.119:8080/testapp/ is there some way to fix this? Thanks, Mike On Dec 22, 2007, at 2:40 PM, Sven Homburg wrote: Hi there, components collection release 0.5.0 is accessable now (requiers tapestry 5.0.7) at

Re: components collection release 0.5.0

2007-12-24 Thread Sven Homburg
problem resolved thnx Mike Lake wrote: There seems to be something wrong with the test app at http://213.160.23.119:8080/testapp/ is there some way to fix this? Thanks, Mike On Dec 22, 2007, at 2:40 PM, Sven Homburg wrote: Hi there, components collection release 0.5.0

Re: components collection release 0.5.0

2007-12-24 Thread Michael Lake
Sven, just looking at these components and they look really great. Is there anyway these could get submitted to ibiblio and put into a maven repository? maybe on the tapestry project's maven repository? I know I can install them in my local repository myself...but other could benefit

Re: T5: A web flow idea on T5

2007-12-24 Thread jeffrey ai
You are right. So far, I think our system will only support one flow at a time. This will not only make design simpler, but also save some server resource. If a system needs to support multiple flows, it needs a way to identify different flows in one session. Cheers, Jeffrey Ai Martino

Re: components collection release 0.5.0

2007-12-24 Thread Sven Homburg
sorry, but i dont have any know how about maven Mike Lake wrote: Sven, just looking at these components and they look really great. Is there anyway these could get submitted to ibiblio and put into a maven repository? maybe on the tapestry project's maven repository? I know I can

T5: Tapestry 5.07 released?

2007-12-24 Thread Angelo Chen
Hi, I came across mentioning of ajax in tapestry's site:http://tapestry.apache.org/tapestry5/tapestry-core/guide/ajax.html, is the 5.07 already released? i can't find it in the download site. Thanks, A.C. -- View this message in context:

Re: T5: Tapestry 5.07 released?

2007-12-24 Thread Michael Lake
I believe 5.0.7-SNAPSHOT is available the tapestry maven repository. if you're using maven, all you need to do is add the repository and to your .m2/settings.xml or the pom of the project itself(and also change the dependency to 5.0.7-SNAPSHOT. Because it is a snapshot, any time they make

Re: components collection release 0.5.0

2007-12-24 Thread Michael Lake
Sven - There are a lot of difficulties in getting your components working. specifically, I'm trying to get rounded corners to work. It appears that your page classes/templates which are outputting the documentation are being packaged along with the distributed jar. This seems somehow

Re: components collection release 0.5.0

2007-12-24 Thread Christian Edward Gruber
I can help, Sven, if you want. Just mail me and we'll try to get them into the repo1 repository (the main one mirrored on ibiblio) christian. On 24-Dec-07, at 15:02 , Sven Homburg wrote: sorry, but i dont have any know how about maven Mike Lake wrote: Sven, just looking at these

Re: T5: Message component

2007-12-24 Thread Joshua Jackson
Thanks Sven, Really helpful :) Cheers, On Dec 21, 2007 8:06 PM, Sven Homburg [EMAIL PROTECTED] wrote: like this ? ... -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ - To unsubscribe, e-mail: