AW: signout and redirect

2010-03-25 Thread Giambalvo, Christian
Depends on what your SSISignOutPage.class does. But why don't use setResponsePage(SSISignOutPage.class) ?? -Ursprüngliche Nachricht- Von: tubin gen [mailto:fachh...@gmail.com] Gesendet: Donnerstag, 25. März 2010 12:59 An: users Betreff: signout and redirect here is my code to signout

AW: AW: signout and redirect

2010-03-25 Thread Giambalvo, Christian
setResponsePage(SSISignOutPage.class) creates a new page that will go into pagemap. Is your Page class in a protected area? -Ursprüngliche Nachricht- Von: fachhoch [mailto:fachh...@gmail.com] Gesendet: Donnerstag, 25. März 2010 15:19 An: users@wicket.apache.org Betreff: Re: AW: signout

AW: wiQuery components with server side state - live demo

2010-03-05 Thread Giambalvo, Christian
Hi, i've found a bug at http://labs.jweekend.com/public/grid/GridDnDPage Click and hold on a column header and moving mouse around expands the header columnm, what i think is not intended. Greets Chris -Ursprüngliche Nachricht- Von: ce...@jweekend.com [mailto:ce...@jweekend.com] Im

AW: jdbc

2010-02-11 Thread Giambalvo, Christian
http://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html -Ursprüngliche Nachricht- Von: Ivan Dudko [mailto:ivan.du...@gmail.com] Gesendet: Donnerstag, 11. Februar 2010 15:47 An: users@wicket.apache.org Betreff: Re: jdbc I already have method that return my data from db as

AW: CryptedUrlWebRequestCodingStrategy + WebRequestCodingStrategy = resource URLs are not encrypted (bug?).

2010-01-22 Thread Giambalvo, Christian
You're right, i just want a consistent url look. -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Donnerstag, 21. Januar 2010 16:52 An: users@wicket.apache.org Betreff: Re: CryptedUrlWebRequestCodingStrategy + WebRequestCodingStrategy = resource

AW: CryptedUrlWebRequestCodingStrategy + WebRequestCodingStrategy = resource URLs are not encrypted (bug?).

2010-01-22 Thread Giambalvo, Christian
Ups, sorry. The post was not for me. -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Donnerstag, 21. Januar 2010 16:52 An: users@wicket.apache.org Betreff: Re: CryptedUrlWebRequestCodingStrategy + WebRequestCodingStrategy = resource URLs are not

CryptedUrlWebRequestCodingStrategy and setResponsePage

2010-01-21 Thread Giambalvo, Christian
Hi all, just a question to url encryption. I added following section to my application class /** * @see org.apache.wicket.authentication.AuthenticatedWebApplication#newRequestC ycleProcessor() */ @Override protected IRequestCycleProcessor newRequestCycleProcessor() {

AW: get set attribute wicket session

2010-01-21 Thread Giambalvo, Christian
Hi, with getSession() you will always get the session attached to the current request. So yes it is session specific. Greets chris -Ursprüngliche Nachricht- Von: Martin Asenov [mailto:mase...@velti.com] Gesendet: Donnerstag, 21. Januar 2010 16:44 An: users@wicket.apache.org Betreff:

AW: get set attribute wicket session

2010-01-21 Thread Giambalvo, Christian
attribute wicket session Thanks, Chris! Have a nice evening! Cheers, Martin -Original Message- From: Giambalvo, Christian [mailto:christian.giamba...@excelsisnet.com] Sent: Thursday, January 21, 2010 5:46 PM To: users@wicket.apache.org Subject: AW: get set attribute wicket session Hi

AW: AW: get set attribute wicket session

2010-01-21 Thread Giambalvo, Christian
: AW: get set attribute wicket session Giambalvo, Christian wrote: Hi, with getSession() you will always get the session attached to the current request. So yes it is session specific. Greets chris I would add that, in order to save this nasty cast all over the place, you could create your

AW: AW: get set attribute wicket session

2010-01-21 Thread Giambalvo, Christian
, January 21, 2010 6:26 PM To: users@wicket.apache.org Subject: Re: AW: get set attribute wicket session Giambalvo, Christian wrote: Hi, with getSession() you will always get the session attached to the current request. So yes it is session specific. Greets chris I would add that, in order

Disabled Navigation if Action.ENABLE is restricted for page

2010-01-15 Thread Giambalvo, Christian
Hi all, i have a litte problem. I have implemented an own AuthorizationStrategy where I check I a user is allowed to render/enable a component/page. Each page has a navigation. If I restrict enable for a page, then the navigation gets also disabled. I tried overwriting isEnabled() for the whole

AW: Disabled Navigation if Action.ENABLE is restricted for page

2010-01-15 Thread Giambalvo, Christian
Giambalvo, Christian christian.giamba...@excelsisnet.com: Hi all, i have a litte problem. I have implemented an own AuthorizationStrategy where I check I a user is allowed to render/enable a component/page. Each page has a navigation. If I restrict enable for a page, then the navigation gets also

AW: How to write markup if type of component is not known yet...

2009-12-02 Thread Giambalvo, Christian
Keep it simple and write 2 panels. -Ursprüngliche Nachricht- Von: Pieter Degraeuwe [mailto:pieter.degrae...@systemworks.be] Gesendet: Mittwoch, 2. Dezember 2009 09:55 An: users@wicket.apache.org Betreff: How to write markup if type of component is not known yet... Hi all, I want to

AW: Session stealing with wicket-auth-roles

2009-12-02 Thread Giambalvo, Christian
Hmm, for me it doesn't work. I mount the pages via: this.mount(/pages/secure, PackageName.forClass(this.getHomePage())); If I try to access the page from machine B with the same jessionid as machine A, then I get redirected to LoginPage. -Ursprüngliche Nachricht- Von: Andrew Turner

AW: PropertyModels *without* strings

2009-11-26 Thread Giambalvo, Christian
. renamed), but you get compiler errors in the code where you use the old names. so it should be fairly easy to fix your own code (in contrast to some strings) On Thu, Nov 26, 2009 at 8:04 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Is refactoring

