Re: Modal window - chagne width and height

2009-01-05 Thread Piller Sébastien
Even here? http://www.javascripter.net/faq/resizing.htm Vitek Tajzich a écrit : Hi, actually there is now JS function resizeTo :-( V. 2009/1/4 Sébastien Piller pi...@hmcrecord.ch Hi, I doubt such a feature is implemented in the wicket code most likely, you will need to call the

Re: Modal window - chagne width and height

2009-01-05 Thread Vitek Tajzich
As far as I know that is not a window but only div actually, so I can't user resizeTo, can I? 2009/1/5 Piller Sébastien pi...@hmcrecord.ch Even here? http://www.javascripter.net/faq/resizing.htm Vitek Tajzich a écrit : Hi, actually there is now JS function resizeTo :-( V.

Re: Modal window - chagne width and height

2009-01-05 Thread Piller Sébastien
Hum yes sorry, I didn't get that you were in a modal window So there is some method setInitialWidth/setInitialHeight in ModalWindow that should work :) Vitek Tajzich a écrit : As far as I know that is not a window but only div actually, so I can't user resizeTo, can I? 2009/1/5 Piller

Re: Modal window - chagne width and height

2009-01-05 Thread Vitek Tajzich
Yes, that right but these properties are read only at construction time so I'm not able to change size of already shown window by ajax If you have a solution I will be happy :-) V. 2009/1/5 Piller Sébastien pi...@hmcrecord.ch Hum yes sorry, I didn't get that you were in a modal window

Re: Twenty Six Wicket Tricks

2009-01-05 Thread Jonathan Locke
well, i got bored enough over the break to sink some hours into this and i'm liking what happened pretty well now. any other really ugly problems people want neat solutions to? ;-) Jonathan Locke wrote: yes. this is a good one, but it might be too big for the book... although i've been

Re: Twenty Six Wicket Tricks

2009-01-05 Thread Jeremy Thomerson
Yeah - the problem of eagerly anticipating a book, yet knowing that it will be many months before the Amazon package arrives at your door. Solution to that? On Mon, Jan 5, 2009 at 2:37 AM, Jonathan Locke jonathan.lo...@gmail.comwrote: well, i got bored enough over the break to sink some

RE: How much this graph is accurate?

2009-01-05 Thread HHB
Cool! Wicket is leading by a large margin :jumping: Hoover, William wrote: This means the growth rate of wicket is greater relative to the other chosen technologies. I find forecast trends more useful as an indicator of what the future might hold. -Original Message- From: HHB

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Igor Vaynberg
auto components are removed after rendering is complete if i recall correctly, so there is nothing processing the submitted input. -igor On Mon, Jan 5, 2009 at 5:42 AM, Ricardo Mayerhofer ricardo.ekm.lis...@gmail.com wrote: Anyone? Wicket gurus? Any tip on how to make it work with component

Re: Modal window - chagne width and height

2009-01-05 Thread Martin Makundi
Why don't you just set the modal window div css properties with javascript? http://developer.apple.com/internet/webcontent/styles.html 2009/1/5 Vitek Tajzich v.tajz...@gmail.com: Yes, that right but these properties are read only at construction time so I'm not able to change size of already

Re: What is your experience on the time of development ?

2009-01-05 Thread John Armstrong
We've started using Cayenne and Wicket to refactor an existing Struts based application. I've found this combination lethally powerful and fast and so far we are moving at a much quicker pace. Just as important though, and the reason I chose wicket, is that the true html view is allowing the

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Jan Kriesten
Hi, auto components are removed after rendering is complete if i recall correctly, so there is nothing processing the submitted input. there are a couple of problems with that approach, same for embedding components in markup with the wicket:component I approached a similar problem

Re: What is your experience on the time of development ?

2009-01-05 Thread Curtis Cooley
Nino Martinez wrote: Hi Curtis You cant really compare wicket against Grails, Wicket is not a full stack framework (Wicket is only a webframework).. And actually Grails can run with wicket too[1]... Or are you saying that dynamic languages are better than type safety? Not that I want to

RE: How much this graph is accurate?

2009-01-05 Thread HHB
What does this mean? :-/ Hoover, William wrote: I think this: http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2 C+Stripesl=relative=1 is more accurate ;o) -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca] Sent: Monday, January 05, 2009 9:24 AM

RE: How much this graph is accurate?

