Dave Newton wrote:
--- On Fri, 9/5/08, Jeromy Evans wrote:
Unfortunately with separateScripts=false case, I couldn't get an inline alert to work in FF. I'm not sure why... it created the script node and added it to the parent (a span) and then ...nothing...

How does the Yahoo Get.script() do it?

http://developer.yahoo.com/yui/get/#script

Dave


Interesting:
1. the generated script node is generally added to the head node or with an insertBefore (our tags place it near the target with an appendNode)
2. the type and charset attributes are always set (dojo doesn't set these)
3. they're using the src attribute to load from a URL rather than inline; that's not an option in our case, and I imagine that will always get a better response from the browser

Struts2 needs a way too draw users away from the dojo 0.4.x tags with low effort on their part....I think we've had that discussion a few times now.

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

Reply via email to