Hi,

Very interested in this topic.

Just a typo:

elements: [],

Also changed:

return (Names.elements).toJSONString();
to
return JSONstring.make(Names.elements);

Not sure if this last change is correct - still having problems with the
JSON js library:

Stupid question - how do you include the JSON javascript library.  I was
under the impression it was included automatically - but I'm getting:

JSONstring is not defined
http://localhost:8080/prototypes/FirstJSON.html#
Line 76

I'm using tapestry 4.1.1 and have the following in my html:

<html jwcid="@Shell" title="JSON">
<body jwcid="@Body">
...
...

Thanks



Jesse Kuhnert wrote:
> Well, I just assumed ~everyone~ must be using 4.1 by now. =p
> 
> On 2/20/07, Matt Brock <[EMAIL PROTECTED]> wrote:
>>

-- 
Justin Walsh

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

Reply via email to