ModalWindow minHeight minWidth ignored

2014-04-18 Thread Wolfgang
example) - then the ModalWindow will also be very small. I would expect the window to be the size I've setted no matter how small the browser window is. Can anybody suggests a solution to it? Thanks -Wolfgang

Re: Link to last version of stateful page

2013-08-28 Thread Wolfgang
Hi Junixar! You have to give the Page Object to the new Class like: onClick() { setResponsePage(new MyPage(Frontpage.this))} This should help. Greetings On 2013-08-28 15:21, junixar wrote: I have a number of stateful pages with some state for each page. For example each page has already

Re: Wicket returning XML or JSON ?

2013-04-25 Thread Wolfgang
init() method like this: mountResource(/my.json, new GenericResourceReference(MyResource.class)); Greetings from sunny Austria. -Wolfgang On 04/25/2013 04:28 PM, heikki wrote: thanks, that example does indeed work fine, but I'd rather have *no* markup file, just generate the XML or JSON myself

Re: Wicket returning XML or JSON ?

2013-04-25 Thread Wolfgang
ok Martin thanks for explanation! On 04/25/2013 05:00 PM, Martin Grigorov wrote: Hi Wolfgang, On Thu, Apr 25, 2013 at 5:46 PM, Wolfgang wicket-us...@woifal.at wrote: Hi heikki! I needed the same so I did following: extending AbstractResource implemented the needed: protected

HighlightForm without consuming FeedbackMessages

2012-10-02 Thread Wolfgang
of the AttributeModifier I go through all FeedbackMessages and call markRendered() is this the right way? Is there a better place to do this? start with mvn jetty:run Thank you very much Wolfgang - To unsubscribe, e-mail: users-unsubscr

ResourceLink and page versioning

2011-11-07 Thread Wolfgang Schreiner
Hi all, I got a couple of questions ... 1) I would like to open a new browser tab and display a PDF when I click a link. I extended ByteArrayResource but getData is not always called. Seems like once generated the documents get cached and randomly displayed, which of course is not acceptable,

Re: ResourceLink and page versioning

2011-11-07 Thread Wolfgang Schreiner
throws a ReplaceHandlerException when I invoke continueToOriginalDestination, and the original page is not displayed. Am I missing something? I have to get this to work. Thanks From: Wolfgang Schreiner/AUT/CSC@CSC To: users@wicket.apache.org Date: 07.11.2011 18:40 Subject: ResourceLink and page

Re: Weblogic deployment

2011-10-19 Thread Wolfgang Schreiner
Thanks guys, removing the white spaces did the trick! From: jcgarciam jcgarc...@gmail.com To: users@wicket.apache.org Date: 18.10.2011 16:47 Subject: Re: Weblogic deployment Nop, this is a bug in the container no within the wicket framework. On Tue, Oct 18, 2011 at 11:44 AM, Wolfgang

Weblogic deployment

2011-10-18 Thread Wolfgang Schreiner
Hi all, I am having problems deploying my web application on Weblogic 10.3.2. Everything works fine on 10.3.5 but I am running into the following exception when deploying on 10.3.2 - see below How can I resolve this? And when and where is wicket.properties loaded? Can't find references in

Re: Weblogic deployment

2011-10-18 Thread Wolfgang Schreiner
-blank-spaces path? (zip:C:/Documents[16 charater here])...) . On Tue, Oct 18, 2011 at 3:31 PM, Wolfgang Schreiner [hidden email] http://user/SendEmail.jtp?type=nodenode=3915471i=0 wrote: Hi all, I am having problems deploying my web application on Weblogic 10.3.2. Everything works

Re: How to update a palette?

2011-10-01 Thread Wolfgang Schreiner
overriding getIdValue also works! Have a nice weekend From: Wolfgang Schreiner/AUT/CSC@CSC To: users@wicket.apache.org Date: 30.09.2011 13:26 Subject: Re: How to update a palette? What do you mean by refresh? I apply setOutputMarkupId on the palette and add it to the Ajax request target

How to update a palette?

2011-09-30 Thread Wolfgang Schreiner
Dear all, I need to create a palette which has to be updated on selection changes in a drop down choice. The drop down choice contains a list of profiles. Each profile has the same choices but different selected items stored in a database. When a user changes the profile selection (Ajax), the

Re: How to update a palette?

