Re: wicketstuff v10?

2023-07-10 Thread Shawn McKinney
— Shawn > On Tue, 4 Jul 2023 at 02:21, Shawn McKinney wrote: >> >> >>> On Jul 3, 2023, at 11:26 AM, Maxim Solodovnik wrote: >>> >>> Hello Shawn, >>> >>> I'll get back from vacation in a week or so and will create a

Re: wicketstuff v10?

2023-07-03 Thread Shawn McKinney
have a nice time on your break. Best — Shawn > from mobile (sorry for typos ;) > > > On Mon, Jul 3, 2023, 18:44 Shawn McKinney wrote: - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

wicketstuff v10?

2023-07-03 Thread Shawn McKinney
Hello, Any projections on when wicketstuff for v10.x will be available? Thanks! — Shawn - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-29 Thread Shawn McKinney
> On Jun 29, 2023, at 6:30 AM, Shawn McKinney wrote: > > > Which begs the question. What happens when we use the wicket extensions > instead? > > (Don’t know but I’ll find out) The answer is it works as expected (with no warnings). The solution: use wicket exte

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-29 Thread Shawn McKinney
> On Jun 29, 2023, at 3:25 AM, Martin Grigorov wrote: > > I don't see such code at > https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/IndicatingAjaxButton.java > Is your IndicatingAjaxButton.java part of some third party

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-28 Thread Shawn McKinney
> On Jun 28, 2023, at 8:23 AM, Ernesto Reinaldo Barreiro > wrote: > > I think your question has been correctly answered already. But, anyways, it > is pleasant to have questions in wicket's users list :-) Indeed. Handled REALLY quickly! Next time I won’t wait so long to ask my dumb

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-28 Thread Shawn McKinney
> On Jun 28, 2023, at 8:27 AM, Bas Gooren wrote: > > Hi Shawn, > > That’s more of a styling issue. > > uses the “value” attribute to render the button text. > > For a you’ll need to put the value inside the button tag: > value goes here > Ah yes, that’s it. Thank you Bas! For

Re: Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-28 Thread Shawn McKinney
> On Jun 28, 2023, at 8:11 AM, Bas Gooren wrote: > > Hi Shawn, > > The code basically checks if you apply the behavior to a element. > > In other words: > > is considered an “invalid” element for this behavior. > > is considered “valid”. > Hello, As part of my scientific ‘poke and

Question about log warning: "IndicatingAjaxButton should be applied on a 'button' tag"

2023-06-28 Thread Shawn McKinney
Howdy, I’m a little embarrassed to be asking. It seems so basic, should know it already. But, I’ve already spent a fair amount of time digging with no answers. My usage of Ajax buttons generates this warning in the logs: ``` WARN - 28 Jun 2023 07:35:56,704 - IndicatingAjaxButton -

Enabling Java EE and Fortress Security inside an Apache Wicket Web App

2015-03-13 Thread Shawn McKinney
Hello, another post on how a wicket application can be hooked in with java EE security and fortress rbac controls: https://iamfortress.wordpress.com/2015/03/13/enabling-java-ee-and-fortress-security-inside-an-apache-wicket-web-app/ Hope you find it helpful. Shawn

Re: Demonstrate End-to-End Security Enforcement using Open Source Software Wicket

2014-10-08 Thread Shawn McKinney
On 08/20/2014 10:08 AM, Shawn McKinney wrote: Notably missing from the material is theory or why these types of complex security mechanisms are necessary. I'm working on that now and will publish it back here when ready. Hello again, just now getting back to this thread

Re: Wicket meet-and-greet at JavaOne 2014?

2014-09-09 Thread Shawn McKinney
On 09/08/2014 06:17 PM, Garret Wilson wrote: Hi, all. I'm traveling at the moment, but I plan to be back in San Francisco around the start of JavaOne. Do any Wicket users plan on being in town for the conference? Would you like me to organize a meet-and-greet at a local restaurant or even

Re: Demonstrate End-to-End Security Enforcement using Open Source Software Wicket

2014-08-20 Thread Shawn McKinney
On 08/20/2014 08:01 AM, Martin Grigorov wrote: I am not able to find the tutorial ... :-/ Athttp://iamfortress.org/FortressDemo2 there is only a diagram. At the bottom there is a link to the Javadocs of the application. But I cannot find the tutorial. The steps are contained within the

Re: Demonstrate End-to-End Security Enforcement using Open Source Software Wicket

2014-08-20 Thread Shawn McKinney
://twitter.com/mtgrigorov On Wed, Aug 20, 2014 at 5:39 PM, Shawn McKinney mckinney-sh...@att.net wrote: On 08/20/2014 08:01 AM, Martin Grigorov wrote: I am not able to find the tutorial ... :-/ Athttp://iamfortress.org/FortressDemo2 there is only a diagram. At the bottom there is a link

Demonstrate End-to-End Security Enforcement using Open Source Software Wicket

2014-08-17 Thread Shawn McKinney
Posting another security tutorial featuring an Apache Wicket Web sample application. This one provides end-to-end security coverage: http://iamfortress.org/FortressDemo2 - To unsubscribe, e-mail:

Using ANSI RBAC Security Enforcement inside Wicket 6.x Applications

2013-09-20 Thread Shawn McKinney
Hello again, In the past couple of weeks I have shared with you articles documenting techniques to secure Wicket applications running in Jetty Tomcat containers using basic security principles. Another article in this series builds on what was demonstrated before by introducing more

Using Fortress, Spring and Tomcat to Secure Wicket 6.x Applications

2013-09-11 Thread Shawn McKinney
Hello, A couple of days ago I published article documenting an approach to secure Wicket applications running in Jetty container using a simple property file to store credentials. This new article builds on that by adding Fortress, OpenLDAP and Tomcat to the mix.

Re: Securing Wicket 6.x Applications with Java EE, Spring Jetty

2013-09-09 Thread Shawn McKinney
On 09/09/2013 01:21 AM, Martin Grigorov wrote: Thank you very much for sharing your knowledge with us, Shawn! Please let us know when you publish the second document. My pleasure Martin. I've been using this forum and it's time for me to contribute something. Hope it helps. Shawn

Securing Wicket 6.x Applications with Java EE, Spring Jetty

2013-09-08 Thread Shawn McKinney
Hello, I am a new subscriber to the Wicket users list but have been using the Wicket framework for about 3 years. Recently I published an article documenting an approach my company uses to secure Wicket applications. It uses a combination of Java EE container security, Spring security and