2009-01-05 Thread Martin Grigorov
Add GWT to the comparison El lun, 05-01-2009 a las 09:32 -0500, Hoover, William escribió: I think this: http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2 C+Stripesl=relative=1 is more accurate ;o) -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca]

RE: DownloadLink, BIRT report

2009-01-05 Thread Ames, Tim
You should not need to copy anything to the eclipse\plugins since you downloaded Eclipse with Birt support. You will need to add the birt runtime jars into your eclipse project. They can be found in runtime download folder\ReportEngine\lib There are a couple ways to do this in eclipse: 1.

Re: Form submission - Javascript alert dialog

2009-01-05 Thread Steve Swinsburg
If you use an AjaxButton you can use the AjaxRequestTarget like so: AjaxButton submitButton = new AjaxButton(submit) { protected void onSubmit(AjaxRequestTarget target, Form form) { if(save(form)) { //successful }

Re: wicketstuff-annotation and Wicket 1.4

2009-01-05 Thread Azzeddine Daddah
Thanks guys for the replay. I've tried to use the wicketstuff-annotation with wicket-1.4-rc1 and spring-core-2.5.2 but the application couldn't be deployed if I use the scanPackage(myPackage) methode. The console shows the following message: SEVERE: Error filterStart 5-jan-2009 13:50:55

Re: TabbedPanel customization ?

2009-01-05 Thread Tomasz Dziurko
If you need some more than pure look modification you can always download wicket source and create your own TabbedPanel classes based on original code. Regards -- Tomasz Dziurko

Re: Question

2009-01-05 Thread HHB
Any preferred nationalities? Joshua Stein-4 wrote: A couple of users have told me that I should post more information on what we are looking for, so here it is. We are a startup looking for someone to take us through our beta phase and beyond. Urgently, we need someone to develop

How much this graph is accurate?

2009-01-05 Thread HHB
Hey, How much this graph is accurate? http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2C+Stripesl= Tapestry is so hot these day?:confused: Don't get me wrong, I respect Tapestry and HLS, I only find it strange. T5 has only one book and you can hardly find some one blog

RE: How much this graph is accurate?

2009-01-05 Thread Hoover, William
Yeah sure- mostly due to name recognition. I'm willing to wager that if wicket was backed by a big player like google that it would be higher on the list (just speculation), but to be fair gwt is growing at a faster rate than wicket. -Original Message- From: Martin Grigorov

Re: Question

2009-01-05 Thread Joshua Stein
A couple of users have told me that I should post more information on what we are looking for, so here it is. We are a startup looking for someone to take us through our beta phase and beyond. Urgently, we need someone to develop our payment processing and test our current architecture.

RE: How much this graph is accurate?

2009-01-05 Thread Hoover, William
If you don't mind having the gwt compiler dependency ;o) -Original Message- From: Hoover, William [mailto:whoo...@nemours.org] Sent: Monday, January 05, 2009 1:20 PM To: users@wicket.apache.org; mcgreg...@e-card.bg Subject: RE: How much this graph is accurate? Yeah sure- mostly due to

Re: Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
This is much easier than all the stuff I've been reading about ;) I'll give it a try. Thanks! Best, Les On Mon, Jan 5, 2009 at 11:01 AM, Steve Swinsburg s.swinsb...@lancaster.ac.uk wrote: If you use an AjaxButton you can use the AjaxRequestTarget like so: AjaxButton submitButton = new

Question

2009-01-05 Thread Joshua Stein
Hello, I'm not quite sure about the protocol of this list, so I appreciate your help on this. I the CEO of a startup and we are almost completely built. We are in urgent need of a developer comfortable working with Wicket to finish the dev and work on testing. Have you any ideas of where

Re: How much this graph is accurate?

2009-01-05 Thread Martijn Dashorst
Tapestry has been around much longer, so it has a larger installed base. Wicket 1 and Tapestry 4 were developed at the same time iirc. Tapestry was conceived in 2002 iirc, giving it a head start of about 3 years. It was the first open source component oriented Java web framework. Martijn On

RE: Turn off form validation

2009-01-05 Thread Hoover, William
Not sure as to why you cannot use setDefaultFormProcessing? http://cwiki.apache.org/WICKET/conditional-validation.html (see Alternative Approach) -Original Message- From: ywtsang [mailto:ywts...@gmail.com] Sent: Saturday, January 03, 2009 9:46 AM To: users@wicket.apache.org Subject: Re:

Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
Hi all, I have a quick question that I hope is easily answered by some of the Wicket gurus on this list :) I have a simple requirement to show a popup dialog if form submission fails. Think of it as the feedback panel that usually shows error messages, but in a popup instead of embedded into

Re: Filter or update content of AjaxFallbackDefaultDataTable

2009-01-05 Thread James Carman
Have you looked at the classes in this package? http://wicket.apache.org/docs/wicket-1.3.2/wicket-extensions/apidocs/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/package-summary.html On Mon, Jan 5, 2009 at 11:06 AM, David Ojeda dojeda-l...@integra.la wrote: Hello

Re: DownloadLink, BIRT report

2009-01-05 Thread newbieabc
Thank you for your reply... I am sorry to sound redundant... I had started off by downloading the birt-all-in-one (came bundled with the full Eclipse SDK). Created a maven project( wicket quickstart) , then designed the birt rptdesign (all within the eclipse platform) I run it outside eclipse,

RE: How much this graph is accurate?

2009-01-05 Thread Hoover, William
This means the growth rate of wicket is greater relative to the other chosen technologies. I find forecast trends more useful as an indicator of what the future might hold. -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca] Sent: Monday, January 05, 2009 9:37 AM To:

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Ricardo Mayerhofer
Anyone? Wicket gurus? Any tip on how to make it work with component models is appreciated. Thanks. Ricardo Mayerhofer wrote: Hi all, I'm trying to autoAdd form components using componentResolver, but as far as I know it doesn't work nor is the recommended aproach:

Filter or update content of AjaxFallbackDefaultDataTable

2009-01-05 Thread David Ojeda
Hello wicketeers! I hace yet another question about AjaxFallbackDefaultDataTable (I will call it AFDTT): I have an AFDDT with, say, 100 rows. I would like to filter this table so it only shows the elements that meet a certain condition, OR, redefine its DataProvider so it shows some elements.

Re: Form submission - Javascript alert dialog

2009-01-05 Thread Les Hazlewood
I should clarify, just in case, that the alert/popup I'm talking about is shown AFTER an unsuccessful submission, NOT before the form is allowed to submit (a common case, such as using javascript form validation - that's not what I'm looking for :) ). On Mon, Jan 5, 2009 at 10:49 AM, Les

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread jWeekend
Jan, That looks interesting. I'm hoping to confirm/announce our Feb 4 http://jweekend.com/dev/LWUGReg/ London Wicket Event shortly. It looks like we're going to have a couple of speakers on Wicket with Scala (one from UK one from Holland). http://jweekend.com/dev/ContactUsBody/ Drop me a

RE: Turn off form validation

2009-01-05 Thread Hoover, William
Have you tried processInput? -Original Message- From: ywtsang [mailto:ywts...@gmail.com] Sent: Monday, January 05, 2009 10:15 AM To: users@wicket.apache.org Subject: RE: Turn off form validation because this will not update the model object automatically i.e. i cannot get the updated

Re: pb to access to this on event onchange on the AutoCompleteTextField

2009-01-05 Thread Olivier Dutrieux
I file a jira issue here : https://issues.apache.org/jira/browse/WICKET-2005 (with a example that's show the problem) Gerolf Seitz wrote: hi, in case you haven't done it, can you please file a jira issue with an attached example quickstart project that leads to the error? i will take a

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Ricardo Mayerhofer
Thanks Jan, I will look into it! Igor, you were right. Auto components are deleted. I commented that part of the code, so now I can access the component (and its model) on form's submit. Therefore, the property is not being setted on the form model yet... Do you have any idea why? BTW, why auto

Re: pb to access to this on event onchange on the AutoCompleteTextField

2009-01-05 Thread Gerolf Seitz
hi, in case you haven't done it, can you please file a jira issue with an attached example quickstart project that leads to the error? i will take a look at it later today. thanks, gerolf On Sun, Jan 4, 2009 at 6:15 PM, Olivier Dutrieux dutri...@pasteur.frwrote: I would like create a

Trying to kill the session

2009-01-05 Thread Martin Makundi
Hi! I have difficulties killing the session at login. I have two pages: A) A stateful page which I have visited before login. Some information is stored in the session while 'unauthenticated' B) A stateful login page. If the user logs in, I want to kill the session created in A) and start a new