2011-09-30 Thread Wolfgang Schreiner
the pallete after chaning its model? Duy On Fri, Sep 30, 2011 at 3:03 PM, Wolfgang Schreiner wschrei...@csc.comwrote: Dear all, I need to create a palette which has to be updated on selection changes in a drop down choice. The drop down choice contains a list of profiles. Each profile has

Re: Forms in a base class

2010-07-28 Thread Wolfgang
Jeremy Thomerson-5 wrote: you need to be adding the components to the form. you're currently adding them to the page itself. the component hierarchy is thus broken. on your child page, either do getForm().add(foo) [you'll need to expose a getForm method that returns the form from the

TagTester after Ajax

2010-06-28 Thread Wolfgang
TagTester works on the content of the last response which, in case of an Ajax response, is not the whole page but only a small snippet. Even worse, this snippet doesn't contain the wicket:ids anymore I use for testing. Is there a way to Ajax-enable TagTester such that... ...you can use TagTester

Cache menu

2010-05-05 Thread Wolfgang
I'm working on a web site that has a menu bar with sub-items, and sub-sub-items. The configuration of this menu is computed from hilariously complex SQL queries and needs quite some time to be established. The menu looks different for each user (session) but stays the same for the lifetime of the

Caching menu

2010-05-05 Thread Wolfgang
I'm working on a web site that has a menu bar with sub-items, and sub-sub-items. The configuration of this menu is computed from hilariously complex SQL queries and needs quite some time to be established. The menu looks different for each user (session) but stays the same for the lifetime of the

Re: Dynamic checkbox form

2010-05-05 Thread Wolfgang
Each checkbox will be associated with a model. After submitting the form (in your onSubmit method), these models contain the value of the checkbox. As you have a dynamic set of checkboxes you have to make you store the models in an appropriate collection. Or, you remember the references to the

Bug in Page refresh?

2010-04-16 Thread Wolfgang Grossinger
to be correct and working). My question is does anybody have some hints what I could do wrong? Regards, Wolfgang - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Master/Detail with DropDownChoice

2010-03-27 Thread Wolfgang Grossinger
for a quite common ans simpel problem in my opinion and this stuff cost me already days). Thanks a lot for any help! Wolfgang - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

wicket.markup.html.basic.MultiLineLabel with Links, different word color inside?

2009-05-12 Thread Wolfgang . Schele
Hi, I have a request to put a link into a MultiLineLabel, or to set some Words within the MultiLineLabel with a different color. Is this possible in general? thx - jk - To unsubscribe, e-mail:

Validate, Navigate Wizards

2009-05-04 Thread Wolfgang . Schele
Hi, when I validate the data of a WizardStep after pressing Next, I navigate within the validate method to the WizardStep.previous() step in the false case. Works fine! But calling the method WizardStep.previous() works not for the first Wizard step. That's ok, there is no previous one. But how

Validate, Navigate Wizards

2009-05-04 Thread Wolfgang . Schele
Hi, when I validate the data of a WizardStep after pressing Next, I navigate within the validate method to the WizardStep.previous() step in the false case. Works fine! But calling the method WizardStep.previous() works not for the first Wizard step. That's ok, there is no previous one. But how

Re: Invoulentary session sharing/leakage in Wicket 1.3.x

2008-04-09 Thread Wolfgang Gehner
, this is critical for us. We are using the april 6 snapshot from http://wicketstuff.org/maven/repository/org/apache/wicket/wicket/1.3-SNAPSHOT/ We need that snapshot because it has the StreamCorrupted fix. We can't use 1.3.3 final because it doesn't have that fix. Please advise. Wolfgang Gehner Niels Bo

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
We use CompoundPropertyModel(HashMap map) where the map has wicket-ids for map keys and the model value as map value. How do we bring that to ComponentPropertyModel? It doesn't have an Object constructor. Wolfgang On Mon, Apr 7, 2008 at 3:14 PM, Matej Knopp [EMAIL PROTECTED] wrote: No, if you

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
Is that for text fields only, or other components as well? We have a class RTextField that extends TextField so we override the default constructor RTextField(String id) to do super(id, String.class) On Mon, Apr 7, 2008 at 3:26 PM, Wolfgang Gehner [EMAIL PROTECTED] wrote: Everything that needs

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-07 Thread Wolfgang Gehner
Everything that needs state. And yes, that could be lists of data, serializable objects with hashmaps. How do you define a null reference? On Mon, Apr 7, 2008 at 3:22 PM, Johan Compagner [EMAIL PROTECTED] wrote: still what really goes into that CPM? another model? with what kind of object?