Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread rolandpeng
thanks for your teach,igor. I've find the way to build the quickstart with tinymce included. The quickstart project is attached,and can be run with 'mvn jetty:run' . the url: http://localhost:8080/quickstart my quickstart brief: there are two webpages,one with ajaxlink and the other with non-aja

Re: Rewrite page parameter to Login_page when session's expired

2009-07-14 Thread glooorrryyy
where would I got the page parameter if the url is becoming something like this: http://localhost:8080/eventmanager/app/?wicket:interface=:0:loginForm::IFormSubmitListener:: igor.vaynberg wrote: > > the page is gone - thats why its expired. if the parameters are still > on the url you can get

Re: Page expired after rc6?

2009-07-14 Thread Martin Makundi
No. But I mean there was so many PEE:s that they could not have been human induced. Anyways, let's see how rc7 works. ** Martin 2009/7/14 Major Péter : > Did you used > > getPageSettings().setAutomaticMultiWindowSupport(false); > > in your application.java#init method? > This could lower the num

Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread Igor Vaynberg
you have to add wicketstuff maven2 repo to the pom, and if that does not contain the snapshot you have to check out all the sources of tinymce and mvn install so the artifacts go into your local repo. -igor On Tue, Jul 14, 2009 at 7:35 PM, rolandpeng wrote: > > thanks igor, > > I have added depen

Re: PagingNavigation

2009-07-14 Thread Igor Vaynberg
wicketstuff.org/wicket13/repeater see dataview and datatable examples. -igor On Tue, Jul 14, 2009 at 6:47 PM, Jeff Palmer wrote: > I'm wondering what the recommended way is to display a dynamically generated > paged list of items. The list of items is retrieved from a database based on > what is

Re: Dropdownchoice missing (only when the page with Tinymce component) while scrolling the vertical scroll bar

2009-07-14 Thread rolandpeng
thanks igor, I have added dependency below into pom.xml org.wicketstuff tinymce 1.4-SNAPSHOT but after execute 'maven package',I got error below: -- Project ID: null:tinymce:jar:null Reason: Cannot find parent: org.wicketstuff:tinymce-parent for project: null:tin ymce:jar:null for proje

PagingNavigation

2009-07-14 Thread Jeff Palmer
I'm wondering what the recommended way is to display a dynamically generated paged list of items. The list of items is retrieved from a database based on what is selected from a DropDownChoice. Any suggestions and / or examples on a good way to implement this? --

Re: Parameter names

2009-07-14 Thread Igor Vaynberg
see Form#getInputNamePrefix() -igor On Tue, Jul 14, 2009 at 1:22 PM, Rodolfo Cartas wrote: > Hi all! We've developed a small wicket application that has been > deployed in our intranet and will soon be deployed to our extranet. > Our network uses a reverse proxy that applies checks on page > para

Re: Portlet

2009-07-14 Thread Jeremy Thomerson
Hola salut goedendag alô ございます http://www.wikihow.com/Say-Hello-in-Different-Languages -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jul 14, 2009 at 5:28 AM, David Skuben wrote: > Hello > - To unsubscribe, e-mail

Parameter names

2009-07-14 Thread Rodolfo Cartas
Hi all! We've developed a small wicket application that has been deployed in our intranet and will soon be deployed to our extranet. Our network uses a reverse proxy that applies checks on page parameters and so on. Each parameter must be either registered with the network administrator or contain

Re: Dynamically generated background image

2009-07-14 Thread Jeremy Thomerson
You could mount the resource in your application init method and use the name that you mount it for the resource reference. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jul 14, 2009 at 1:21 PM, Filippo Bonsignori wrote: > Hi all, > I would like to be able to set the background of

Re: Page expired after rc6?

2009-07-14 Thread Igor Vaynberg
this is also done automatically by the diskstore. -igor 2009/7/14 Major Péter : > Did you used > > getPageSettings().setAutomaticMultiWindowSupport(false); > > in your application.java#init method? > This could lower the number of PEE's. > > Peter > > 2009-07-14 20:22 keltezéssel, Martin Makundi

Re: Page expired after rc6?

2009-07-14 Thread Major Péter
Did you used getPageSettings().setAutomaticMultiWindowSupport(false); in your application.java#init method? This could lower the number of PEE's. Peter 2009-07-14 20:22 keltezéssel, Martin Makundi írta: http://issues.apache.org/jira/browse/WICKET-2346 That does not sound like it... I mean

Re: Javascript Header Contribution via Ajax

2009-07-14 Thread hillj2
Then perhaps I'm not understanding the code in wicket-ajax.js properly. If you refer to code I copied into my first post, it appears that if the script tag has an id attribute, then wicket-ajax.js calls Wicket.Head.addJavascript() -- which I assume is what renders it on the page -- but if it does

Dynamically generated background image

