Hi Chris,
One more time for the prize. Keep the flat database I suggested in my
first response. That's a hard requirement. What you excerpted below is
really no different from your original question.
The additional property I'm suggesting is in conjunction with your full
fileList property. You'd have the complete fileList and you'd also have
another property (fileListExcerpt, say) that contained just N of the
entries in the fileList.
On 6/24/11 1:26 AM, cturner wrote:
> Hi Ryan,
>
> thanks for your reply. I planned to go with the new generated data but I
> couldn't get it to work either... Here is what I tried:
>
> {
> "items": [
> {
> "id": 228,
> "label": "IDS_BLABLUB_228",
> "fundstelle0": {
> "label": "file_4975",
> "id": 4975,
> "fileName": "D:\\Development\\blabla.java",
> "lineNumber": 39,
> "line": "currentDialogID \u003dIDS_BLABLUB"
> },
> "name": "IDS_BLABLUB",
> "count": 4
> }
> ]
> "properties": {
> "count": {
> "valueType": "number"
> },
> "name": {
> "valueType": "text"
> },
> "fundstelle0": {
> "valueType": "item"
> }
> }
> }
> Now I try to fetch the value with: <span
> ex:content=".fundstelle0.fileName"></span> but it doesn't work - nothing is
> displayed.... sorry for the inconvenience
>
>
> Best,
> Chris
>
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" 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/simile-widgets?hl=en.