Does anyone have an opinion as to whether or not this something I'm doing wrong or a bug? I'm really stuck. Should I switch to a 4.1.2 snapshot? Will this solve the problem? Only hesitation is that this is going to go to production soon... Help would be much appreciated.
-----Original Message----- From: Leffel, Daniel [mailto:[EMAIL PROTECTED] Sent: Monday, January 15, 2007 4:31 PM To: users@tapestry.apache.org Subject: Problem with InlineEditBox and Tapestry 4.1.1 Hi all, I'm trying to use the InlineEditBox component. In looking at my debug, I see Dojo/Tapestry is trying to load the following classpath resource: "/dojo/src/widget/html/ContentPane.js". After inspecting the Tapestry 4.1.1 distribution jar, that content is actually located at "/dojo/src/widget/ContentPane.js". (See debug below) Am I doing something wrong? Source and debug is below: HTML: <html jwcid="@Shell" title="Vino Admin: Edit Styles" stylesheets='ognl:{getAsset("mainStyleSheet"), getAsset("adminStyleSheet")}'> <body jwcid="@Body" class="body"> <span jwcid="@Form"> <table border="0"> <tr jwcid="@For" source="ognl:styles" value="ognl:style" element="tr"> <td width="50"><span jwcid="@Checkbox" value="ognl:style.enabled" /></td> <td width="200"><span jwcid="@InlineEditBox" value="ognl:style.styleName" /></td> </tr> </table> </span> </body> </html> Console Debug: DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc/widget/html/ContentPane.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc/widget/html.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc/widget.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc/__package__.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2F__package__.js with error: [SyntaxError: XML tag name mismatch (expected HR), file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 96] FATAL: Could not load 'dojo.widget.html.ContentPane'; last tried '__package__.js' DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2Fsrc/widget/ContentPane.js with error: [Error: Could not load 'dojo.widget.html.ContentPane'; last tried '__package__.js', file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 84] DEBUG: failed loading /V2/app?service=asset&path=%2Fdojo%2F../tapestry/namespace.js with error: [TypeError: dojo.hostenv.moduleHasPrefix is not a function, file: http://127.0.0.1:8080/V2/app?service=asset&path=%2Fdojo%2Fdojo.js, line: 116] DEBUG: no tag handler registed for type: dojo:inlineeditbox --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]