Problem with @RequireHttps and Tests

2009-09-25 Thread Rangel Preis
I put the @RequireHttps annotation in my LoginPage, and it's work fine when i run the app. But when i run my tests all test fail, if I remove @RequireHttps all test pass correctly Here's the problem, when i run this code without the annotation the wicket tester call the button btn_login. If i put

Proxying SSL on Apache to HTTP on Jetty + Wicket

2009-11-10 Thread Rangel Preis
The situation here is: https http - Apache --- Jetty Using wicket in my WicketApplication I put private static final HttpsConfig HTTPS_CONFIG = new HttpsConfig(HTTP_PORT, HTTPS_PORT); @Override protected IRequestCycleProcessor

Re: Proxying SSL on Apache to HTTP on Jetty + Wicket

2009-11-10 Thread Rangel Preis
The unique solution that i found is extends HttpsRequestCycleProcessor to change only the protocol. Any other ideia? Thanks All. 2009/11/10 Rangel Preis rangel...@gmail.com: The situation here is: https                          http -   Apache   --- Jetty Using wicket in my

Re: Proxying SSL on Apache to HTTP on Jetty + Wicket

2009-11-11 Thread Rangel Preis
); } But don't work, the url are correct but the page don't load i think i miss something in apache. Anyone make something like this? Thanks. 2009/11/10 Rangel Preis rangel...@gmail.com: The unique solution that i found is extends HttpsRequestCycleProcessor to change only the protocol. Any other

Re: Proxying SSL on Apache to HTTP on Jetty + Wicket

2009-11-12 Thread Rangel Preis
))) { request.setScheme(https); } } Now this works. Thanks Nino. 2009/11/11 nino martinez wael nino.martinez.w...@gmail.com: I think last time this came up it ended out being some issue with jetty? 2009/11/11 Rangel Preis rangel...@gmail.com I extends HttpsRequestCycleProcessor

Re: Problem refreshing a table content

2009-06-09 Thread Rangel Preis
Igor, Thanks for help us. Rangel Preis. 2009/6/8 Igor Vaynberg igor.vaynb...@gmail.com: listdataprovider keeps a reference to the list, so it never sees your updated reference. i would suggest you implement idataprovider yourself. -igor

How to add filter to palette component?

2009-06-22 Thread Rangel Preis
Hi, how can i filter the possible choices in the palette component i read the topics below put it not helpful for me. http://www.nabble.com/how-to-add-filter-for-Palette-choice-td23269578.html#a23269578 http://www.nabble.com/changing-choices-component-in-Palette-td23982514.html#a23982514 I have

Re: How to add filter to palette component?

2009-06-22 Thread Rangel Preis
, 2009 at 12:08 PM, Rangel Preis rangel...@gmail.com wrote: Hi, how can i filter the possible choices in the palette component i read the topics below put it not helpful for me. http://www.nabble.com/how-to-add-filter-for-Palette-choice-td23269578.html#a23269578 http://www.nabble.com/changing

Re: How to add filter to palette component?

2009-06-23 Thread Rangel Preis
://www.linkedin.com/in/egolan74 P  Save a tree. Please don't print this e-mail unless it's really necessary On Mon, Jun 22, 2009 at 11:57 PM, Rangel Preis rangel...@gmail.com wrote: Sorry Fernando but it's not helpful. When i click in my search button (a button out of palette)  i want to change

Re: How to add filter to palette component?

2009-06-23 Thread Rangel Preis
Golan... the object have the correct value in code, but in the page it's blank. 2009/6/23 Eyal Golan egola...@gmail.com: It looks just like what I did. Did you break-point at public Object getObject() {               return this.avaliableList;           } ? or at avaliableList =

How reRender a component from parent page?

2010-02-05 Thread Rangel Preis
How can I use Ajax to change value from a parent page in my layout. I try to change values in header using a action from content page. I have this: |---| | HEADER | |---| | MENU | CONTENT | |

Re: How reRender a component from parent page?

2010-02-08 Thread Rangel Preis
? (wicket:ids and what not) On Fri, Feb 5, 2010 at 12:50 PM, Rangel Preis rangel...@gmail.com wrote: How can I use Ajax to change value from a parent page in my layout. I try to change values in header using a action from content page. I have

Re: How reRender a component from parent page?

2010-02-08 Thread Rangel Preis
be sufficient. -Don On Feb 8, 2010, at 2:16 AM, Rangel Preis wrote: My template HTML html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd;        head                title wicket:id=title/title                meta wicket:id

Re: How reRender a component from parent page?

2010-02-09 Thread Rangel Preis
. 2010/2/8 Rangel Preis rangel...@gmail.com: Thanks, Don but this don't work the value don't change. And I call setOutputMarkupId when i build it. and call it again later... Thanks All. 2010/2/8 Don Ferguson d...@rixty.com: I think setOutputMarkupId() should have been called earlier

Re: How reRender a component from parent page?

2010-02-09 Thread Rangel Preis
, Development, Training http://jWeekend.com On 9 February 2010 14:50, Rangel Preis rangel...@gmail.com wrote: I make a quick start project (maven) to show my problem, if someone have time... The problem are in HomePage.java in the onClick... this don't reRender my componente in the header

E-commerce with wicket

2010-05-12 Thread Rangel Preis
are doing. Thank Wicketeers again. Rangel Preis

Re: Bigger sites running on wicket?

2010-05-13 Thread Rangel Preis
links, no servlet implementation, no XML configuration and other goodies let us give wicket a try. Wicket brought some fun to web development and we are sure, after the project is launched, that it is the best choice. If you need more help, please ask us. We'll be glad to help. Rangel Preis. 2010/5