Looks like you should be using ${fn:toUpperCase(employee.name)} instead 
of ${fn:toUppercase(name)}

Aaron

On 09/02/2010 12:58 PM, Lev wrote:
> On Thu, Sep 2, 2010 at 2:52 PM, Freddy Daoud<xf2...@fastmail.fm>  wrote:
>    
>>> as a sanity check, i removed the "fn:toUpperCase()" and left
>>> ${employee.name} between the d:column tags. this change
>>> yields an empty field in the generated table as well.
>>>        
>> Hooo.. as a further sanity check, are you sure that the
>> employee object's name field returns a value?
>>      
> yes. when i supply the field as a "property" in the d:column tag,
> the field is populated in the generated table -- just not with the
> desired capitalization.
>
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
>
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>    


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to