[ 
https://issues.apache.org/jira/browse/WICKET-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Johan Compagner closed WICKET-1232.
-----------------------------------

    Resolution: Invalid

this is not a bug in wicket this is pure htm/css just look how to use css 
borders.

Also with these kind of questions, ask them first on the user list.

> BookmarkablePageLink with images
> --------------------------------
>
>                 Key: WICKET-1232
>                 URL: https://issues.apache.org/jira/browse/WICKET-1232
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>         Environment: Webapplication developed with Java, Hibernate and Wicket.
> SO - Windows
> Browsers - IExplorer and FireFox 2.0
>            Reporter: Marco Paulo Silva Santos
>
> Im trying to define a BookmarkablePageLink into an Image.
> The image is build from a byte[] that came form the DB and a Resource is 
> created from it. The Image is created from the resource and it is added to 
> the BookmarkablePageLink  like this:
> ....
> BookmarkablePageLink  link = new BookmarkablePageLink ("linkId", Page.class);
> link.add(new Image("imageId", resource));
> add(link);
> ....
> the link is created, and the image is well shown. However, a blue border 
> appears arround the image, and it turns mangeta if pressed. 
> I couldn't find a way to remove that border. On the html files there is no 
> css class associated.
> Thanks
> --ms

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to