Jeff,
this is my service:
class PricelistService {
def dataSource
boolean transactional = true
def fromERPtoWeb() {
println "!!! Info " + dataSource
}
}
Invoking from controller, from list()
def list = {
def pricelistService = new PricelistService()
pricelistService.fromERPtoWeb()
....
L.
Jeff Brown napsal(a):
On Thu, May 1, 2008 at 5:22 PM, Ladislav Skokan lsk@... wrote:
Jeff,
if does not seems to work. the "dataSource" is always null.
L.
Can you show me what your service class looks like? Also, can you
show the class that is using the service?
jb
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email