Re: TabbelPanel doesnt work in appengine

2010-05-05 Thread Alexander Monakhov
Hey. I met the same problem when I started to implement my app using Wicket and GAE. On GAE there is problem with serialization. GAE prohibits to use replacement substitution, so WIcket's methods like Component#modelChanged() or Component#modelChanging() cause AccessControlContext. To fix this

Re: TabbelPanel doesnt work in appengine

2010-05-05 Thread Murat Yücel
Hi Alexander Thanks a lot for the workaround. It is working without any problems. Hopefully wicket devs will consider making the framework more GAE enabled. /Murat On Wed, May 5, 2010 at 9:20 AM, Alexander Monakhov domin...@gmail.com wrote: Hey. I met the same problem when I started to

Custom Javascript Events

2010-05-05 Thread Josh Kamau
Hi all Anyone with a sample code on how to handle custom javascript events with wicket on the server side? I would like to use jquery but handle events on the serverside. I had tried wiquery but lack of documentation is really frustrating me. I have great books on Jquery and JQuery UI and i

Re: Custom Javascript Events

2010-05-05 Thread Ernesto Reinaldo Barreiro
Hi Josh, Can you be more specific? Which functionality are you missing and which events you want to handle on the server side? I've been using wiQuery for over three weeks now and I really find it intuitive and easy to use. Best, Ernesto On Wed, May 5, 2010 at 10:02 AM, Josh Kamau

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
Ernesto; On WiQuery, how do i set component configuration parameters? How do modify the CSS? If i find an nice jquery component elsewhere eg the tooltip or the grid or even the jquery UI Layout, how do i integrate it? I have a feeling that i will have more control and have access to more jquery

Re: Custom Javascript Events

