Is anyone using button shapes as hyperlinks like I am? I was coloring a bit outside the lines when I wrote the code you see below. Tell me if you are doing it differently. Maybe doing it another way will rid me of my broken link problem.

kurt heston wrote:
That particular text message came up in Firefox when I was running it on the server. Running the app from another machine produces a similar message (with a different URL).

Martijn Dashorst wrote:

    The image

    "http://localhost/feeple/?path

=78:toppanel:contractList:contractListImg&interface=IResourceListener"
    cannot be displayed, because it contains errors.


Are you running the browser on the same box or on another machine? If your browser is on another box, then the reference to localhost is quite strange.

Martijn


On 4/19/06, *kurt heston* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

The code was working fine on my development machine. However, when I moved it to production (a much faster box), the buttons I'm generating
    all showed up as broken links.  Just shooting from the hip, I'm
    guessing
    something isn't flushing its buffer.

    Here's the HTML:

    <img wicket:id="listImg" />

    Here's the Java:

    add(new Image("listImg", BasePage.getButton("Get List")))

    public static Resource getButton(String label) {
        DefaultButtonImageResource r = new
    DefaultButtonImageResource(label);
        Color c = new Color(60, 179, 113);
        r.setColor(c);

        return r;
    }


    Here's the problem (what Firefox says):

    The image
"http://localhost/feeple/?path=78:toppanel:contractList:contractListImg&interface=IResourceListener <http://localhost/feeple/?path=78:toppanel:contractList:contractListImg&interface=IResourceListener>"
    cannot be displayed, because it contains errors.

    Any ideas?


    -------------------------------------------------------
    This SF.Net email is sponsored by xPML, a groundbreaking scripting
    language
    that extends applications into web and mobile media. Attend the
    live webcast
    and join the prime developer group breaking into this new coding
    territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
    _______________________________________________
    Wicket-user mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/wicket-user




--
Wicket 1.2 is coming! Write Ajax applications without touching JavaScript! -- http://wicketframework.org


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to