RE: How much this graph is accurate?

2009-01-05 Thread Hoover, William
I think this: http://www.indeed.com/jobtrends?q=Seam%2C+Grails%2C+Tapestry%2C+Wicket%2 C+Stripesl=relative=1 is more accurate ;o) -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca] Sent: Monday, January 05, 2009 9:24 AM To: users@wicket.apache.org Subject: How much this graph is

AjaxRequestTarget.appendJavascript

2009-01-05 Thread Vitek Tajzich
Hi, I have really newbe question. I did in my code (just for test): target.appendJavascript(alert(message);); And I found in debug window: evaluate![CDATA[alert(message);]]/evaluate So I gues that alert Windows with my message should be displayed but it is not. How

Re: Question

2009-01-05 Thread Jeremy Thomerson
Feel free to post details here. On Mon, Jan 5, 2009 at 8:46 AM, Joshua Stein jost...@ucla.edu wrote: Hello, I'm not quite sure about the protocol of this list, so I appreciate your help on this. I the CEO of a startup and we are almost completely built. We are in urgent need of a developer

RE: Modal window - chagne width and height

2009-01-05 Thread Vitek Tajzich
Hi, I've found a solution to this problem. It is straight forward but I did one mistake in my javascript. Thanks god for firebug ;-) So, If you want to resize ModalWindow by ajax call lets append these 3 lines in your target.appendJavascript... Code:

