Re: One button in a form shall show result in new tab

2022-05-31 Thread Joachim Schrod
Hi, Martin Grigorov writes: > > On Tue, May 31, 2022 at 6:50 AM Joachim Schrod wrote: > > > > So I need to have the > > following functionality for this button: > > -- Before the submit, a target attribute "_blank" get's added to the >

One button in a form shall show result in new tab

2022-05-30 Thread Joachim Schrod
or some tips, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Question / Modular FormComponents / FormComponentPanels / AbstractFormValidator and problems with model updates

2016-02-12 Thread Joachim Schrod
l, so the entire PersonFormComponentPanel >>>>> acts as >>>>> FormComponent to be able to fullfill the FormComponent[] >>>>> getDependentFormComponents(){...} return value. >>>>> >>>>> Unfortunately this is not w

Re: Using wicket:... tags messes up css

2015-03-10 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: AJAX-Behavior that decides activation of a link

2015-01-08 Thread Joachim Schrod
. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: AJAX-Behavior that decides activation of a link

2015-01-08 Thread Joachim Schrod
-- but that code wasn't any prettier. I think what I'm looking for is a way to add some client data to an ART target that I can access client-side, e.g., in an AJAX call listener. Thanks for your comments, Joachim On 1/7/15, 9:15 PM, Joachim Schrod jsch...@acm.org wrote: Hi, I have a class of links where

AJAX-Behavior that decides activation of a link

2015-01-07 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Form-Validators and invisible form components

2014-07-24 Thread Joachim Schrod
, my question: how may I realize checks over several form components where one of them may be invisible? Here's hoping for a hint in the right direction, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Best practice sought: Register client change at server

2014-07-11 Thread Joachim Schrod
On 07/11/14 04:44, Ernesto Reinaldo Barreiro wrote: On Fri, Jul 11, 2014 at 2:47 AM, Joachim Schrod jsch...@acm.org wrote: An AjaxEventBehavior would be the right thing, but I don't have a component to attach it to. The worst solution would be a hidden AjaxLink. IMO I simply need to establish

Re: Best practice sought: Register client change at server

2014-07-11 Thread Joachim Schrod
, don't you? Otherwise you can request a resource via Ajax too. Regards Sven On 07/11/2014 02:47 AM, Joachim Schrod wrote: Hi, In a Wicket application I have JQuery code that triggers after a certain time of user inactivity. I need to tell server-side about that inactivity. No problem

Best practice sought: Register client change at server

2014-07-10 Thread Joachim Schrod
appreciate any help or tips. Cheers, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr

Re: Visual HTML diff in Wicket?

2014-02-06 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: AW: set session-timeout

2013-10-22 Thread Joachim Schrod
expires configurable. How can I do this? Can I set this in the WicketApplication.init()? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: AW: set session-timeout

2013-10-22 Thread Joachim Schrod
On 10/22/13 15:32, Martin Grigorov wrote: On Tue, Oct 22, 2013 at 4:27 PM, Joachim Schrod jsch...@acm.org wrote: On 10/22/13 10:34, christoph.ma...@t-systems.com wrote: If I do this in my WicketApplication class, in the init() method I get java.lang.reflect.UndeclaredThrowableException

Re: Ajax behaviour for multiple elements

2013-10-17 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: FormComponent independent from the Model/Model object

2013-07-09 Thread Joachim Schrod
., with new Model()? Then the CPM from the panel is not accessed. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e

Re: [ANNOUNCE] Apache Wicket 6.9.0 released

2013-07-02 Thread Joachim Schrod
Martin Grigorov wrote: On Tue, Jul 2, 2013 at 2:54 AM, Joachim Schrod jsch...@acm.org wrote: Martijn Dashorst wrote: Switch between jQuery 1.x and 2.x depending on the user agent. For IE 6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x. To use this resource reference

Re: [ANNOUNCE] Apache Wicket 6.9.0 released

2013-07-01 Thread Joachim Schrod
that jQuery reference, resp. don't include that code? Will IE8 users getting served jQuery 2.x? For me, that's important, we need to support IE8. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Graying Out Disabled Buttons/Controls

2013-06-26 Thread Joachim Schrod
] { ... } If you've got CSS predefined and can't change it, there's the callback method onDisable(ComponentTag) on your form components that can be overriden to change CSS class of the emittet markup. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim

Re: Wicket with Spring for IOC

2013-06-25 Thread Joachim Schrod
SpringComponentInjector(this)); That's not relevant; the error happens before. The startup code looks for a Spring bean that's a class or subclass of WebApplication and doesn't find one. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod

Re: Wicket with Spring for IOC

2013-06-25 Thread Joachim Schrod
, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

Re: Wicket with Spring for IOC

2013-06-25 Thread Joachim Schrod
Joachim Schrod wrote: 5. If you need Spring beans in a behavior, resource, or any other non-component class, you need to tell Wicket about it. For that, you call Injector.get().inject(this); in that class' constructor. Afterwards, @SpringBean injections work

Re: Adding HTTP header settings if link is klicked

2013-06-24 Thread Joachim Schrod
, too? Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Wicket with Spring for IOC

