Here's the ticket and discussion https://issues.jboss.org/browse/RAILO-1450

I'm trying to use the proposed workaround to replace wasNull, but I'm not 
quite sure I'm invoking it properly.

Here's the function:

function isQueryCellNull(required query qry,required string columnName, 
required numeric row) { 
     return isNull(qry.getAt(columnName, row, nullValue())); 
}

So, idea is to replace this

if(arguments.query.wasNull())

with this

if(isQueryCellNull(arguments.query, arguments.property.getColumn(), xxxxx))

But I'm not sure about row agrument. How can I get it in context of 
getPropertyColumnValue method?  

Thanks,
-sg

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to