Re: TextField in inmethod grid column header - Firefox issue

2009-01-05 Thread lesterburlap
Matej Knopp-2 wrote: Well, you can try catching the event in textfields' onMouseDown and then either set e.ignore=true on it or make it stop propagate. Brilliant, thanks Matej. It works now. For posterity, this is the necessary change: HTML: input type=text onmousedown=return

Re: FormComponent cookie persistent issue

2009-01-05 Thread Murat Yücel
Hi again Did anyone had the time to look at the attached project? Are you guys seeing the same behaviour? /Murat 2008/12/31 Murat Yücel kodeperke...@gmail.com Hi Cemal Thanks for the response. I have attached the project. If you uncomment this line: mountBookmarkablePage(homepage,

XSLT in a Panel

2009-01-05 Thread jeredm
I have a rather extensive report that is done in an application that I am porting to a Wicket application. This report relies on a SQL Server XML select (for xml explicit) that nests data so that I don't know how to do a single database select that will give me all the data I need in a flat

Re: XSLT in a Panel

2009-01-05 Thread Igor Vaynberg
see XsltTransformer and XsltTransformerBehavior -igor On Mon, Jan 5, 2009 at 4:08 PM, jeredm jer...@maplewoodsoftware.com wrote: I have a rather extensive report that is done in an application that I am porting to a Wicket application. This report relies on a SQL Server XML select (for xml

Moments of awesome.

2009-01-05 Thread Ned Collyer
So, every once in a while - I get some buzz. Wicket is really .. well thought out.. great puzzle. Understanding it is an absolute blast. It's a great meld with Java. One of the missing ingredients. Today is full of wicket awesome. Thanks. -- View this message in context:

Re: RestartResponseAtInterceptPageException and the query string

2009-01-05 Thread David Leangen
Since nobody has replied yet... You can do this with RestartResponseException but not RestartResponseAtInterceptPageException. The difference between the two is that the former will simply break the current path and restart somewhere else, I guess kinda like a goto statement. In the latter

Re: Moments of awesome.

2009-01-05 Thread Jonathan Locke
yeah! welcome aboard! ;-) overall it's still like that for me, even 5 years later. 98-99% of the time, applying it to a problem works out elegantly and leaves you with some pretty reusable pieces for the next thing. i suppose i have a few small regrets (and have changed my design behavior as a

Re: DownloadLink, BIRT report

2009-01-05 Thread Ernesto Reinaldo Barreiro
Hi, I already wrote to you in private and didn't noticed you were also posting to the list... Here is the transcript of my last two private e-mails . You have to download the BIRT runtime from http://download.eclipse.org/birt/downloads/ This is what you have to deploy with your

Re: Modal window - chagne width and height

2009-01-05 Thread Martin Makundi
Hi, would you be kind to post also the server-side java code here? Otherwise, I have to go guessing ... ** Martin 2009/1/6 Vitek Tajzich v.tajz...@gmail.com: Hi, I've found a solution to this problem. It is straight forward but I did one mistake in my javascript. Thanks god for firebug ;-)

URL Help

2009-01-05 Thread Nilesh More
Hi Friends, I want to check the content of the url in my java code. How can I do it? Thanks in advance Nilesh N. More Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or