Shit happens...
The error was still present after upgrading to latest CVS and
therefore I have spent some hours to search for the source of the
error.
It has nothing to to with dojo or tacos but with my own code. I had a
renderSupport.addExternalScript(getDojoJsFile().getResourceLocation());
in a component which was needed in the beginning of tacos. But now it
somehow interferes with tacos. After removing this manual inclusion of
dojo.js everything works like expected.
Sorry for bothering you with this error.
Another error still exist: The inlineEditBox is not working. It was
renamed from HTMLInlineEditBox to InlineEditBox. So you need to change
the require import to:
dojo.require("dojo.widget.InlineEditBox");
Regards,
Markus
On 1/7/06, Markus Joschko <[EMAIL PROTECTED]> wrote:
> Anybody had a chance to look into it? At least if it this an issue.
> I really want to have a custom close image in my popuppane, but as
> long as the widgetmanager does recognize the created widget this is a
> tough task ;-)
>
> Thanks,
> Markus
>
>
> On 1/4/06, Felix Sun <[EMAIL PROTECTED]> wrote:
> > ok, thanks for your advice.
> >
> >
> > On 1/4/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > I would definitely do the popup fixes in alpha-7-pretap41 over head.
> > >
> > > The head portion is starting to look nothing like the old version, and
> > it's going to get worse before it gets better. I'm probably going to throw
> > out a lot of code/etc, depending on how the tapestry4.1 framework starts
> > flowing.
> > >
> > >
> > >
> > > On 1/4/06, Felix Sun < [EMAIL PROTECTED]> wrote:
> > > > sorry, I am actually spending my time to find out how to run it in
> > latest head cvs version of tacos.
> > > > because I don't want to add popup examples to alpha-7-pretap41
> > branch(though there is no examples for popup parameter of AjaxDirectLink in
> > that branch)
> > > > but I still can not let the HEAD cvs tacos demo run in my laptop. I may
> > need to read something up. :(
> > > >
> > > >
> > > >
> > > > On 1/3/06, Markus Joschko < [EMAIL PROTECTED]> wrote:
> > > > > Any estimation when later is? Later today, or later this month ;-)
> > > > > It helps me to organize myself and all the roadworks I have.
> > > > > Anyway thanks for looking into it.
> > > > >
> > > > > Markus
> > > > >
> > > > >
> > > > > On 1/3/06, Felix Sun < [EMAIL PROTECTED]> wrote:
> > > > > > I 'll take this later. :)
> > > > > >
> > > > > >
> > > > > > On 1/2/06, Markus Joschko <[EMAIL PROTECTED] > wrote:
> > > > > > >
> > > > > > > Hi all,
> > > > > > > I just had a little bit of sparetime today and played with the
> > popup
> > > > > > > option of the ajaxdirectlink (alpha-7-pretap41 branch).
> > > > > > >
> > > > > > > <a href="#" jwcid="@tacos:AjaxDirectLink"
> > > > > > > listener="listener:executeCall"
> > > > > > updateComponents="ognl:{'recPane'}"
> > > > > > >
> > > > > >
> > popup="literal:{title:'TestPane',widgetId:'callPane',constrainToContainer:'1',excludeToolbar:'true',toggle:'fade',contentNodeId:'recPane'}">
> > > > > > > arrived</a>
> > > > > > >
> > > > > > > I already submitted a bug report because of the exludeToolbar
> > issue
> > > > > > > but run now into a thingy which I wanted to check first with you
> > guys
> > > > > > > before opening a bug report cause it seems very strange to me.
> > > > > > >
> > > > > > > The first time I open the popup everything works fine. Then I
> > leave
> > > > > > > this popup open and press again the ajaxdirectlink. The expected
> > > > > > > reaction would be to fill the new content into the old popup. But
> > > > > > > instead a new popupwindow is drawn within the old one which looks
> > very
> > > > > > > strange. The reason for this is, that the line
> > > > > > > var fpwidget =
> > > > > > dojo.widget.getWidgetById(floatingPaneArgs["widgetId"]);
> > > > > > > in tacos.js returns void. I added a call before
> > > > > > > var list1 = dojo.widget.all ();
> > > > > > > which also returns an empty list.
> > > > > > > That means, no widget is registered.
> > > > > > >
> > > > > > > The funny thing is, that after the widget is actually created with
> > > > > > > FromScript, there are 5 items in the widget list (including the
> > popup
> > > > > > > widget). But as soon as I click again on the ajaxdirectlink, the
> > > > > > > widget list is empty again. It seems like the list only lives for
> > the
> > > > > > > duration of an AJAX request.
> > > > > > >
> > > > > > > Can somebody confirm on this behaviour? Or am I having a
> > misbehaving
> > > > > > > application ;-)
> > > > > > >
> > > > > > > Regards,
> > > > > > > Markus
> > > > > > >
> > > > > > >
> > > > > > >
> > -------------------------------------------------------
> > > > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log
> > > > > > files
> > > > > > > for problems? Stop! Download the new AJAX search engine that
> > makes
> > > > > > > searching your log files as easy as surfing the web. DOWNLOAD
> > SPLUNK!
> > > > > > >
> > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> > > > > > > _______________________________________________
> > > > > > > Tacos-devel mailing list
> > > > > > > [email protected]
> > > > > > >
> > https://lists.sourceforge.net/lists/listinfo/tacos-devel
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > -------------------------------------------------------
> > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> > files
> > > > > for problems? Stop! Download the new AJAX search engine that makes
> > > > > searching your log files as easy as surfing the web. DOWNLOAD
> > SPLUNK!
> > > > > http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> > > > > _______________________________________________
> > > > > Tacos-devel mailing list
> > > > > [email protected]
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/tacos-devel
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel