Problem refreshing a table content

2009-06-08 Thread Rangel Preis
It's the way that wicket work? Or I'm doing anything worng? It's loosing the memory reference. Rangel Preis - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Problem refreshing a table content

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

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 t

Re: How to add filter to palette component?

2009-06-22 Thread Rangel Preis
...); >          palette.getRecorderComponent().add(new > AjaxFormComponentUpdatingBehavior("onchange") {...}); > > Then when someone click in any of the buttons you can take a decision over > the selected items or choiced items. You can do this without ajax replacing > the newUp

Re: How to add filter to palette component?

2009-06-23 Thread Rangel Preis
what you need? > > BTW, > I think I'll have a look at the Recorder, though I'm not sure I can use it. > > Maybe we should open a JIRA to have getChoicesComponent() in the Palette? > (we use 1.3.6) > > Eyal Golan > egola...@gmail.com > > Visit: http://jvdrums.sou

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 : > It looks just like what I did. > Did you break-point at > public Object getObject() { >               return this.avaliableList; >           } > > ? > > or at avaliableList = getNewList(); > >

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 pu

Re: Problem with @RequireHttps and Tests

2009-09-25 Thread Rangel Preis
Thanks a lot Igor, now it's works. 2009/9/25 Igor Vaynberg : > so in your tests do not install the httpsrequestcycleprocessor > > -igor > > On Fri, Sep 25, 2009 at 10:46 AM, Rangel Preis wrote: >> I put the @RequireHttps annotation in my LoginPage, and it's

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 newRequestCycl

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 : > The situation here is: > > https                          http > ->   Apache   ---> Jetty > &

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

2009-11-11 Thread Rangel Preis
ppend(port); } 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 : > The unique solution that i found is extends HttpsRequestCycleProcessor > to change only the protocol. &

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

2009-11-12 Thread Rangel Preis
t;.equals(request.getHeader("scheme"))) { request.setScheme("https"); } } Now this works. Thanks Nino. 2009/11/11 nino martinez wael : > I think last time this came up it ended out being some issue with jetty? > > 2009/11/11 Rangel Preis > >> I extends HttpsR

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
t i want to change Thanks. 2010/2/5 Riyad Kalla : > What do the tasty HTML bits look like? (wicket:ids and what not) > > On Fri, Feb 5, 2010 at 12:50 PM, Rangel Preis wrote: >> How can I use Ajax to change value from a parent page in my layout. I >> try to chan

Re: How reRender a component from parent page?

2010-02-08 Thread Rangel Preis
the component to the target should be sufficient. > > -Don > > On Feb 8, 2010, at 2:16 AM, Rangel Preis wrote: > >> My template HTML >> >> http://www.w3.org/1999/xhtml"; >> >> xmlns:wicket="http://wicket.apache.org/dtds

Re: How reRender a component from parent page?

2010-02-09 Thread Rangel Preis
el. Thanks All. 2010/2/8 Rangel Preis : > 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 : >> I think setOutputMarkupId() should have been

Re: How reRender a component from parent page?

2010-02-09 Thread Rangel Preis
gt; The rest of your code looks OK. > > Does that make sense? > > Regards - Cemal > jWeekend > OO & Java Technologies, Wicket > Consulting, Development, Training > http://jWeekend.com > > > > On 9 February 2010 14:50, Rangel Preis wrote: >> I make a quick

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
ookmarkable 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. Ran