CSS Templating

2010-05-07 Thread Eric Hamel
works. However, the template is contributing to the header in the form of: style type=text/css!-- body{ background-color: red; }--/style which is unacceptable. Is there a way to generate a .css file to be used by the application ? Thank you -- Sent by Eric Hamel

Re: CSS Templating

2010-05-10 Thread Eric Hamel
considering a separate CSS generator that doesn't generate CSS at 'page render time'. -Original Message- From: Eric Hamel [mailto:dantehick...@gmail.com] Sent: Saturday, 8 May 2010 5:52 AM To: users@wicket.apache.org Subject: CSS Templating All, I've been exploring the use

Re: CSS Templating

2010-05-11 Thread Eric Hamel
at 7:17 AM, Eric Hamel dantehick...@gmail.com wrote: Good Point. In all honesty, I'm looking for a practical way to skin 2 applications which are identical layout wise. Inherently, I don't want to manage 2 different stylesheets as that will lead to maintenance hell. The idea

Re: set focus in Modal Window

2010-11-03 Thread Eric Hamel
...@wicket.apache.org -- Sent by Eric Hamel

Re: Adding openid-authentication to spring/wicket-auth-roles?

2010-12-29 Thread Eric Hamel
geared only towards user/password authentication. Are there any examples for adding openid login in a similar manner to stackoverflow to a wicket app, preferably using spring? Thanks, Tom -- Sent by Eric Hamel

Re: Wicket webshere 7

2012-01-19 Thread Eric Hamel
.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Sent by Eric Hamel

Re: Wicket webshere 7

2012-01-23 Thread Eric Hamel
: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Sent by Eric Hamel

Apache Wicket - Enforcing POST on Ajax calls

2020-10-16 Thread Eric Hamel
I apologize in advance for my vague question. Our Wicket 8 based application was submitted to pen testing from our EISO. While I understand the finding, I'm not 100% sure I understand the problem nor do I know how to address it. In one of our complex forms that uses Ajax Calls to automatically

Re: Apache Wicket - Enforcing POST on Ajax calls

2020-10-16 Thread Eric Hamel
Thanks I’ll try that ! — Eric Hamel Senior Project Manager Albany Information Technology Group C. 518-698-4503 > On Oct 16, 2020, at 4:32 PM, Martin Grigorov wrote: > > On Fri, Oct 16, 2020, 23:27 Eric Hamel wrote: > >> I apologize in advance for my vague ques

Re: Apache Wicket - Enforcing POST on Ajax calls

2020-10-17 Thread Eric Hamel
Looking at our implementation, we are using an AjaxFormComponentUpdatingBehavior to trigger our data save. Even though we do a have parent form the onSubmit is never called. Is there an alternative to the onMethodMismatch ? — Eric Hamel Senior Project Manager Albany Information

FileNotFoundException

2021-05-18 Thread Eric Hamel
Good morning, For the last month I’ve been struggling to find the root cause of the following exception. It is polluting our logs and I’m just not understanding what’s happening here. We’re on Wicket 6.24.0 Any help would be appreciated. Thank you E

Re: FileNotFoundException

2021-05-18 Thread Eric Hamel
this. — Eric Hamel Senior Project Manager Albany Information Technology Group C. 518-698-4503 > On May 18, 2021, at 9:38 AM, Martin Grigorov wrote: > > Hi, > > See inline! > >> On Tue, May 18, 2021 at 4:02 PM Eric Hamel wrote: >> >> Good morning, >>

Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-29 Thread Eric Hamel
Good evening, Does anyone have any insight on this ? ———- Eric Hamel Senior Project Manager Albany ITG 528-697-4503 > On Jan 23, 2023, at 10:31 AM, Eric Hamel wrote: > > The hierarchy is DocumentSearchPanel extends BootstrapGenericPanel -> > BodyPanel exten

FormComponent and FormComponentPanel ClassCast Issue

2023-01-23 Thread Eric Hamel
Good morning, We are running into intermittent issues on our WebSphere 8.5 environment. The server keeps crashing and we see no cause in our logs. With that said, admins have seen the following error in our logs and I can’t make sense out of it. 07:48:51.632 ERROR [CVIENS | 10.79.49.41 |

Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-23 Thread Eric Hamel
]\").on(\"change\", function() {var $chk = $(this),num = $chk.attr(\"id\").substring(7),$row = $(\"#id\" + num);$row.toggleClass(\"" + TOGGLE_CLASS+ "\");});});"; response.render(OnDomReadyHeaderItem.forScript(javascript)); } } > O

Re: FormComponent and FormComponentPanel ClassCast Issue

2023-01-23 Thread Eric Hamel
wrote: > > Hi, > > On Mon, Jan 23, 2023 at 5:09 PM Eric Hamel wrote: > >> Good morning, >> >> We are running into intermittent issues on our WebSphere 8.5 environment. >> The server keeps crashing and we see no cause in our logs. With that said, >> admin

Re: RangeValidator and BigDecimal

2023-12-20 Thread Eric Hamel
there should not be any issues with rounding. > > Please share the code you use to initialize the relevant field, perhaps we > can spot a mistake. > > Met vriendelijke groet, > Kind regards, > > Bas Gooren > > Op 20 december 2023 bij 14:38:53, Eric Hamel (eric.ha...@alba

Re: RangeValidator and BigDecimal

2023-12-20 Thread Eric Hamel
edictable': > > > https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/math/BigDecimal.html#%3Cinit%3E(double) > > Sven > > On 20.12.23 15:18, Eric Hamel wrote: > > Hi Bas, > > > > Thanks for the response. > > > > I discovered the NumberTe

RangeValidator and BigDecimal

2023-12-20 Thread Eric Hamel
Good morning, We encountered an issue this morning with our use of RangeValidator. The customer requested a validation for amounts between 0.01 and 999,999.00. We have a NumberTextField to which we added the RangeValidator. If the user enters 0.01 the validation fails. If I set the min