Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss

works :) https://github.com/geramaya/wicket-spring-boot-simple

thx for help

Am 13.01.2021 um 20:19 schrieb Martin Grigorov:

In that case you should report it at
https://github.com/MarcGiffing/wicket-spring-boot/issues

On Wed, Jan 13, 2021 at 5:28 PM Daniel Weiss  wrote:


Hey all,

I've tested it. A mini spring-boot provide static content with functions
of https://www.baeldung.com/spring-mvc-static-resources. A mini spring
boot app with wicket-spring-boot does not provide it. I got a error
message with not found of ...

Some ideas or experience about it?


Am 13.01.2021 um 14:52 schrieb Martin Grigorov:

Hi, There is nothing Wicket specific in this. Just use Spring Boot/MVC
facilities: https://www.baeldung.com/spring-mvc-static-resources On
Wed, Jan 13, 2021 at 3:08 PM Daniel Weiss  wrote:

Hi all, I use https://github.com/MarcGiffing/wicket-spring-boot with
Wicket 8.x and with a spring boot application. I would add static web
content (online help page) to provide a documentation inside the
spring boot application. Knows someone a way to provide to serve
static web content with a set of html sites? I'll thankful for some
hints for this issue :) Thx in advance Daniel
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For
additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss

https://github.com/MarcGiffing/wicket-spring-boot/issues/174

Done. Thx for your help :)

Am 13.01.2021 um 20:19 schrieb Martin Grigorov:

In that case you should report it at
https://github.com/MarcGiffing/wicket-spring-boot/issues

On Wed, Jan 13, 2021 at 5:28 PM Daniel Weiss  wrote:


Hey all,

I've tested it. A mini spring-boot provide static content with functions
of https://www.baeldung.com/spring-mvc-static-resources. A mini spring
boot app with wicket-spring-boot does not provide it. I got a error
message with not found of ...

Some ideas or experience about it?


Am 13.01.2021 um 14:52 schrieb Martin Grigorov:

Hi, There is nothing Wicket specific in this. Just use Spring Boot/MVC
facilities: https://www.baeldung.com/spring-mvc-static-resources On
Wed, Jan 13, 2021 at 3:08 PM Daniel Weiss  wrote:

Hi all, I use https://github.com/MarcGiffing/wicket-spring-boot with
Wicket 8.x and with a spring boot application. I would add static web
content (online help page) to provide a documentation inside the
spring boot application. Knows someone a way to provide to serve
static web content with a set of html sites? I'll thankful for some
hints for this issue :) Thx in advance Daniel
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For
additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss

Hey all,

I've tested it. A mini spring-boot provide static content with functions 
of https://www.baeldung.com/spring-mvc-static-resources. A mini spring 
boot app with wicket-spring-boot does not provide it. I got a error 
message with not found of ...


Some ideas or experience about it?


Am 13.01.2021 um 14:52 schrieb Martin Grigorov:
Hi, There is nothing Wicket specific in this. Just use Spring Boot/MVC 
facilities: https://www.baeldung.com/spring-mvc-static-resources On 
Wed, Jan 13, 2021 at 3:08 PM Daniel Weiss  wrote:
Hi all, I use https://github.com/MarcGiffing/wicket-spring-boot with 
Wicket 8.x and with a spring boot application. I would add static web 
content (online help page) to provide a documentation inside the 
spring boot application. Knows someone a way to provide to serve 
static web content with a set of html sites? I'll thankful for some 
hints for this issue :) Thx in advance Daniel 
- 
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For 
additional commands, e-mail: users-h...@wicket.apache.org 




Re: Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss
Thx :) I have found this, but it doesn't work with my app. My next 
should step is to use a clean small spring boot app and spring boot with 
the wicket-spring-boot to exclude own bugs with my wonderful program :D


Thx
Daniel

Am 13.01.2021 um 14:52 schrieb Martin Grigorov:

Hi,

There is nothing Wicket specific in this. Just use Spring Boot/MVC
facilities: https://www.baeldung.com/spring-mvc-static-resources

On Wed, Jan 13, 2021 at 3:08 PM Daniel Weiss  wrote:


Hi all,

I use https://github.com/MarcGiffing/wicket-spring-boot with Wicket 8.x
and with a spring boot application. I would add static web content
(online help page) to provide a documentation inside the spring boot
application.

Knows someone a way to provide to serve static web content with a set of
html sites? I'll thankful for some hints for this issue :)

Thx in advance
Daniel



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




Provide a additional static content with https://github.com/MarcGiffing/wicket-spring-boot

2021-01-13 Thread Daniel Weiss



Hi all,

I use https://github.com/MarcGiffing/wicket-spring-boot with Wicket 8.x 
and with a spring boot application. I would add static web content 
(online help page) to provide a documentation inside the spring boot 
application.


Knows someone a way to provide to serve static web content with a set of 
html sites? I'll thankful for some hints for this issue :)


Thx in advance
Daniel



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Component.getPage() and Exception Handling

2020-08-25 Thread Daniel Weiss

Hey all,

after few hours of debugging, clean the inheritance structure and the 
right call of "onBeforeRender" vs "add;addOrReplace" > it works! :)


Yeah ... was hard stuff and a better code review will make something 
simplier.

Thx for your help/motivation :)

Greets
Daniel

Am 24.08.2020 um 17:07 schrieb Sven Meier:

Hi,

I didn't understand what's your problem.

Sven


On 24.08.20 16:56, Daniel Weiss wrote:

Hello all,

I don't like the exception handling of Component.getPage(). We are 
working on the integration to Wicket 8.4. We use panels or dialogs as 
anonymous classes / instances and this feature will blocked us to 
redefine a parent component or page.


In fact (I think ..) we don't need this to handle anonymous 
implementations. My first thoughts about this was "what the hell ... 
why ... and whats the benefit of it?" :)


Please explain or link a reason,documentation etc. to handle it and 
the reason for it.


Thx in advance!
Daniel

https://issues.apache.org/jira/browse/WICKET-6415
https://github.com/apache/wicket/commit/140fea6/




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Component.getPage() and Exception Handling

2020-08-24 Thread Daniel Weiss

Hello all,

I don't like the exception handling of Component.getPage(). We are 
working on the integration to Wicket 8.4. We use panels or dialogs as 
anonymous classes / instances and this feature will blocked us to 
redefine a parent component or page.


In fact (I think ..) we don't need this to handle anonymous 
implementations. My first thoughts about this was "what the hell ... why 
... and whats the benefit of it?" :)


Please explain or link a reason,documentation etc. to handle it and the 
reason for it.


Thx in advance!
Daniel

https://issues.apache.org/jira/browse/WICKET-6415
https://github.com/apache/wicket/commit/140fea6/