Someone is calling something incorrectly in dojo.widget.defineWidget I think. Could it be that you also have a widget on this page..? Or...Are you using the version of dojo that came packaged with the version of tacos you are using?
On 5/10/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote:
I have a tree where i'd like to have some nodes not-clickable, so I skip rendering the Tree hyperlink (same code used in Tacos Tree example) for those nodes. In Firefox it looks like it's working fine but in IE6 i get the following errors: FATAL: Could not load 'dojo.xml.Parse'; last tried '__package__.js' FATAL: Could not load 'dojo.xml.Parse'; last tried '__package__.js' FATAL: superclass: [object Object] borken So again, basically I have a Tree componant where only some of the nodes are clickable (every node still has the + - expansion widget still). By clickable i mean using the following: <component id="nodeLink" type="tacos:AjaxDirectLink"> <binding name="listener" value="components.tree.listeners.contentExpansion"/> <binding name="parameters" value="{ keyProvider.getKey(components.tree.value), not components.tree.isExpanded(components.tree.value), currentTreeEmployee.email }"/> <binding name="updateComponents" value="{ currentTreeEmployee.email, 'selectedTreeEmployee' }"/> <binding name="effects" value="template:%nodeLink.effects"/> </component> Nodes that are not clickable would not user the above code. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind.