We would need to be able to see your code in order to hypothesize
about a cause.  If the code works in the demo app, but not in your
app, there must be some difference between them.

--sam


On 9/22/06, Edoardo Campagnano <[EMAIL PROTECTED]> wrote:
Hi,

I've been able to run the Tacos demos on my tomcat installation, then I try
to copy some elements in my Page components. Alol ok but the Grid. When it
reneders the copy of the demo, instead of renedering the rows as



..

rows:[
{stringColumn:"String
0",intColumn:0,floatColumn:0.0,dateColumn:"2006-09-22"},
{stringColumn:"String
1",intColumn:10,floatColumn:100.5,dateColumn:"2006-09-23"},
{stringColumn:"String
2",intColumn:20,floatColumn:200.66667,dateColumn:"2006-09-24"},
{stringColumn:"String
3",intColumn:30,floatColumn:300.75,dateColumn:"2006-09-25"},

...



(this is rendered in the demo application)



In my application it renders



..

rows:[
{stringColumn:"",intColumn:,floatColumn:,dateColumn:""},
{stringColumn:"",intColumn:,floatColumn:,dateColumn:""},
{stringColumn:"",intColumn:,floatColumn:,dateColumn:""},
{stringColumn:"",intColumn:,floatColumn:,dateColumn:""},

..



As you can see, without the values. Verified that the List is well passed in
the java, I don't know why it doesn't work

Please help me,



bye




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to