Does clearing out your browser cache fix the problem for you?

On 10/3/06, Dom Couldwell <[EMAIL PROTECTED]> wrote:

Hmm, seem to be getting the following debug when I redeploy our site after
pulling down the latest 4.1.1 snapshot

DEBUG: failed loading
http://dbnycws72331.dbg.ads.db.com:8080/RDQ/app?service=asset&path=%2Fdojo%2F../tapestry/namespace.jswith
 error: [TypeError:
dojo.registerModulePath is not a function, file:
http://dbnycws72331.dbg.ads.db.com:8080/RDQ/app?service=asset&path=%2Fdojo%2Fdojo.js,
line: 203]

Was not getting this error before I pulled down the latest snapshot.

Any ideas as to what has changed in the snapshot that's causing this error
to appear? It's not causing any functional problems as far as I can see just
bringing up this debug but I want to be sure there's not something under the
hood broken.

This line appears in the header and does not appear to have been there
prior to pulling down the latest snapshot:

dojo.require("tapestry.namespace")

I did a clean maven build of the project before redeploying so I'm
assuming I should have pulled down everything we require..

Dom Couldwell




             "Josh Long" <[EMAIL PROTECTED]>

             10/01/2006 05:57
PM
To
                                                                                     
                                                                                     
                                                                                     
                                                                                     
                                                                    "Tapestry
users" <users@tapestry.apache.org>

cc

Please respond to
                                                                                     
                                                                                     
              "Tapestry
users" <users@tapestry.apache.org
>                                                                               
                                                                                   
                                                                                   
                                                                                   
                                                                                   
                                                                                   
                                                                                   
                                                                                   
                                                                                   
           Subject
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
        Re:
beware new 4.1.1 snapshot builds










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]




--
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.


---------------------------------------------------------------------
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

Reply via email to