Jesse Kuhnert wrote:
> Yeah, I think tapestry will probably start using this as well...Just need
> some downtime first...Like maybe after 4.1 is done. (unless one of our other
> new committers decides to do it. )
>
> On 3/28/06, Hugo Palma <[EMAIL PROTECTED]> wrote:
>
>>The project creator and on
Thanks, but do I have to create a HTML template for both CustomTr and
CustomTd separetely?
In fact, the web designer, who is not a java developper, should have to
create herself the templates, shouldn't she?
If yes, each time she will want to change a page, she will have to modify
also the compone
Am 16.07.2006 um 10:28 schrieb Blackwings:
Thanks, but do I have to create a HTML template for both CustomTr and
CustomTd separetely?
Yes and No, at least: each component may have a html template (matched
by its name). You can copy your template to each html file and put
different
tapestry
Hi ,
I have a problem with the tacos:Tree component. Although I set a
listener to the "linkListener" parameter, it does not seem to be called.
I use tacos4-beta-2 with tapestry 4.0.2.
My code looks like this :
java:
{code}
@Component( type = "tacos:Tree", id = "tree",
bindings
Quick update on this:
If you're persisting the ID of an entity so you don't have to embed it
in the page (the main conclusion from this thread), the pseudocode I
used before with regard to the pageBeginRender implementation has two
potential gotchas in it (found so far).
To refresh, I said: "Have
Tapestry JumpStart is a way to learn Tapestry by example.
http://tapestry.apache.org/tapestry4.1/QuickStart/contributed.html
Geoff
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
I have a session state object which stores some info, and I'd love to
put some logic in the object, too. However, the logic requires access
to my business service objects. Is there any way to inject the
service objects into the session state object on every request?
Or perhaps the following is
Right now, I am just using my base page class as the logic object, so
I have access to injection via annotations for everything, but I'd
prefer to abstract it into a separate object which can be injected
only on relevant pages - if only so I can learn how to do it.
--sam
On 7/16/06, Sam Gendler
There is a how-to in the Tapestry wiki which shows how
to inject
a property into an application state object (ASO).
It does it by providing a custom StateObjectFactory
which creates the ASO.
http://wiki.apache.org/tapestry/InjectPropertyIntoASO
If you have not seem James Carmen's article on
Hi everyone,
I am trying to create some tests that depend upon the hivemind Messages
object.
While this is not a problem to do this in the context of a tapestry
application, I am trying to do this from outside a web app (from a java
program).
I figured that I would have to create the Hivemin
My WEB-INF/hive-module.xml is in my classpath
Just checking the obvious. Is the hyphen in that filename a typo in
your e-mail or the actual filename?
Don Ryan.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
I'm sorry but I can't log the bug.
I get a..
UnknownError
Error:
Additional information: element mismatch: got tr, expected table
Error code: d07ef8a4829443caa2e07475591b512701b84f45
When I leave the html/page/java out to (possibly?) add it later I get a..
Error: InsufficientPrivileges
Additional
I'm sorry, that was a typo in the email. The actual file name is
located as WEB-INF/hivemodule.xml
It would have been as sweet as it would be embarrassing if that were the
root cause!
Don Ryan wrote:
My WEB-INF/hive-module.xml is in my classpath
Just checking the obvious. Is the hyphen
Maybe you could mock the Messages object?
-Original Message-
From: spamsucks [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 16, 2006 3:56 PM
To: Tapestry users
Subject: Retrieve hivemind "messages" from plain old java program
Hi everyone,
I am trying to create some tests that depend upon t
Thanks. The Hivemind article was really helpful. The property
injection into an ASO thing looks as though it oly happens when the
ASO is created, not on every request, so I can't use it, but it was
helpful knowledge, nonetheless.
--sam
On 7/16/06, Shing Hing Man <[EMAIL PROTECTED]> wrote:
T
I have been trying to integrate the krysalis menu for the last few
days. however its proving to be a real pain. customisation is so
difficult and i dont know how to link to pages in other frames. if
were using html i would specify the frame name, but how should i do
that here.
so i have decided t
do we have anything for version 3.0.1. tacos is not compatible with it.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
17 matches
Mail list logo