2010-05-05 Thread Ernesto Reinaldo Barreiro
Hi Josh, Answers inline On WiQuery, how do i set component configuration parameters? How do modify the CSS? Many components have setters and getter for their properties. E.g. public DialogPanel(String id) { super(id); Dialog dialog = new Dialog(dialog);

Re: Custom Javascript Events

2010-05-05 Thread Ernesto Reinaldo Barreiro
achieve them, ask on jquery forum that for sure someone will answer I meant on the wiquery forum Ernesto On Wed, May 5, 2010 at 11:34 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi Josh, Answers inline On WiQuery, how do i set component configuration parameters? How do modify

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
THanks Ernesto. I will revisit wiquery regards. Josh On Wed, May 5, 2010 at 12:34 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi Josh, Answers inline On WiQuery, how do i set component configuration parameters? How do modify the CSS? Many components have setters and

Re: Custom Javascript Events

2010-05-05 Thread Josh Kamau
WiQuery rocks!!!. i think am getting the rythm now. Thanks guys On Wed, May 5, 2010 at 1:03 PM, Josh Kamau joshnet2...@gmail.com wrote: THanks Ernesto. I will revisit wiquery regards. Josh On Wed, May 5, 2010 at 12:34 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi

Re: Custom Javascript Events

2010-05-05 Thread Ernesto Reinaldo Barreiro
I think they have some example/demo projects on their repo. Take a look there for inspiration... and do not hesitate to ask questions on their forum: Lionel, Julien, Cemal, Richard and others guys involved on the project are very friendly and normally you will get your questions answered... Best,

Re: root context, IE, home page is not found

2010-05-05 Thread Erik van Oosten
I don't get it. I tested this fix with Tomcat and several IE versions. And . just worked then whereas ./ did not. Regards, Erik. Op 04-05-10 14:56, Martin Grotzke wrote: Hi, we also just experienced issues with this, and the fix of WICKET-2600 still causes problems (as already

Cache menu

2010-05-05 Thread Wolfgang
I'm working on a web site that has a menu bar with sub-items, and sub-sub-items. The configuration of this menu is computed from hilariously complex SQL queries and needs quite some time to be established. The menu looks different for each user (session) but stays the same for the lifetime of the

Re: Cache menu

2010-05-05 Thread Ernesto Reinaldo Barreiro
I would opt for creating very simple Java beans containing the cached information and store them on the session and later on use that information to build the menu bar. If several users share the information (e/g/ based on roles) maybe you can devise some mechanism to store them by role so that

Re: Cache menu

2010-05-05 Thread Igor Vaynberg
cache whatever holds the actual data. for example in our code we have a menu and that takes IModelMenuRoot, and using menu root object it can render the entire menu by traversing it. store the MenuRoot in session. -igor On Wed, May 5, 2010 at 6:55 AM, Wolfgang wolfgang.bue...@exedio.com wrote:

Dynamically adding rows to a html table

2010-05-05 Thread Gast, Thorsten
Hi, we have a list of search results which are displayed in a html table. One entry per row. To see more details of a result, an ajax link should trigger a rendering of a new table row (tr) directly beneath the selected entry. In a first approach we rendered a hidden table row (with wicket:id)

Re: Dynamically adding rows to a html table

2010-05-05 Thread Martin Makundi
I have noticed that with HTML tables you must often redraw table if you want to add or manipulate rows. ** Martin 2010/5/5 Gast, Thorsten thorsten.g...@wirecard.com: Hi, we have a list of search results which are displayed in a html table. One entry per row. To see more details of a result,

wicket tinymce blank string

2010-05-05 Thread tubin gen
I use tinymce behaviour for my textarea. Suppose user enters in tinymce textarea white spaces and saves the form , the value for the property representing textarea is neither null nor blank string , and so I insert into database, is there any way I can identify if text from inymce is

Re: Dynamically adding rows to a html table

2010-05-05 Thread Igor Vaynberg
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ -igor On Wed, May 5, 2010 at 8:17 AM, Gast, Thorsten thorsten.g...@wirecard.com wrote: Hi, we have a list of search results which are displayed in a html table. One entry per row. To see more details of

formsubmitbehaviour and textarea with tinymce behaviour

2010-05-05 Thread tubin gen
I have a form with a checkbox , text and a textarea with tinymce behaviour. I addedAjaxFormSubmitBehavior to the checkbox here the code add(new CheckBox(concur){ { add(new AjaxFormSubmitBehavior(ResolveFindingForm.this,onChange){ @Override protected void onSubmit(AjaxRequestTarget

Re: formsubmitbehaviour and textarea with tinymce behaviour

2010-05-05 Thread Josh Glassman
http://wicketbyexample.com/wicket-tinymce-some-advanced-tips/

Re: SEVERE:Pagemap null is still locked by: Thread

2010-05-05 Thread Johan Compagner
hmm looking at the stack of the of that thread that has the lock on the page map then it seems to me that that shouldnt happen, because that thread is doing nothing anymore if the stack dump of that thread is really the right one. Because that just seems to be in a waiting state in a tomcat pool

Re: wicket tinymce blank string

2010-05-05 Thread fachhoch
I mean when user enters white space into text areas , the value of the property representing textarea will contain html for blank string, I am asking how to identify html for blank string ? -- View this message in context:

Re: wicket tinymce blank string

2010-05-05 Thread Josh Glassman
http://stackoverflow.com/questions/240546/removing-html-from-a-java-string . . . and then . . . yourStringWithoutHTML.trim().isEmpty()

AjaxFormSubmitBehavior for on Select

2010-05-05 Thread tubin gen
can I add AjaxFormSubmitBehavior on a checkbox for onSelect i tried it is not working. new AjaxFormSubmitBehavior(ResolveFindingForm.this,onSelect)

Re: DateTextField and DatePicker returning wrong date

2010-05-05 Thread taygolf
anyone have any help here? I really think this is a bug inside wicket but I may be doing something wrong. Any opinions would be greatly appreciated T -- View this message in context:

Re: AjaxFormSubmitBehavior for on Select

2010-05-05 Thread Igor Vaynberg
sue onclick -igor On Wed, May 5, 2010 at 10:20 AM, tubin gen fachh...@gmail.com wrote: can I add   AjaxFormSubmitBehavior   on a checkbox for onSelect i tried it is not working. new AjaxFormSubmitBehavior(ResolveFindingForm.this,onSelect)

Re: wicketstuff-minis status?

2010-05-05 Thread nino martinez wael
Well I have nothing planed but as I dont think it'll take me long I'll look into and see i can do it soon. Are you needing it right now or? 2010/5/3 nmetzger nmetz...@odu.edu: Hi Nino, is there any update planned for mootools 1.2.4? Thanks, Natalie -- View this message in context:

Re: wicketstuff-minis status?

2010-05-05 Thread nino martinez wael
Hmm a 2 second search brought this up http://www.uhleeka.com/blog/2008/11/mootoolstips-convert-v11-to-v12/ It does not seem the guy who wrote mootips supports 1.2.4... Is'nt that how you read it too? Otherwise we should look around for something else that does support 1.2.4... regards Nino

Caching menu

2010-05-05 Thread Wolfgang
I'm working on a web site that has a menu bar with sub-items, and sub-sub-items. The configuration of this menu is computed from hilariously complex SQL queries and needs quite some time to be established. The menu looks different for each user (session) but stays the same for the lifetime of the

Re: Dynamic checkbox form

2010-05-05 Thread Wolfgang
Each checkbox will be associated with a model. After submitting the form (in your onSubmit method), these models contain the value of the checkbox. As you have a dynamic set of checkboxes you have to make you store the models in an appropriate collection. Or, you remember the references to the

Re: CheckGroup and ListView

2010-05-05 Thread msalman
I have not heard anything on this one. I will be very thankful if I can get some help on this one. To help reproduce the problem I have attached simple code files. http://n4.nabble.com/file/n2131672/App.java App.java . http://n4.nabble.com/file/n2131672/PageCheckGroup.html

Re: CheckGroup and ListView

2010-05-05 Thread Jeremy Thomerson
I haven't looked at it in detail, but you shouldn't be doing that removeAll() and setList() stuff - it comes from a lack of using Models properly - which is the most common mistake I see in Wicket users. Instead, you should give the ListView constructor an instance of some

WicketStuff version bumping?

2010-05-05 Thread Major Péter
Hi, We have 1.4.7-SNAPSHOT for quite some time now, shouldn't we release an 1.4.8 edition and bump to 1.4.8-SNAPSHOT? Regards, Peter - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: CheckGroup and ListView

2010-05-05 Thread msalman
Oh my. I was just about to send you a special email for my problem. But you pre-empted me. I will try your suggestion. Thanks so much Mohammad Salman (510) 673-5869 c Every problem has its solution(s) but there are problems with any solution From:

Re: WicketStuff version bumping?

2010-05-05 Thread James Carman
Wouldn't you release a 1.4.8 version (which goes with wicket 1.4.8) and then go to 1.4.9-SNAPSHOT? 2010/5/5 Major Péter majorpe...@sch.bme.hu: Hi, We have 1.4.7-SNAPSHOT for quite some time now, shouldn't we release an 1.4.8 edition and bump to 1.4.8-SNAPSHOT? Regards, Peter

Re: WicketStuff version bumping?

2010-05-05 Thread Major Péter
Right, this would make more sense :) 2010-05-06 01:07 keltezéssel, James Carman írta: Wouldn't you release a 1.4.8 version (which goes with wicket 1.4.8) and then go to 1.4.9-SNAPSHOT? 2010/5/5 Major Péter majorpe...@sch.bme.hu: Hi, We have 1.4.7-SNAPSHOT for quite some time now,

Re: WicketStuff version bumping?

2010-05-05 Thread James Carman
Just checking. :) 2010/5/5 Major Péter majorpe...@sch.bme.hu: Right, this would make more sense :) 2010-05-06 01:07 keltezéssel, James Carman írta: Wouldn't you release a 1.4.8 version (which goes with wicket 1.4.8) and then go to 1.4.9-SNAPSHOT? 2010/5/5 Major Péter majorpe...@sch.bme.hu:

RE: wicketstuff-minis status?

2010-05-05 Thread nmetzger
It works for me, but I like using the newest libraries that are out there. I tried copying your code to my project and using the new mootools libs, but couldn't run it. Probably it's my IDE again. In short, if you have time to update it, it would be greatly appreciated. But if not, it's no

convert wicket pages html to excel

2010-05-05 Thread studentenaufinformatik
we were converting our wicket html pages to pdf using flying saucer. Now our client is asking to convert into excel , I donot know any thing which does this , please suggest me if any body knows to convert html to excel on fly. -- View this message in context:

RE: convert wicket pages html to excel

2010-05-05 Thread Tim L Casey
Instead of templinging out html, template out xml and call it file.xls. There is a dom for spreadsheets. -Original Message- From: studentenaufinformatik [mailto:studentenaufinforma...@gmail.com] Sent: Wednesday, May 05, 2010 5:40 PM To: users@wicket.apache.org Subject: convert wicket

Re: convert wicket pages html to excel

2010-05-05 Thread Jeremy Thomerson
I've done this before. I'd actually suggest not doing this. Use jexcel [1] - it is much more reliable and you won't have users calling you saying this spreadsheet won't open. [1] - http://jexcelapi.sourceforge.net/ -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 5, 2010 at

Re: convert wicket pages html to excel

2010-05-05 Thread Adrian Wiesmann
On 5/6/10 3:42 AM, Jeremy Thomerson wrote: I've done this before. I'd actually suggest not doing this. Use jexcel [1] - it is much more reliable and you won't have users calling you saying this spreadsheet won't open. I've written CSV before but then changed to Apache POI because of all

Re: convert wicket pages html to excel

2010-05-05 Thread Igor Vaynberg
+1 for poi, used it, worked great -igor On Wed, May 5, 2010 at 10:31 PM, Adrian Wiesmann awiesm...@somap.org wrote: On 5/6/10 3:42 AM, Jeremy Thomerson wrote: I've done this before.  I'd actually suggest not doing this.  Use jexcel [1] - it is much more reliable and you won't have users