As usual, wonderful job -- the fix worked and all is well.
Thanks, Josh On 9/30/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
Yep, I think you're right. I refactored some of the package include stuff and it looks like DirectLink was the only thing I forgot to add a dojo.require("tapestry.event") to..Sorry. It's deploying right now. On 9/30/06, Josh Long <[EMAIL PROTECTED]> wrote: > > Hrmm... Let's see -- the links in question are directlinks.. > > they run fine when I take out the async/ updateComponents pair (that > is, I take that to mean the application itself still works jsut > fine... I get the desired effect adn there are no side effects/errors > except, of course, they page is hard reloaded..). they have a (type) > long parameter which is the id of the object in question that gets > passed in, and that's it. > > It seems to be the async parametr that causes the problem (ie, > tapestyr.event has no properties) > > I took out the updateComponents parameter to see if the issue was a > change in the component hierarchy sch that calling updateComponents on > a component that wasn't nested in the current component would have any > negative effect given the upgrade (it didn't (thank god, as I needed > that mechanism) change anything..) > > Anyway, I'd be happy to submit the full html / js if youre interested. > > I did completely clear/flush out the history/html/cookies/browser > state in IE and Firefox... > > I also restarted them both.. > > Thanks in advance, > > Josh > > > > > > > <a jwcid = "@DirectLink" href="#" parameters = "ognl:{ entry.id }" > listener = "listener:addToFavorites" > > <img src="../../../images/common/voteUp.png" border = "0" > width="14" height="14" jwcid="@Image" image = "asset:voteUp" /> > Add To Your Favorites > </a> > > > is the html I'm using without the updateComponents / async = "ognl: true" > > On 9/29/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > Hmmm.....I'm not getting the same error running the timetracker demo > (which > > has direct links). > > > > I may very well have screwed up and forgotten a dojo.require() statement > > somewhere though. Have you definitely cleared out your browser cache and > > such ? > > > > On 9/29/06, Josh Long <[EMAIL PROTECTED]> wrote: > > > > > > to clarify, the erro is : 'tapestry.event has no properties' and the > > > relevant code from Firebug is what's above.. > > > > > > Peace, > > > Josh > > > > > > On 9/29/06, Josh Long <[EMAIL PROTECTED]> wrote: > > > > ow.. > > > > > > > > OK, after several hours of making my dojo widgets .4 compatible, im > > > > pretty much setu and am REALLY enjoying the marked speed increrase > for > > > > internet explorer on dom / js heavy page loads.. > > > > > > > > However, im getting (in both ff 1.5 and IE 6) the following error > when > > > > i click on a DirectLink with async enabled and such : > > > > > > > > tapestry.event89212913=function(e){ > > > > 4390 dojo.event.browser.stopEvent(e); > > > > 4391 > > > > 4392 var content={beventname:"onClick"}; > > > > 4393 tapestry.event.buildEventProperties(e, content); > > > > 4394 if (!content["beventtarget.id"]) > > > > content["beventtarget.id"]="DirectLink_27"; > > > > 4395 > > > > 4396 var url=null; > > > > ... > > > > Any help would be appreciated, thanks > > > > > > > > Josh > > > > > > > > On 9/28/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > > > > Just thought I would give people a heads up that a new build is > coming > > > out > > > > > in case anyone is getting them via maven2. As far as I can tell > > > everything > > > > > is working fine (if not much much better than before), but this is > a > > > major > > > > > new upgrade for the as yet unreleased dojo 0.4 version... (I won't > > > steal > > > > > that releases thunder now, I'm sure a list of cool new things will > be > > > > > announced in October when that version is actually released..) > > > > > > > > > > Overall the biggest difference you'll find immediately is that > pages > > > load up > > > > > a hell of a lot faster than before. As always, please report any > > > issues > > > > > found and we'll try to resolve them as fast as possible. (Whether > you > > > report > > > > > them at trac.dojotoolkit.org or > > > > > https://issues.apache.org/jira/browse/TAPESTRY ) > > > > > > > > > > -- > > > > > Jesse Kuhnert > > > > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > > > > > > > Open source based consulting work centered around > > > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Jesse Kuhnert > > Tapestry/Dojo/(and a dash of TestNG), team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tapestry/Dojo/(and a dash of TestNG), team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]