Hi thanks for all answers and helps.
I find problem and resolve that.
problem was in BasePage.html in first line into head tag.

{{{{
 <base href="">
}}}}
it was cause of my issue and after deleting my project working well.
again thanks for all of you :*

‫‪Francois Meillet‬‏ <‪francois.meil...@gmail.com‬‏> در تاریخ سه‌شنبه ۸
ژوئن ۲۰۲۱ ساعت ۱۷:۴۴ نوشت:‬

> Could you disable JavaScript in your browser and test your page ?
> Or in your MetronicAssets, comment all JavaScriptReferenceHeaderItems.
>
> PS: create a quickstart with this tool
> https://wicket.apache.org/start/quickstart.html <
> https://wicket.apache.org/start/quickstart.html>
>
> François
>
>
>
> > Le 8 juin 2021 à 11:29, vahid ghasemi <vahidghasemi...@gmail.com> a
> écrit :
> >
> > I'll do that but I'm not sure about working.
> > i think if you clone the project and test it you can easily know about
> the
> > problem.
> > my problem is not just images and also in this status all of my js and
> css
> > working.
> > my links don't work and this problem is inconsequential to resources.
> > pls clone and just run the project and you can see what is the problem.
> >
> > ‫‪Bergmann Manfred‬‏ <‪m...@software-by-mabe.com‬‏> در تاریخ سه‌شنبه ۸
> ژوئن
> > ۲۰۲۱ ساعت ۱۳:۰۸ نوشت:‬
> >
> >> Hi.
> >>
> >> Just had a quick look.
> >> I find it quite difficult to see through. Too many involved classes.
> >>
> >> All the assets you have in your ’java’ source root should actually be in
> >> ‚resources‘, that’s what this is for.
> >> Some build tools (I believe also IntelliJ by default) don’t even copy
> >> resources from the source folders to build output folders without
> >> explicitly saying so.
> >>
> >>
> >> Manfred
> >>
> >>
> >>> Am 08.06.2021 um 10:15 schrieb vahid ghasemi <
> vahidghasemi...@gmail.com
> >>> :
> >>>
> >>> test & ui packages are main packages and others are not important.
> >>> ir.iais.test.MyApplication is starting.
> >>> an my two pages is:
> >>> ir.iais.test.panelTest.LabelPage.java
> >>> ir.iais.test.panelTest.PabelPage.java
> >>> These Panels are extended from BasicPage which is extended from
> >> ir.iais.ui.BasePage.
> >>> BasePage.html has (<wicket:child>) that is implemented in LabelPage and
> >> PabelPage and my images are in BasePage.html(you can find with searching
> >> "profilePhotoHeader" and "profilePhotoPopUp")
> >>> The home page is one of (LabelPage,PabelPage) and my clickable Panel is
> >> MetronicLinkPanel and I determine the destination Page in that
> constructor.
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
>

Reply via email to