Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 92082 invoked by uid 500); 16 May 2001 13:31:41 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 91989 invoked from network); 16 May 2001 13:31:33 -0000 Date: Wed, 16 May 2001 09:30:55 -0400 Content-Type: text/plain; format=flowed; charset=us-ascii X-Mailer: Apple Mail (2.388) From: Jason Foster To: cocoon-dev@xml.apache.org Mime-Version: 1.0 (Apple Message framework v388) In-Reply-To: <3B0274E8.F82B5E5C@anyware-tech.com> Subject: Has bitrotted? Content-Transfer-Encoding: 7bit Message-Id: <20010516133107.PCXN15234.tomts8-srv.bellnexxia.net@localhost> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I've just started to play with action-sets and have based my implementation on the sample code on the Cocoon2 web site. So far I am having trouble getting the sitemap to compile. I've looked at the generated source code for the action-set and have to admit that I don't think what is being generated could work. In particular... if ((map = action_set_loginactions (cocoon_action, listOfMaps, environment, objectModel, substitute(listOfMaps, null), emptyParam)) != null) { getLogger().debug("Action action_set_loginactions"); The string "action_set_loginactions" only appears on these two lines. I don't know where this method is supposed to be defined. Another problem, although minor, is that the action-set name cannot include a "-". If it does the previous code looks like... if ((map = action_set_login - actions (cocoon_action, listOfMaps, environment, objectModel, substitute(listOfMaps, null), emptyParam)) != null) { Before I forget... this is all being done in a sub-sitemap. I'll check if it makes a difference if everything is in the main sitemap. I don't know if this is a beta-showstopper, but it does mean that a lot of the actions documentation currently isn't accurate. Jason Foster --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org