Re: SSL Links and buttons

2010-10-25 Thread sonxurxo
Hi Ernesto and others, Yes that's what I mentioned before, I'm able to do what you say, or to redirect to the HTTP page but not showing the validation errors, but not both HTTP and show errors. By the way, if you check for secureForm.hasError(), will it catch a situation where there's not litera

Re: how to add ImageAjaxLink into datatable???

2010-10-25 Thread Michael O'Cleirigh
Hi, The Column provides the component that is used for the cell in the table. Look at subclassing property column and overriding this method: public void populateItem(Item> item, String componentId, IModel rowModel) { item.add(new Label(componentId, createLabelModel(r

Re: Fwd: Nested CompoundModel

2010-10-25 Thread Pedro Santos
If you have n MyPanelData on a page, you will be fine with the RepeatingView. Otherwise use the Listview to generate the correct number of items with MyPanel each render. On Mon, Oct 25, 2010 at 8:19 PM, Jan Ferko wrote: > well, I have all fields which have to be create dynamicaly grouped in on

Error "After 1 minute the Pagemap null is still locked"

2010-10-25 Thread Alec Swan
Hello, Our production server stopped processing AJAX requests today. I looked in the log files and noticed a "After 1 minute the Pagemap null is still locked". The exception stack trace is shown below followed by a dump of the thread that was blocking the page. We are using Wicket 1.4.2, Tomcat 6

Re: ArrayList, Label and Model

2010-10-25 Thread Andreas Petersson
try the following: Building.this sent from my smartphone. I am still curious what I should use isntead of "this" to display data not in Form. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional com

Re: Fwd: Nested CompoundModel

2010-10-25 Thread Jan Ferko
well, I have all fields which have to be create dynamicaly grouped in one panel. So whole panel is 2010/10/25 Jeremy Thomerson > What part is dynamic / dependent on the form? > > On Sun, Oct 24, 2010 at 3:59 PM, Jan Ferko wrote: > > > Thanks a lot, it worked great. > > > > I have one more ques

how to add ImageAjaxLink into datatable???

2010-10-25 Thread jeikrak
hi, i want to inserto in my datatable an image like this: private ImageAjaxLink mailImg; mailImg = new ImageAjaxLink("mailImg", bean.isMail())); now my table is: columns.add(new PropertyColumn(new StringResourceModel("label.col5", this, null), "col5")); provider = new TotalConsPagoPro

Re: Real world Wicket Reference projects?

2010-10-25 Thread Alexander Morozov
Check the Wiki https://cwiki.apache.org/WICKET/products-based-on-wicket.html https://cwiki.apache.org/WICKET/websites-based-on-wicket.html -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Real-world-Wicket-Reference-projects-tp3010502p3010614.html Sent from the Users

Re: Fwd: Nested CompoundModel

2010-10-25 Thread Jeremy Thomerson
What part is dynamic / dependent on the form? On Sun, Oct 24, 2010 at 3:59 PM, Jan Ferko wrote: > Thanks a lot, it worked great. > > I have one more question. I have to create same panel multiple times , > based > on user output into the form and i have list of panel data model object > inside m

RE: Wicket Merchandise store back in action

2010-10-25 Thread John Owen
Awesome! -Original Message- From: nino martinez wael [mailto:nino.martinez.w...@gmail.com] Sent: Friday, October 22, 2010 12:52 PM To: users@wicket.apache.org Subject: Re: Wicket Merchandise store back in action done and say if its ok 2010/10/22 nino martinez wael > and great idea :)

Re: SSL Links and buttons

2010-10-25 Thread Ernesto Reinaldo Barreiro
Hi, I'm also interested on solving this as I will need to implement a similar use case in a coming application. The main problem I see in solving it is that on protected IRequestTarget checkSecureOutgoing(IRequestTarget target) { } even if you check for ListenerInterfaceRequestTarget and y

Wicket frontend and Restlet backend

2010-10-25 Thread Daniele Dellafiore
Hi. I have recently used restlet and found it great. Expecially, the REST approach helps you creating a more well crafted web application. Now I like to use wicket for the frontend and I wondered how to mix the two stuff: I wanted to keep the REST API and I'd like the web client uses the exact sam

Re: WiQuery Dialog when used with Ajax

2010-10-25 Thread Ernesto Reinaldo Barreiro
David? Answers inlined > > Is it possible with WiQuery to add jQuery code which is to be run before the > dialog opens, and to use the return value from this code to determine > whether or not the dialog opens at all? I have such code working already > with plain javascript, it runs when an AjaxL

Re: WiQuery Dialog when used with Ajax

2010-10-25 Thread drf
Ernesto , thank you very much, this is great. It should not be too difficult to change the content (in your example, a Label) to a Panel with buttons for ok, cancel etc. Is it possible with WiQuery to add jQuery code which is to be run before the dialog opens, and to use the return value from th

Re: back-button causes Wicket state and page displayed to be out of synch

2010-10-25 Thread Daniel Stoch
Hi, On Fri, Oct 22, 2010 at 12:53 PM, drf wrote: > > I have encountered the following serious issue: > > My application consists of one WebPage which has an AjaxTabbedPanel. Each > tab has an associated panel which includes several menu items (links) which > can be selected. This works well. > Ho