Opened 13 years ago
Closed 12 years ago
#7737 closed enhancement (fixed)
XmlStore Identity API request - for compatibility with FilteringSelect
Reported by: | vincentastek | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | XmlStore FilteringSelect | Cc: | |
Blocked By: | Blocking: |
Description
The first thing I tried to do to migrate my own javascript to DOJO is to have the FilteringSelect? work with an XmlStore?.
When I tried to do this, I had the following execution error :
this.store.fetchItemByIdentity is not a function
After that I saw that XmlStore? doesn't implement the interface used by FilteringSelect?, and I think this kind of ticket may already have been opened, but I didn't find one.
Would it be possible to specify more clearly in the documentation that FilteringSelect? isn't compatible with XmlStore? ?
Is it possible to verify in FilteringSelect? that the store attached is compatible, and let the developper know if it's not with a better error message ?
And ideally, is there a possibility to make the use of both possible in a close future ? Because I think I'm not the only one that tries to migrate to DOJO without rewriting all interfaces to json output.
Version of DOJO tested : 1.1.1 release Browser : Firefox 2
Attachments (2)
Change History (9)
comment:1 Changed 13 years ago by
Owner: | changed from dante to Jared Jurkiewicz |
---|---|
Summary: | XmlStore compatibility with FilteringSelect → XmlStore Identity API request - for compatibility with FilteringSelect |
Changed 12 years ago by
Attachment: | dojox.data.XmlStore_20081110.patch added |
---|
Prototype identity support for XmlStore?
Changed 12 years ago by
Attachment: | dojox.data.XmlStore_20081112.patch added |
---|
Updated prototype of Identity support for XmlStore?.
comment:2 Changed 12 years ago by
Prototype 2 tested successfully on:
IE 7
Firefox 2
Safari 3.1
Seamonkey 1.1.2
Google Chrome Beta
Minefield (Firefox 3.1)
comment:4 Changed 12 years ago by
Status: | new → assigned |
---|
comment:5 Changed 12 years ago by
Component: | DojoX Widgets → DojoX Data |
---|
comment:6 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is fixed enough for now. So, closing!
I've updated the documentation page for FilteringSelect to indicate a requirement on the Identity API - Seem this is now an enhancement request for identity in XML store. Punting to component manager for consideration