From user-return-21453-apmail-commons-user-archive=commons.apache.org@commons.apache.org Fri Jul 04 15:15:58 2008 Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 44284 invoked from network); 4 Jul 2008 15:15:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 15:15:57 -0000 Received: (qmail 6782 invoked by uid 500); 4 Jul 2008 15:15:55 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 6710 invoked by uid 500); 4 Jul 2008 15:15:54 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 6699 invoked by uid 99); 4 Jul 2008 15:15:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 08:15:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.16.241.230] (HELO host16.linea7.net) (195.16.241.230) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 04 Jul 2008 15:15:01 +0000 Received: (qmail 29185 invoked from network); 4 Jul 2008 15:14:17 -0000 Received: by simscan 1.1.0 ppid: 29140, pid: 29148, t: 7.1263s scanners: clamav: 0.91.2/m:45/d:5270 spam: 3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on host16.linea7.net X-Spam-Level: Received: from unknown (HELO ?192.168.0.10?) (wolfgang.rabl@maven.at@85.127.72.124) by 230-241-klg.linea7.net with SMTP; 4 Jul 2008 15:14:10 -0000 Message-ID: <486E3E43.4010609@maven.at> Date: Fri, 04 Jul 2008 17:14:11 +0200 From: Wolfgang Rabl User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Commons Users List Subject: Re: [SCXML] two scxml questions References: <485BBEB7.7010809@maven.at> <486BA568.7000805@maven.at> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Thank you for your answer May i ask some further questions regarding datamodel manipulation... its very easy to change the value of a variable by using , but how can i create a new one or delete an existing variable? and if i have a data tree, how can i add or delete entries there? for example: kitchen bedroom now i want to add a new room "bath" or delete the kitchen, is that possible from within the scxml document? If not, how could that be done? By using a custom action or by Jexl Method invokation? Oh and one more question, am i right that