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
> 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
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
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
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
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
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
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'
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