AW: PropertyModels *without* strings

2009-11-25 Thread Giambalvo, Christian
Is refactoring available for bindgen? -Ursprüngliche Nachricht- Von: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Gesendet: Mittwoch, 25. November 2009 22:56 An: users@wicket.apache.org; d...@wicket.apache.org Betreff: PropertyModels *without* strings

AW: PropertyModels *without* strings

2009-11-25 Thread Giambalvo, Christian
. renamed), but you get compiler errors in the code where you use the old names. so it should be fairly easy to fix your own code (in contrast to some strings) On Thu, Nov 26, 2009 at 8:04 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Is refactoring available for bindgen

AW: PropertyModels *without* strings

2009-11-25 Thread Giambalvo, Christian
. renamed), but you get compiler errors in the code where you use the old names. so it should be fairly easy to fix your own code (in contrast to some strings) On Thu, Nov 26, 2009 at 8:04 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Is refactoring available

JWeekend

2009-11-23 Thread Giambalvo, Christian
i just wanna say sorry for not comming to the jweekend. But i am ill. I spewed the whole weekend. I tried to push myself with coffe at sturbucks next to foyles but it didn't helped much. So i decided to go back home. I regret this very much. Is there any recording of the jweekend available?

AW: bindgen release

2009-11-12 Thread Giambalvo, Christian
This sounds pretty cool. Keep working Stephen. Greets Chris -Ursprüngliche Nachricht- Von: Stephen Haberman [mailto:step...@exigencecorp.com] Gesendet: Donnerstag, 12. November 2009 06:24 An: Jeremy Thomerson Cc: users@wicket.apache.org Betreff: Re: bindgen release Have you done

Wicket Eclipse 3.5 Plugin

2009-11-12 Thread Giambalvo, Christian
Hi all, which is your favorite eclipse plugin? I only know Wicketbench, but it doesn't work correctly with eclipse 3.5. Greets Chris

AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
Hi all, maybe i found a bug. Don't know if I'm doing something wrong. But it's a simple usecase. Following code produces an exception: public class HomePage extends WebPage { private static final long serialVersionUID = 1L; private static int testCounter = 0;

AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
AJAX): just write a model that displays If you see this message wicket is properly configured and running if count =0 and Test + testCounter if 0. Best, Ernesto On Wed, Nov 11, 2009 at 9:21 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi all, maybe i found a bug

AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
Btw, the exception is thrown on first call not on second round trip. -Ursprüngliche Nachricht- Von: Giambalvo, Christian [mailto:christian.giamba...@excelsisnet.com] Gesendet: Mittwoch, 11. November 2009 09:39 An: users@wicket.apache.org Betreff: AW: AbstractAjaxTimerBehavior causes

AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
...@e-card.bg] Gesendet: Mittwoch, 11. November 2009 09:59 An: users@wicket.apache.org Betreff: Re: AbstractAjaxTimerBehavior causes exception On Wed, 2009-11-11 at 09:21 +0100, Giambalvo, Christian wrote: Hi all, maybe i found a bug. Don't know if I'm doing something wrong. But it's

AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
trip). I guess Martin was just trying to say that you should use the same label...? Did you try the code I posted? It does work ;-) Cheers, Ernesto On Wed, Nov 11, 2009 at 10:06 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi Martin, this doesn't work

AW: AbstractAjaxTimerBehavior causes exception

2009-11-11 Thread Giambalvo, Christian
, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: You're right Ernesto, your example works, but what if I want to replace a whole panel and not just the model of a label? -Ursprüngliche Nachricht- Von: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Gesendet

AW: Iterate over Pages in Pagemap

2009-11-10 Thread Giambalvo, Christian
10, 2009 at 8:54 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi all, how to iterate over latest version of all pages in pagemap? All my Pages have the ability to reload the navigation, but to accomplish this, I need to tell the page to reload the navigation. So

AW: Iterate over Pages in Pagemap

2009-11-10 Thread Giambalvo, Christian
Hi, On Tue, Nov 10, 2009 at 9:36 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Well, i don't want a timer in the page. This causes unneeded checks. That's why I thought of the simplest solution. The basepage gets its navigation from session (which gets rebuild upon

AW: Iterate over Pages in Pagemap

2009-11-10 Thread Giambalvo, Christian
, Ernesto On Tue, Nov 10, 2009 at 10:25 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: So, your Application object will act as a factory of components? I wouldn't follow that approach myself. At most the application would contain the data for the navigation

Iterate over Pages in Pagemap

2009-11-09 Thread Giambalvo, Christian
Hi all, how to iterate over latest version of all pages in pagemap? All my Pages have the ability to reload the navigation, but to accomplish this, I need to tell the page to reload the navigation. So my first idea was to iterate over latest version of all pages in pagemap and call the

Get all active session objects

2009-11-06 Thread Giambalvo, Christian
Hi all, how do I get all active session objects. I need the real session object cause i need to call a method on it. I already searched the mailing list but without success. Thanks in advance. Chris

Get all active session objects

2009-11-06 Thread Giambalvo, Christian
Hi all, how do I get all active session objects. I need the real session object cause i need to call a method on it. I already searched the mailing list but without success. Thanks in advance. Chris

AW: Get all active session objects

2009-11-06 Thread Giambalvo, Christian
(this);  } } On Fri, Nov 6, 2009 at 7:40 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi all, how do I get all active session objects. I need the real session object cause i need to call a method on it. I already searched the mailing list but without success. Thanks

AW: LinkTree

2009-11-04 Thread Giambalvo, Christian
Hi, i did another way an that way worked. Replace markupContainer.add(new Label(DETAILS_PANEL_ID,label).setOutputMarkupId(true)); with private final Label labelToReplace = new Label(DETAILS_PANEL_ID,label).setOutputMarkupId(true); markupContainer.add(labelToReplace); ... And in

AW: OSGi Wicket

2009-11-03 Thread Giambalvo, Christian
implement a Navigatable interface and have the @Navigation annotation. Still very early in development but it still might do what you need. On Mon, Nov 2, 2009 at 2:29 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Maybe OSGi ist o much overhead for my needs. I just want

mount recursive

2009-11-02 Thread Giambalvo, Christian
Hi all, is it possible to mount a package recursivly? Let's assume following classes: com.test.pages.TestClass1 com.test.pages.TestClass2 com.test.pages.subpackage.TestClass3 com.test.pages.subpackage.TestClass4 now i'd like to do mount(/pages,

AW: OSGi Wicket

2009-11-01 Thread Giambalvo, Christian
Maybe OSGi ist o much overhead for my needs. I just want to be able to load WicketPages from a jar during runtime. Lets say i have a wicket app with just the wicketapplication and a homepage (extendable through plugins (jar)). Then during runtime i dropin a jar containing some Pages and i want

AW: OSGi Wicket

2009-10-31 Thread Giambalvo, Christian
Hi, i'm also interested in making a modular, during runtime extensible wicket appliaction. Meaning a Wicketapplication which can be extended by plugins during runtime. Can OSGi accomplish this? Could you please explain the wstarter a little bit more in detail. I only developed normal wicket web

AW: How to do Button onclick() and Input onchange()

2009-10-29 Thread Giambalvo, Christian
Hi, case 1: if i'm not wrong you have to place a submit button inside a form otherwise this button doesn't work. Case 2: look at AjaxEventBehavior for on change Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH

wickstuff-dojo-1.1 maintainer

2009-10-29 Thread Giambalvo, Christian
Hi all, who ist he actuall maintainer of wicketstuff-dojo-1.1 ? Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182 Stuttgart Mobile +49 176 196 32 406 Office +49 711 6 20 30 406

AW: input filed mask

2009-10-28 Thread Giambalvo, Christian
Look at http://wicket.apache.org/docs/1.4/org/apache/wicket/util/convert/package -summary.html. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

AW: file download using ajaxLink

2009-10-21 Thread Giambalvo, Christian
Updated http://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182 Stuttgart Mobile +49 176 196 32 406 Office +49

AW: Send file to client via Ajax

2009-10-06 Thread Giambalvo, Christian
Yes it would be usefull. But where does DocumentResourceListener came from? I'm using wicket 1.3.6 and DocumentResourceListener is not available. Thanks Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 -

AW: Send file to client via Ajax

2009-10-06 Thread Giambalvo, Christian
could used mounted resources as well, or just a dedicated servlet if you want to get file generation out of wicket! Best, Ernesto On Tue, Oct 6, 2009 at 11:24 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Yes it would be usefull. But where does DocumentResourceListener

AW: Send file to client via Ajax

2009-10-06 Thread Giambalvo, Christian
Betreff: Re: Send file to client via Ajax Nice to hear it was of some help! I have learned a bit too while doing it:-) Cheers, Ernesto P.S. Shall I add this to a Wiki page?... when I find the time;-) On Tue, Oct 6, 2009 at 11:39 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote

AW: Send file to client via Ajax

2009-10-06 Thread Giambalvo, Christian
/WICKET/AJAX+update+and+file+download+in+one+blow http://cwiki.apache.org/confluence/display/WICKET/AJAX+update+and+file+download+in+one+blow Ernesto On Tue, Oct 6, 2009 at 12:15 PM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Yes, please add it. Mit freundlichen Grüßen

Send file to client via Ajax

2009-10-05 Thread Giambalvo, Christian
Hi all, simple question :) how to send a dynamicly generated file (as byte array) through an ajaxfallbackbutton tot he client? Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182 Stuttgart Mobile

AW: Send file to client via Ajax

2009-10-05 Thread Giambalvo, Christian
@wicket.apache.org Betreff: Re: Send file to client via Ajax why do you want to use AjaxFallbackButton ? you will not re-paint part of the page use ResourceLink to download the file El lun, 05-10-2009 a las 15:36 +0200, Giambalvo, Christian escribió: Hi all, simple question :) how to send

AW: Send file to client via Ajax

2009-10-05 Thread Giambalvo, Christian
, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: It's more general question. Maybe i need to repaint some parts and send a file. Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182

AW: Send file to client via Ajax

2009-10-05 Thread Giambalvo, Christian
. Best, Ernesto On Mon, Oct 5, 2009 at 4:10 PM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: It's more general question. Maybe i need to repaint some parts and send a file. Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung

AW: Date validation in a form

2009-09-24 Thread Giambalvo, Christian
What about org.apache.wicket.validation.validator.PatternValidator Mit freundlichen Grüßen Christian Giambalvo -- Fachinformatiker für Anwendungsentwicklung EXCELSIS Informationssysteme GmbH Wilhelmsplatz 8 - 70182 Stuttgart Mobile +49 176 196 32 406 Office +49 711 6 20 30 406

FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
Hi all, ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component in pageconstructor to visible(false) then the needed javascript code for validation is not contributed to pageheader. if set to visible(true) all is fine. does anyone had the same problem and if so,

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
not show up for components that are not visible, add it to a visible component instead. -igor On Wed, Sep 23, 2009 at 7:15 AM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi all, ich have a component (textfield) with an FXValidationAjaxHandler. If i set this component

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: Hi, first thanks for reply. Well, it's not possible to add it to a visible component. Let me explain. I have 2 custom panels and depending on the selection in a dropdownchoice the corresponding panel gets visible or hidden. Because

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
sense for them to do otherwise. -igor On Wed, Sep 23, 2009 at 5:16 PM, Giambalvo, Christian christian.giamba...@excelsisnet.com wrote: i'm sorry, but doesn't work. i attached a simple project. i added the needed components to a webmarkupcontainer. instead of panels this time i used

AW: FXValidationAjaxHandler - Javascript not added if component is set visible(false) in page constructor

2009-09-23 Thread Giambalvo, Christian
maybe i'm to stupid to understand what you mean. so please provide an example. thx -Ursprüngliche Nachricht- Von: Giambalvo, Christian [mailto:christian.giamba...@excelsisnet.com] Gesendet: Do 24.09.2009 02:45 An: users@wicket.apache.org Betreff: AW: FXValidationAjaxHandler - Javascript