2009-07-14 Thread Filippo Bonsignori
Hi all, I would like to be able to set the background of a given using a BufferedDynamicImageResource: I tryed using the urlFor() method from RequestCycle but without success (urlFor needs a ResourceReference and I have just a Resource). Thnx in advance for any help. --

Re: Page expired after rc6?

2009-07-14 Thread Martin Makundi
> http://issues.apache.org/jira/browse/WICKET-2346 That does not sound like it... I mean I was getting page expired "for no good reason" unbelievably often for it to be caused by human error. I upgraded to rc7, let's see what happens. True, rc4 was working fine before. ** Martin 2009/7/14 Majo

Re: Page expired after rc6?

2009-07-14 Thread Major Péter
Most likely this is it: http://issues.apache.org/jira/browse/WICKET-2346 Peter 2009-07-14 20:11 keltezéssel, Martin Makundi írta: Is there a jira issue? I would like to know what it does for the victims ... ** Martin 2009/7/14 Igor Vaynberg: this should be fixed in rc7 - which should be in t

Re: Page expired after rc6?

2009-07-14 Thread Major Péter
It's on here: http://repo1.maven.org/maven2 And it does fixes the pageexpired problem. Peter 2009-07-14 20:00 keltezéssel, Igor Vaynberg írta: this should be fixed in rc7 - which should be in the maven repo and most mirrors by now. -igor On Tue, Jul 14, 2009 at 10:58 AM, Martin Makundi wrote

Re: Page expired after rc6?

2009-07-14 Thread Martin Makundi
Is there a jira issue? I would like to know what it does for the victims ... ** Martin 2009/7/14 Igor Vaynberg : > this should be fixed in rc7 - which should be in the maven repo and > most mirrors by now. > > -igor > > On Tue, Jul 14, 2009 at 10:58 AM, Martin > Makundi wrote: >> Hi! >> >> I have

Re: Page expired after rc6?

2009-07-14 Thread Igor Vaynberg
this should be fixed in rc7 - which should be in the maven repo and most mirrors by now. -igor On Tue, Jul 14, 2009 at 10:58 AM, Martin Makundi wrote: > Hi! > > I have been getting lots of these from our production site since > installing 1.4-rc6? Any idea what it might be? > > 2009-07-14 20:08:3

Page expired after rc6?

2009-07-14 Thread Martin Makundi
Hi! I have been getting lots of these from our production site since installing 1.4-rc6? Any idea what it might be? 2009-07-14 20:08:30,879 28612050 [btpool0-108] ERROR RequestCycle - org.apache.wicket.protocol.http.PageExpiredException: Cannot find the rendered page in session [pagemap=null,com

Re: Ajax Panal update pattern?

2009-07-14 Thread Alex Objelean
I am using annotation based approach which requires much less coding. Take at these links: 1) http://subject-ivity.blogspot.com/2008/11/wicket-ajax-event-updates.html 2) http://techblog.molindo.at/2008/09/wicket-loose-coupling-of-componens-for-ajax-updates.html Alex Objelean John Armstrong-3

Re: Javascript Header Contribution via Ajax

2009-07-14 Thread Matej Knopp
If the javascript is evaluated that means it's added to page. What exactly is the difference here? And why can't you give it id? (id is used to filter out duplicate javascripts). What does the javascript look like? -Matej On Mon, Jul 13, 2009 at 9:28 PM, Joel Hill wrote: > I have a custom behavi

Re: Can one avoid the pagmap name in the url

