--
From: "Mladen Turk"
Sent: Thursday, October 21, 2010 12:57 AM
To: "Commons Developers List"
Subject: [VOTE] Release Daemon 1.0.4 based on RC1
Hi,
Commons Daemon 1.0.4 RC1 release is available for testing at:
http://people.apache.org/~mturk/
Clouduser,
(that doesn't taste like a name),
provided a is in context of type A and class A has a getter getB() then ${A.b}
gives you the return of getB().
That's how I always accessed nested java objects.
I don't understand your XML-example though... at least not its relevance for
jexl.
Can yo
Using the syntax "${status}" as defined below i can able to access the value
of status form JavaBeanObject(A)
${status}
But how to get the value of nested bean object.Example...
public class A {
private String status;
private B b;
.
..
}
How to g
On 24/10/2010 16:54, cloudsuser cloudsuser wrote:
> Using the syntax "${status}" as defined below i can able to access the value
> of status form JavaBeanObject(A)
Sending the same e-mail the the dev and the users list at the same time
is never going to increase the chances of a reply. It does,
Using the syntax "${status}" as defined below i can able to access the value
of status form JavaBeanObject(A)
${status}
But how to get the value of nested bean object.Example...
public class A {
private String status;
private B b;
.
..
}
How to g
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-proxy-test has an issue affecting its community integration.
This
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project commons-scxml-test has an issue affecting its community integration.
This
The commons-exec-team is pleased to announce the commons-exec-1.1.jar
release!
A library to reliably execute external processes from within the JVM
Changes in this version include:
New features:
o Adding 'Argument' class and quote the arguments after expansion.
o Added TutorialTest as a playg