2013-06-24 Thread Joachim Schrod
().inject(this); in that class' constructor. Afterwards, @SpringBean injections work in that class. That's all. It just works. HTH, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: user interface design: if any error, textbox channge to red ... ...

2013-06-14 Thread Joachim Schrod
was done between 1.4 and 6.x. If it was intentional or by accident. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Spring @Autowire not working

2013-05-12 Thread Joachim Schrod
not in WEB-INF. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: FW: VITO:(CC0000002070237):Contracts from OPIB ZM from this week are not available in Signature

2013-05-11 Thread Joachim Schrod
resources the latter ususally doesn't make sense, IMO. Most cant-display-pdf-in-ie problems that I have encountered have this root cause. HTH, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Model for dropdowns in a listview

2013-04-22 Thread Joachim Schrod
this.answerListModel, knows the list item index, and has appropriate redefinitions for getObject() and setObject() that do the list access. HTH, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: OnChangeAjaxBehavior javadoc note

2013-01-22 Thread Joachim Schrod
: users-h...@wicket.apache.org Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr

Re: Wicket + Spring

2013-01-21 Thread Joachim Schrod
these jars to the WEB-INF/lib directory of your Tomcat working directory (usually .metadata/.plugins/org.eclipse.wst.server.core/tmp*/wtpwebapps/ in your workspace directory). HTH, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark

Re: Referring to static files in .jar root directly from HTML, with context added automatically?

2013-01-19 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: what is Wicket 2.x?

2012-12-11 Thread Joachim Schrod
Martijn Dashorst wrote: On Mon, Dec 10, 2012 at 4:39 PM, Joachim Schrod jsch...@acm.org wrote: I'd like to add my voice to Martijn's comment that there are still people out there who have no choice but to use 1.4. Typically guys who have to support Wicket apps on app servers with no servlet

Re: what is Wicket 2.x?

2012-12-10 Thread Joachim Schrod
apps on app servers with no servlet-2.5-api. I'm one of them. :-( Next year, upgrade to JBoss 7 and thus Wicket 6 is hopefully possible. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Model is null after submit, using FormComponentPanel

2012-12-06 Thread Joachim Schrod
often override updateModel() to be an empty method, to prevent the behavior named above from happening. Best, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org

Re: Model is null after submit, using FormComponentPanel

2012-12-06 Thread Joachim Schrod
, though. :-( Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Deleting Cookies

2012-12-06 Thread Joachim Schrod
in the AJAX request and where the load() method gets its values from. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e

Re: Model is null after submit, using FormComponentPanel

2012-12-04 Thread Joachim Schrod
in the constructor that way? Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr

Re: File download through form submit feedback messages

2012-11-23 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Does a SimpleAttributeModifier Overwrite or Append JavaScript?

2012-11-02 Thread Joachim Schrod
eugenebalt wrote: I can't try right now because of a system failure. If I could try it I wouldn't ask it here. I was hoping for a quick response. It overwrites. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email

Re: Custom CSS for Feedback message is broken in 1.5

2012-10-29 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Custom CSS for Feedback message is broken in 1.5

2012-10-26 Thread Joachim Schrod
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Custom CSS for Feedback message is broken in 1.5

2012-10-24 Thread Joachim Schrod
Paul Bors wrote: Yes, but how would that affect other projects that do expect the CSS to be applied to the LI or SPAN? Come to think about it, I could very simple replace the content of both with my own panels right? I think this is a project specific requirement I just want to add my

Re: How to control IMG/CSS URL-Rewriting in mounted pages?

2012-08-16 Thread Joachim Schrod
As for the usefulness of this process, consider panels. Panels can be instantiated on any mount path so their links must be adjusted. Good luck! Bertrand On 15/08/2012 5:37 PM, Joachim Schrod wrote: Well, one answer yet, with an assertion that Wicket does what I don't want it to do. :-( So

Re: URL params parsing issue if param value contain '='

2012-08-15 Thread Joachim Schrod
the resolution for this issue. It is not possible for us to ask third party application for encoding the URL parameters, we have to do something at our end only. Cheers, Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email

Re: How to control IMG/CSS URL-Rewriting in mounted pages?

2012-08-15 Thread Joachim Schrod
the URL rewriting for images would be most welcome, overwriting that behavior with appropriate subclassing is something I can well do on my own. Best, Joachim Joachim Schrod wrote: Hi, I'm new to Wicket and write my first application in it. I use Wicket in Action and online resources

Re: How to control IMG/CSS URL-Rewriting in mounted pages?

2012-08-14 Thread Joachim Schrod
: Hi, If your images/css are in the web root then use something like images/image.img in your .html. Wicket will make the url relative to the web root no matter what mount path you use for the page. On Mon, Aug 13, 2012 at 5:41 PM, Joachim Schrod jsch...@acm.org wrote: Hi, I'm new

How to control IMG/CSS URL-Rewriting in mounted pages?

2012-08-13 Thread Joachim Schrod
in advance. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: how to get HttpServletRequest in My Application class

2012-08-13 Thread Joachim Schrod
-- which is a singleton that's independent from any request and any session, then there's probably something wrong with your design. Joachim -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Joachim Schrod, Roedermark, Germany Email: jsch...@acm.org