2009-07-14 Thread Johan Compagner
no it doesnt. if you make sure that the pageid is unique across the session then you dont need pagemaps. And you can hold everything in 1 pagemap. And if you do that then make sure then all he pages go into 1 pagemap then make sure that: * public * DiskPageStore(*int* maxSizePerPagemap, *int* m

Re: debug mode

2009-07-14 Thread Igor Vaynberg
i use wicket and eclipse+debug every day and i have never experienced something like this. the app runs a little slower in debug mode, most times unnoticeably so. -igor On Tue, Jul 14, 2009 at 10:15 AM, John Ipson wrote: > Hello, > > Has anyone ever run across extremely slow debug mode in wicket/

debug mode

2009-07-14 Thread John Ipson
Hello, Has anyone ever run across extremely slow debug mode in wicket/eclipse integration? Eclipse 3.4 Wicket 1.4 When choosing "Run as...", the application is very fast. When choosing "Debug as..." the application is 20 times slower. I watch each jar get loaded into the application at a very

Re: Wicket in Websphere 6.1

2009-07-14 Thread shetc
http://cwiki.apache.org/WICKET/websphere.html#Websphere-WicketServletratherthanWicketFilter -- View this message in context: http://www.nabble.com/Wicket-in-Websphere-6.1-tp24483372p24483879.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Ajax Panal update pattern?

2009-07-14 Thread John Armstrong
Hi Wicketeers, I've just started into using Ajax in my Wicket apps and somehow ended up using a specific pattern. My question is "Is this pattern the Wicket Way" and if not, what is the "Wicket Way". Situation: The pages I am ajax enabling consist of many panels. Some panels have navigati

Wicket in Websphere 6.1

2009-07-14 Thread Subramanian Murali
Hi, I am using wicket 1.3 in websphere 6.1. And i am trying to use Wicket filter in my application but it doesn't seem to work. Anyways, wicket servlet is working absolutely fine. And also i find in the old mailing lists that wicket filter should work fine in websphere 6.1. http://www.nabble.com/

RE: Odd behavior

2009-07-14 Thread Russell Simpkins
Thanks Igor. I was using add() to add properties that were already set - if I really wanted to do that, I think I should be using put() instead. Russ > From: igor.vaynb...@gmail.com > Date: Mon, 13 Jul 2009 20:43:56 -0700 > Subject: Re: Odd behavior > To: users@wicket.apache.org > > its not a r

Re: how to get some data from servlet

2009-07-14 Thread Igor Vaynberg
that doesnt make any sense. all things within the webapp share the session. you guys are welcome to create a quickstart that replicates this. -igor On Tue, Jul 14, 2009 at 3:47 AM, Altuğ B. Altıntaş wrote: > Also I have a problem like yours. > > Servlet session and Wicket's session are different

Re: Problem with AjaxFallbackDefaultDataTable in 1.4-SNAPSHOT wicket-1.4-20090709.154646-550.jar [SEC=UNCLASSIFIED]

2009-07-14 Thread James Carman
There's a built-in component for toggling check boxes in a check group. On Mon, Jul 13, 2009 at 7:04 PM, wrote: > Hello. > > I'm attempting a simple AjaxFallbackDefaultDataTable with using > 1.4-SNAPSHOT and the wicket-1.4-20090709.154646-550.jar and > wicket-extensions-1.4-20090709.154646-542.ja

Re: Wizard help

2009-07-14 Thread Steve Olara
Thanks a great bunch John, will go through it.   Stephen --- On Tue, 14/7/09, John Armstrong wrote: From: John Armstrong Subject: Re: Wizard help To: users@wicket.apache.org Date: Tuesday, 14 July, 2009, 5:43 PM I haven't had time to nice it up but here is a class that does this. Its a wizar

Re: Dynamic links in inmethod DataGrid

2009-07-14 Thread James Carman
The wicket:id attributes can be useful during development. They're automatically stripped in "deployment" mode. You might also want to turn on the setting that tells Wicket to spit out the component path. On Mon, Jul 13, 2009 at 5:55 PM, satar wrote: > > James, is this similar to calling > getMa

Re: Can one avoid the pagmap name in the url

2009-07-14 Thread okrohne
Hi, does the setting getApplication().getSessionSettings() changes the behavior regarding memory/disk space requirements ? Can you please explain what this setting achieves? Thanks, Oliver I already have this option turned on, jcompagner-2 wrote: > > we already have session unique pageid

Re: Wizard help

2009-07-14 Thread John Armstrong
I haven't had time to nice it up but here is a class that does this. Its a wizard that interviews the user based on pre-configured questions in the database. There are 3 'types' of questions in this app I wrote earlier this year (Text Field, Text Area and File) and there can be any number of each t

Re: Wicket1.4 Portlet simple example

2009-07-14 Thread Pierre Goupil
I'm afraid my project won't help since it uses filters & listeners specific to eXo. But for Liferay you may have a look at here : http://www.liferay.com/web/guest/community/forums/-/message_boards/message/1127568 Feel free to ask me questions here or in private if you have any problems. For me, h

Re: Wicket1.4 Portlet simple example

2009-07-14 Thread michal.velecky
Hi, i'm using JBoss or Liferay of Glassfish, but anything would help, send me youre portlet to michal.vele...@posam.sk please If there is any example of any portlet listed above, send me that example on my mail also many thanks -- View this message in context: http://www.nabble.com/Wicket1.4-P

Re: what is wicket

2009-07-14 Thread Christopher L Merrill
Gerald Fernando wrote: Hello Friends, Am Gerald, new to wicket. can anyone say about wicket and advantages over other technologies it is very useful to my next step. please help me http://lmgtfy.com/?q=wicket+advantages -- ---

RE: what is wicket

2009-07-14 Thread Craig McIlwee
This is probably a good starting point: http://wicket.apache.org/introduction.html Craig -Original Message- From: Gerald Fernando [mailto:gerald.anto.ferna...@gmail.com] Sent: Tuesday, July 14, 2009 8:51 AM To: users@wicket.apache.org Subject: what is wicket Hello Friends, Am Gerald, new

Re: what is wicket

2009-07-14 Thread Linda van der Pal
Have a look at the documentation: http://wicket.apache.org/introduction.html Linda Gerald Fernando wrote: Hello Friends, Am Gerald, new to wicket. can anyone say about wicket and advantages over other technologies it is very useful to my next step. please help me Thanks&Regards, Gerald A -

Re: what is wicket

2009-07-14 Thread francisco treacy
Well... comparing to what other technologies? There are plenty of resources on the net. Just use your favourite search engine. You may want to start with this: http://ptrthomas.wordpress.com/2007/05/14/a-wicket-user-tries-jsf/ Francisco 2009/7/14 Gerald Fernando : > Hello Friends, > Am Gerald, n

Re: what is wicket

2009-07-14 Thread Erik van Oosten
Hello Gerald, You can find much of this kind of information on http://wicket.apache.org. Regards, Erik. On Tue, 14 Jul 2009 18:21:16 +0530, Gerald Fernando wrote: > Hello Friends, > Am Gerald, new to wicket. > can anyone say about wicket and advantages over other technologies > it is very

what is wicket

2009-07-14 Thread Gerald Fernando
Hello Friends, Am Gerald, new to wicket. can anyone say about wicket and advantages over other technologies it is very useful to my next step. please help me Thanks&Regards, Gerald A

Re: Wizard help

2009-07-14 Thread Steve Olara
Hello All,   Am new to wickets and trying to learn a few things. To do that am trying to build a web application that a user can post a exam and a responder can answer that exam. So far I have managed to Post a set of questions for a exam into the database. my problem is how to answer those ques

Re: Wicket1.4 Portlet simple example

2009-07-14 Thread Pierre Goupil
Hello, Which portal do you use. If it's eXo, I can send you a portlet. If it's not, I'm afraid I can't help. Regards, Pierre On Tue, Jul 14, 2009 at 12:49 PM, Michal Velecky wrote: > Hello, > > im new in wicket portlets. Please, can you help me to crate or post a > link to some easy example

Re: Can one avoid the pagmap name in the url

2009-07-14 Thread Johan Compagner
we already have session unique pageid's: getApplication().getSessionSettings().isPageIdUniquePerSession() Then you dont have to have pagemap or enable the multi window support You only need that if you really want to now that users uses different tabs. Wicket doesnt really need it anymore then Be

Wicket1.4 Portlet simple example

2009-07-14 Thread Michal Velecky
Hello, im new in wicket portlets. Please, can you help me to crate or post a link to some easy example of wicket(1/4x) portlet(JSR-286) that contains just portlet.xml, web.xml, one application class and one or two pages? I would be very gratefull, Thank you very much Michal V.

Re: how to get some data from servlet

2009-07-14 Thread Altuğ B . Altıntaş
Also I have a problem like yours. Servlet session and Wicket's session are different so you are getting nul. Just debug your application and you will see that they have different session Id's. I tried to use WicketSessionFilter but it doesn't work. I am using wicket 1.3.5. Cheers... Altug. 20

Portlet

2009-07-14 Thread David Skuben
Hello

Re: Can one avoid the pagmap name in the url

2009-07-14 Thread okrohne
Hi, if I could force to use the pagemap name (e.g. "igramed") in the the iframed pages (and in those urls) which extends also a different Template then the pages on the main website would use the default pagemap and the pagemap name would not be displayed in the url. Right? Is there a way to ach

Re: Wicket-Scala extensions

2009-07-14 Thread Sam Stainsby
Not yet, but I can make it available if there is interest. Antony Stubbs wrote: > Just a quick note, is the source available for all this? > > all I see is svn checkout > file:///home/sam/work/svn_repository/uniscala/trunk uniscala > on http://uniscala.net/source-repository.html > > On 14/07/200

Re: Wicket-Scala extensions

2009-07-14 Thread Antony Stubbs
omgosh - http://www.footprint.de/fcc/2009/02/london-wicket-presentation/ I've met you! haha. h... Isn't the internet nutty?! On 14/07/2009, at 7:14 PM, Jan Kriesten wrote: Hi Antony, great to see Scala and Wicket getting more popular. :-) I've been using them together quite a while now a

Re: How to speed up a page that uses data from a slow webservice

2009-07-14 Thread Alex Objelean
What about using AjaxLazyLoadPanel? Another solution could be: when page is loaded, call from javascript a callback which will initiate an ajax call responsible for updating each component. I did something similar, but using other technologies (struts + dwr)... I think there could be similar appro

Re: Wicket-Scala extensions

2009-07-14 Thread Jan Kriesten
Hi Antony, great to see Scala and Wicket getting more popular. :-) I've been using them together quite a while now and am convinced that there are lots of benefits in it! I created a dynamic component (like wicket:component which isn't officially supported) which also works with Ajax. There's a