Hi

I am trying to display a logo but nothing is displayed.

Eg:
<img src="logo.jpg/>

Files are:
Index.html
Index.java
logo.jpg

To make matters worst, I tried this with the DateTextField & DatePicker
classes, eg:

                        dateFromField = new DateTextField(
                                        "dateFromField",
                                        new PropertyModel(this, "date"),
                                        new StyleDateConverter(
                                                        "S-", true)) {
                                @Override
                                public Locale getLocale() {
                                        return selectedLocale;
                                }
                        };

                        dateFromField.add(new DatePicker());
                        
                        add(dateFromField);


The date picker image (calendar icon) does not display.

But when I install the wicket examples. All the dates example app works
perfectly displaying the calendar icon.

What am I doing wrong in my wicket web application?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to