Re: Tapestry 5.2 offline documentation

2010-12-26 Thread Taha Hafeez
Hi just run mvn javadoc:aggregate in tapestry-project regards taha On Sat, Dec 11, 2010 at 12:29 PM, Yohan Yudanara wrote: > Hi. > > I've just download tapestry-src-5.2.4. > How can I generate documentation for offline reading? > > Should I run "mvn site" on every subfolder of tapestry-src-5

Re: translators in 5.2, and re-use as formatters

2010-12-26 Thread Josh Canfield
> How do I associate more than one Translator to a type? I think TranslatorAlternatesSource is what you want. It allows you to specify translators by name and they can overlap types. http://tapestry.apache.org/tapestry5.2-dev/apidocs/org/apache/tapestry5/services/TranslatorAlternatesSource.html

Re: T5: very basic question - how do I call a code-side function in a tml

2010-12-26 Thread Thiago H. de Paula Figueiredo
On Sat, 25 Dec 2010 14:54:17 -0200, Sergio Esteves wrote: Hi, Hi! I have tried to do this: tml: «... ${foo} ...» java: «... public void foo() { count++; } ...» (I tried with "void getFoo()" too) With all due respect, this is a very bad idea. Please post what you're trying to impleme

Re: translators in 5.2, and re-use as formatters

2010-12-26 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Dec 2010 02:19:58 -0200, Paul Stanton wrote: If no one can tell me what existing tapestry concept I'm missing I may spend some time seeing if I can write some code to get this going. Why don't you create a simple component that receives a Translator and the value to be output

Re: Grid with Scroll synchronization + Customization

2010-12-26 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Dec 2010 07:08:48 -0200, Duruk_Kab wrote: Hi, Hi! I have below requirements for Tapestry grid, I am using Tapestry 5.1.0.5: - Reduce the grid size (Say to display in half of the page) with 50 records per page -> I can handle showing records per page but to reduce the grid

Re: AjaxFormLoop in Tapestry 5.1.0.8-SNAPSHOT

2010-12-26 Thread mmainar
Hi Christophe, thanks for your reply and sorry for my late response. Unfortunately I don't receive any blackbird log or stacktrace. The only thing I have noticed is that components I used from Chenillekit library do not seem to appear (not even the icon) and the add row link changes the URL to x

Re: Discussion

2010-12-26 Thread Inge Solvoll
My company uses T5 for most of its software modules. We have more than 100 000 paying custumers. Works great and is great fun! On Wed, Dec 22, 2010 at 7:18 AM, Chuck Kring wrote: > For what it's worth, Tapestry provides an embedded user interface for a > medical device. > > We received FDA 510k

Re: T5.2.4 How to discard persistent fields when the user leaves a page ?

2010-12-26 Thread Kalle Korhonen
Perhaps you already evaluated, but decided against using tapestry-conversations for one reason or another, but just in case you haven't, see http://tynamo.org/tapestry-conversations+guide. (I really don't want to advertise repeatedly, but at the same time I frequently hear people saying they didn'

tapestry-spring: injecting with multiple implementation.

2010-12-26 Thread cablepuff
HI i have a problem in injecting multiple data source into different application. I have a.) selling service that uses one data source (via ) b.) authentication service that uses another. (via ) and so on. now in my appmodule i inject the service with two option: option A:) @Autowi