Re: Ajax Reload

2006-07-16 Thread Peter Dawn
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]

Navigational Menu

2006-07-16 Thread Peter Dawn
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

Re: Re: inject value into session state object on every request?

2006-07-16 Thread Sam Gendler
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

RE: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread James Carman
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

Re: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread spamsucks
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

Re: tacos double submit (add) problem

2006-07-16 Thread Mike Oestereter
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

Re: Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread Don Ryan
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

Retrieve hivemind "messages" from plain old java program

2006-07-16 Thread spamsucks
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

Re: inject value into session state object on every request?

2006-07-16 Thread Shing Hing Man
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

Re: inject value into session state object on every request?

2006-07-16 Thread Sam Gendler
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

inject value into session state object on every request?

2006-07-16 Thread Sam Gendler
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

JumpStart v0.4 is now available

2006-07-16 Thread Geoff Callender
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

RE: Best practice for new/edit object page?

2006-07-16 Thread Jim Steinberger
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

no listener called when node is collapsing/expanding in Tacos:Tree

2006-07-16 Thread Andrei Chiritescu
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

Re: Components inside component

2006-07-16 Thread Christian Mittendorf
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

Re: Components inside component

2006-07-16 Thread Blackwings
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

Re: Doclet for Tapestry components & hivmind ?

2006-07-16 Thread Michael Echerer
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