-
getButtonByValue(string) and getButtonById(string) do not work if a custom id is specified for the buttons.
var toolbar = new YAHOO.widget.Toolbar("toolbar", {
buttons:[
{id:'button1',type:'push',label:'button1', value:'button1'},
{id:'button2',type:'push',label:'button2', value:'button2'}
]
});
// both return false
var button1 = toolbar.getButtonByValue('button1');
var...
2008-09-18 09:24:27 UTC in YUI Library
-
I've been using a js library called curvyCorners(http://www.curvycorners.net/) to add round corners to by forms.
The js it's self seems fine, and works in all the browsers that I can find (ie6/7, safari, ff, opera)
It doesn't work in the default browser of htmlunit. It does work if browser version FIREFOX_2 is used. I've attached a test case that shows this behaviour. It is built...
2007-11-21 15:10:57 UTC in HtmlUnit
-
On windows (XP sp2) using the 3.2.1 of the wrapper I
get the following log entries on stopping the service:
INFO | jvm 1 | 2006/07/14 13:20:48 | INFO [Robot-
1] [Robot] - Robot is finishing
INFO | jvm 1 | 2006/07/14 13:20:48 | stop()
returning - 0
WARN | wrapper | 2006/07/14 13:20:48 | JVM exited
unexpectedly while stopping the application.
STATUS | wrapper |...
2006-07-14 12:33:24 UTC in Java Service Wrapper
-
Logged In: YES
user_id=268801
I've noticed the same problem. It appears to have been fixed in by 'paticubita' in
AjaxDisplayTag.java. The change is pretty simple and I've been running the CVS
version of this file in my source tree to override the 1.1.5 version.
Gareth.
2005-12-05 19:40:25 UTC in Ajax JSP Tag Library
-
Just been trying to intergrate the ajax:display with my appFuse style
application.
Only thing that is lacking is a postFunction attribute. AppFuse has a little
javascript function to add a javascript onhover and onclick listener to each
table. Once the Ajax request replaces the table the highlighting provided
by this listener is lost.
I've prepared a couple patches to add a...
2005-12-05 19:33:27 UTC in Ajax JSP Tag Library
-
Hi,
I know that this has been raised before on this forum, but nothing much seems to have happened.
The quick version of the problem is that the p6spy datasource when begin used under WAS 4 (my version is 4.0.4) fails when used within an EJB.
So if I access the datasource in a servlet it works just fine, but if I do it in an EJB it fails. Please see below for more information...
2003-07-16 15:52:03 UTC in p6spy
-
I've had a bash at doing this and it appears that you have to do a bunch of quoting to get it to work. Have a look at my script below. Note all the COMMENT: tags are quoted as well a couple of others, namely those with either spaces in or \n's
Hope this helps.
#!/bin/sh
#
# Script to batch generate the performance graphs
#
GRAPH_DIR="/usr/data/bgraphs"...
2003-03-16 19:37:44 UTC in Webmin System stats
-
Has anybody tried compiling ucla on solaris?
I managed to get the configure script to run after changing =='s to -eq's, but the build doesn't complete.
Making all in include
Making all in src
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -c ucla_parser.c
ucla_parser.y: In function `parse_cvslog':
ucla_parser.y:344: invalid lvalue in assignment
ucla_parser.y:350...
2002-11-20 14:48:01 UTC in Unamed CVS Log Analyser