Re: [Wicket-user] Wicket PDF Page Project?

2007-08-04 Thread Eelco Hillenius
On 8/2/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: hi everyone, Isnt it possible to capture the produced markup stream from wicket webpage or component so that one can use the strategy demostrated here

[Wicket-user] Wicket PDF Page Project?

2007-08-02 Thread Ayodeji Aladejebi
hi everyone, Isnt it possible to capture the produced markup stream from wicket webpage or component so that one can use the strategy demostrated here http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html to make a Wicketstuff PDF project just to make it

Re: [Wicket-user] Wicket Job Opportunity

2007-07-31 Thread Watter
We've now received final funding for this position and are interviewing candidates. Interested parties would need to be available soon. Please contact me at the email below if you are interested. Matt Watter wrote: Our team is developing a new application Using the following

[Wicket-user] wicket 1.3 - how to start?

2007-07-28 Thread Dariusz Wojtas
Hi, I am trying to try Wicket, but having trouble to build a sample application using version 1.3. I know this is still beta, but as there are tons of changes between 1.2.x and 1.3, I want to start with the new one. I downloaded the beta2 version, but cannot easily create a starter project.

Re: [Wicket-user] wicket 1.3 - how to start?

2007-07-28 Thread Gwyn Evans
On Saturday, July 28, 2007, 10:28:34 AM, Dariusz [EMAIL PROTECTED] wrote: I downloaded the beta2 version, but cannot easily create a starter project. There is some artifact to build an initial project: archetypes/quickstart but following the archetypes/README.txt file does not work.

Re: [Wicket-user] wicket 1.3 - how to start?

2007-07-28 Thread Dariusz Wojtas
Thanks for help. I started again but it did not work. I followed this simple guide and it helped me: http://www.oreillynet.com/onjava/blog/2007/07/wicket_source_to_eclipse_using.html It told me that I need 'mvn install' first in the root dir. Seems to work now. I also looked at the beta3

Re: [Wicket-user] Wicket in Action now available through Manning Early Access Program

2007-07-28 Thread ZedroS Schwart
Hi ! This is a very good news ! I hope we'll the rest of the book soon. Courage ;) ZedroS On 7/26/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Eelco and I are really happy to announce the availability of our first two chapters of our forthcoming book Wicket in Action. Chapter 1 is a

Re: [Wicket-user] Wicket User at sourceforge is moving!

2007-07-27 Thread landtuna
landtuna wrote: Martijn Dashorst wrote: Subscribe now: send a message to [EMAIL PROTECTED] This list will self destruct in 10 minutes. While the subscribe link at http://wicket.apache.org/community.html has been changed to the apache list, the Archives link still points to Nabble.

[Wicket-user] Wicket SVN has moved!

2007-07-27 Thread Martijn Dashorst
Wicket's subversion repository has been moved to reflect our status as a top level project within the Apache Software Foundation. In order to keep your sources, you should do a switch of your local copy: For non-committers: svn switch --relocate http://svn.apache.org/repos/asf/wicket/trunk

Re: [Wicket-user] Wicket SVN has moved!

2007-07-27 Thread Gwyn Evans
On Friday, July 27, 2007, 7:13:43 PM, Martijn [EMAIL PROTECTED] wrote: In order to keep your sources, you should do a switch of your local copy: For non-committers: svn switch --relocate http://svn.apache.org/repos/asf/wicket/trunk For committers: svn switch --relocate

Re: [Wicket-user] Wicket SVN has moved!

2007-07-27 Thread Upayavira
Martijn Dashorst wrote: Wicket's subversion repository has been moved to reflect our status as a top level project within the Apache Software Foundation. In order to keep your sources, you should do a switch of your local copy: For non-committers: svn switch --relocate

[Wicket-user] Wicket 1.3 and Velocity

2007-07-26 Thread [EMAIL PROTECTED]
Hi, I am working with wicket 1.3 and use Velocity for generating emails by templates. With wicket it works good, but now (with wicket 1.3) Velocity cannot load templates Properties props = new Properties(); props.setProperty(resource.loader, file);

Re: [Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Upayavira
Martijn Dashorst wrote: We are already a month overdue, and the number of open bugs haven't been going down lately, despite some serious effort put in by several committers. I hate to say it, but I currently can't make any guarantees. As for the beta's: we have a beta 3 planned, but it

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Matej Knopp
Problem is when you call getMarkupId(). If you call this method before the first page render, Wicket is not able to get the markup attribute for some components (because of borders and transparent resolvers which break the 1:1 mapping of component tree - markup. -Matej On 7/26/07, Scott Swank

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Igor Vaynberg
the general problem here is that hardcoding ids into wicket markup is mostly dangerous because things are so reusable. if you put an id into a repeater then it will be repeated all the time - causing multiple elements with the same id - which will lead to invalid html. hardcoding an id inside a

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Eelco Hillenius
I'm a little surprised this isn't more of a high priority item... It is scheduled as major, with fix version beta 3. That's a pretty high priority. The fact is though that until I stumbled upon this, we had no complaints of users to deal with in this matter. I know Repeaters et al might need

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Kirk Israel
On 7/26/07, Eelco Hillenius [EMAIL PROTECTED] wrote: http://issues.apache.org/jira/browse/WICKET-694 i guess there were problems when implementing this, maybe eelco can ellaborate more on the unforeseen side effects Yeah, they were listed in the thread that is mentioned in the issue:

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Eelco Hillenius
http://issues.apache.org/jira/browse/WICKET-694 i guess there were problems when implementing this, maybe eelco can ellaborate more on the unforeseen side effects Yeah, they were listed in the thread that is mentioned in the issue:

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Igor Vaynberg
On 7/26/07, Kirk Israel [EMAIL PROTECTED] wrote: (I started moving myself to the other list but am not quite there yet) Empirically, it looks like there might have been a change in behavior from 1.2, but I couldn't verify that on http://cwiki.apache.org/WICKET/migrate-13.html -- if you're

Re: [Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Martijn Dashorst
We are already a month overdue, and the number of open bugs haven't been going down lately, despite some serious effort put in by several committers. I hate to say it, but I currently can't make any guarantees. As for the beta's: we have a beta 3 planned, but it still has 27 issues open. Not all

Re: [Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Seldon, Richard
] [mailto:[EMAIL PROTECTED] On Behalf Of Seldon, Richard Sent: 26 July 2007 13:34 To: 'wicket-user@lists.sourceforge.net' Subject: [Wicket-user] - Wicket 1.3 release date? Hello, a couple of quick questions regarding Wicket release dates. Trying to do a bit of forward planning on our project

[Wicket-user] - Wicket 1.3 release date?

2007-07-26 Thread Seldon, Richard
Hello, a couple of quick questions regarding Wicket release dates. Trying to do a bit of forward planning on our project. At present, I understand Wicket 1.3.0-beta2 is latest 'version'. Is there an approximate release date in mind (day / week / month) for an official 1.3 (non-beta) version?

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Scott Swank
How hard would it be to add a method like useHtmlElementId()? It would default to false, but when a component returns true then the element id from the template would be used. Scott On 7/26/07, Igor Vaynberg [EMAIL PROTECTED] wrote: the general problem here is that hardcoding ids into wicket

Re: [Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Scott Swank
Would it make sense to override the method on border (et al), make it final, and just have it always return false? Or does the 1:1 problem lie with components within such a border? On 7/26/07, Matej Knopp [EMAIL PROTECTED] wrote: Problem is when you call getMarkupId(). If you call this method

[Wicket-user] Wicket in Action now available through Manning Early Access Program

2007-07-26 Thread Martijn Dashorst
Eelco and I are really happy to announce the availability of our first two chapters of our forthcoming book Wicket in Action. Chapter 1 is a FREE(!) download for users that subscribe to our new Apache Wicket user list. First send a message to [EMAIL PROTECTED] and then proceed to download chapter

[Wicket-user] Wicket 1.3, use of getElementById and Wicket.$() and the preservation of ids

2007-07-26 Thread Kirk Israel
(I started moving myself to the other list but am not quite there yet) Empirically, it looks like there might have been a change in behavior from 1.2, but I couldn't verify that on http://cwiki.apache.org/WICKET/migrate-13.html -- if you're writing custom javascript (in this case an arbitrary

[Wicket-user] Wicket User at sourceforge is moving!

2007-07-26 Thread Martijn Dashorst
You may already have heard this, but we want to get the message out loud and clear: the sourceforge.net mailinglists for users are closing down. If you want to continue to read, write and respond to user questions concerning Wicket, you have to subscribe to the new Apache Wicket user list.

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Edi
Hello Ayodeji Aladejebi, Could you tell me where can I download your file? Ayodeji Aladejebi wrote: Hi Edi, I have an excel example that you might like :) Attach the src.rar to any of your existing excel application and try it Features Update: 1. You can now write your

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Ayodeji Aladejebi
i have attached it to this email...check the attached RAR file On 7/25/07, Edi [EMAIL PROTECTED] wrote: Hello Ayodeji Aladejebi, Could you tell me where can I download your updated file? Ayodeji Aladejebi wrote: Hi Edi, I have an excel example that you might like :) Attach

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Eelco Hillenius
On 7/25/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: i have attached it to this email...check the attached RAR file I'm afraid attachements get filtered out, Aladejebi. Eelco - This SF.net email is sponsored by: Splunk

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Ayodeji Aladejebi
You can download the Wicket Example at this link http://www.dabarobjects.com/downloads/ExcelExample.war and the src at http://www.dabarobjects.com/downloads/wicket-excel-src.rar Its not total or completed as more features will be added as i can make up some time regards On 7/25/07, Eelco

Re: [Wicket-user] Wicket Excel Example

2007-07-25 Thread Edi
I have downloaded. I think you are spending your good time for me. Thank you so much. I will check. Regards, Edi Ayodeji Aladejebi wrote: You can download the Wicket Example at this link http://www.dabarobjects.com/downloads/ExcelExample.war and the src at

[Wicket-user] Wicket exceptions?

2007-07-25 Thread Durai007
Hi, I am not able to identify this exception, What situation this exception occurs. Please tell me your suggestions. Thanks java.lang.NullPointerException at com.enterra.vrm.qst.ui.page.reports.validatexl.AppletBasePanel$6.populateItem(AppletBasePanel.java:603) at

Re: [Wicket-user] Wicket exceptions?

2007-07-25 Thread Martijn Dashorst
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Wicket joins the Apache Software Foundation as Apache Wicket Apache Wicket 1.3.0-beta2 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta2

[Wicket-user] Wicket customizability

2007-07-25 Thread Wander Grevink
Hi all, I have just created my first wicket app: a simple JCR (jsr-170) browser/editor with a tree showing nodes on the left, a form for editing node properties on the right, and a menu with some actions (add, delete, save etc.) on top. All 100% Ajax, it just works! As a side note: I started

[Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread NateBot2000
Can someone tell me where a public 1.3-beta2 Javadoc is located? or do I need to pull from SVN and build it myself? I can only find older versions. It would be really sweet if there were a link to each version's Javadoc on the front page of wicket.apache.org... Love, NateBot2000 -- View this

Re: [Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread Evan Chooly
On 7/25/07, Bjön Limell [EMAIL PROTECTED] wrote: hi Im using this one: http://wicketstuff.org/wicket13doc/ On 7/25/07, NateBot2000 [EMAIL PROTECTED] wrote: Can someone tell me where a public 1.3-beta2 Javadoc is located? or do I need to pull from SVN and build it myself? I can only

Re: [Wicket-user] Wicket customizability

2007-07-25 Thread Jonathan Locke
i don't really understand what you're talking about because i don't know your requirements. but don't forget two things: 1) the primary unit of reuse in wicket is the panel and 2) you can put any component (such as a panel) in a completely self-contained jar because of packaged resources. if

Re: [Wicket-user] Wicket customizability

2007-07-25 Thread Igor Vaynberg
sounds to me like what you need is indirection something like IComponentFactory { Component newComponent(String id, IModel model); } then you can configure these in whatever context (in your case spring) and inject those into pages/panels/etc and let them create children. this is essentially

Re: [Wicket-user] Wicket customizability

2007-07-25 Thread Eelco Hillenius
i don't really understand what you're talking about because i don't know your requirements. but don't forget two things: 1) the primary unit of reuse in wicket is the panel and 2) you can put any component (such as a panel) in a completely self-contained jar because of packaged resources.

Re: [Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread Bjön Limell
hi Im using this one: http://wicketstuff.org/wicket13doc/ On 7/25/07, NateBot2000 [EMAIL PROTECTED] wrote: Can someone tell me where a public 1.3-beta2 Javadoc is located? or do I need to pull from SVN and build it myself? I can only find older versions. It would be really sweet if there

Re: [Wicket-user] Wicket with JExcel

2007-07-24 Thread Edi
i have found A1,B1 I have downloaded your source, but In createLoop, i got null pointer exception java.lang.NullPointerException at com.enterra.vrm.qst.ui.page.reports.validatexl.AppletBasePanel.createLoop(AppletBasePanel.java:334) Is there any exception hadler you added. Ayodeji

Re: [Wicket-user] Wicket with JExcel

2007-07-24 Thread Ayodeji Aladejebi
wait i have an update and will surely upload it for you On 7/24/07, Edi [EMAIL PROTECTED] wrote: i have found A1,B1 I have downloaded your source, but In createLoop, i got null pointer exception java.lang.NullPointerException at

[Wicket-user] Wicket Excel Example

2007-07-24 Thread Ayodeji Aladejebi
Hi Edi, I have an excel example that you might like :) Attach the src.rar to any of your existing excel application and try it Features Update: 1. You can now write your modifications to disk 2. You can scroll now however, since wicket still lacks support for scrolling multiple lists with an

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-22 Thread Vincent Demay
Hi, NateBot2000 a écrit : Alrighty, I figured it out. Clean and very simple (let me know if there's a better way to do this): package com.***.web.dashboard; import org.wicketstuff.dojo.markup.html.floatingpane.DojoFloatingPane; import org.wicketstuff.dojo.widgets.StyleAttribute;

Re: [Wicket-user] Wicket 1.3beta2, Ajax Google Checkout CSS help

2007-07-20 Thread jweekend
This is addressed to people who have asked for or are interested in a heavily discounted promotional rate for our new Wicket 1.3 course this weekend. In short, we've put much care and hard work into preparation and are just about ready to go now, JIT! We have places still available so we have

[Wicket-user] Wicket Job Opportunity

2007-07-20 Thread Watter
Our team is developing a new application Using the following technologies/frameworks: Wicket Spring Hibernate Compass/Lucene Unfortunately we have a small gap in knowledge when it comes to Wicket. We're learning quickly but we need to hire someone who can step in and be immediately productive

Re: [Wicket-user] Wicket URLs in javascript

2007-07-20 Thread hillj2
This looks to be exactly what I need. I've added the following code to my home page class: public void renderHead(IHeaderResponse response) { response.renderOnLoadJavascript(mainUrl = ' + RequestCycle.get().urlFor(new MainPageClass()) + '; openJSWindow()); } Unfortunately, I'm now

Re: [Wicket-user] Wicket with JExcel

2007-07-19 Thread Edi
Hi, then when you need the value of B4, then your interpreter translates it to Column 2, Row 4 Yes if col 2, row 4 means, it should B4. You are correct... Any updates, please Ayodeji Aladejebi wrote: I really dint get your question but from what i interpreted, if you want an easy way to

[Wicket-user] Wicket URLs in javascript

2007-07-19 Thread Joel Hill
My app's home page is nothing more than a blank page which has an onload script which opens a new browser window and loads my app's main page into it. I'm having trouble figuring out how to get it to work in wicket. I don't want to make the page bookmarkable if at all possible, but I have to

Re: [Wicket-user] Wicket URLs in javascript

2007-07-19 Thread Igor Vaynberg
RequestCycle.urlFor(Page) will do what you want -igor On 7/19/07, Joel Hill [EMAIL PROTECTED] wrote: My app's home page is nothing more than a blank page which has an onload script which opens a new browser window and loads my app's main page into it. I'm having trouble figuring out how to

[Wicket-user] wicket-picocontainer?

2007-07-18 Thread David Rosenstrauch
I saw that the 1.3 distribution contains wicket-ioc*.jar, along with wicket-guice*.jar, and wicket-spring*.jar. Just wondering: has anybody put together a wicket-picocontainer package too, perchance? TIA, DR - This

Re: [Wicket-user] wicket-picocontainer?

2007-07-18 Thread Eelco Hillenius
On 7/18/07, David Rosenstrauch [EMAIL PROTECTED] wrote: I saw that the 1.3 distribution contains wicket-ioc*.jar, along with wicket-guice*.jar, and wicket-spring*.jar. Just wondering: has anybody put together a wicket-picocontainer package too, perchance? That that I know of, but a

Re: [Wicket-user] wicket-picocontainer?

2007-07-18 Thread Jonathan Locke
I have not yet had a real need for IOC, but when I last looked some years ago, picocontainer looked pretty nice. We do have guice now, but I think it would be great to integrate Wicket with picocontainer. Unfortunately, I'm not aware of anyone doing this work. David Rosenstrauch wrote: I

Re: [Wicket-user] wicket-picocontainer?

2007-07-18 Thread David Rosenstrauch
Eelco Hillenius wrote: On 7/18/07, David Rosenstrauch [EMAIL PROTECTED] wrote: I saw that the 1.3 distribution contains wicket-ioc*.jar, along with wicket-guice*.jar, and wicket-spring*.jar. Just wondering: has anybody put together a wicket-picocontainer package too, perchance? That that

Re: [Wicket-user] wicket-picocontainer?

2007-07-18 Thread Igor Vaynberg
putting one together should be trivial. you can pretty much copy wicket-spring and replace all the spring bits (of which there are only few) with pico's -igor On 7/18/07, David Rosenstrauch [EMAIL PROTECTED] wrote: Eelco Hillenius wrote: On 7/18/07, David Rosenstrauch [EMAIL PROTECTED]

Re: [Wicket-user] Wicket with JExcel

2007-07-17 Thread Edi
Hello Ayodeji Aladejebi, Thank you so much for your kind consideration regarding paginations. and my question is how to find the each cell name. for. eg. First cell name is A1 in the xl sheet, and its value may be integer/float/general. I want to get the cell name A1 and it's value. (we

Re: [Wicket-user] Wicket with JExcel

2007-07-17 Thread Ayodeji Aladejebi
I really dint get your question but from what i interpreted, if you want an easy way to map between the Cell values and thier names then, develop an interpreting matrix that maps A1, A2, B1 to the 2-Dimension model array that contains the values, For columns, you have A,B,C,D,E..AA (there is

[Wicket-user] Wicket 1.3beta2, Ajax Google Checkout CSS help

2007-07-17 Thread jweekend
If you'd like to see some subtle yet effective Ajax with Wicket, in a real world (albeit simple), application have a look at our course booking page at http://jWeekend.co.uk jWeekend.co.uk . We are porting the site to Wicket 1.3beta2 and the booking page went live early yesterday AM. We were

Re: [Wicket-user] Wicket with JExcel

2007-07-17 Thread Edi
Hello Ayodeji Aladejebi, You already done, to select the particular file and load and view the file. that's fine. Now I want to validate each cell in easy manner. For example, if xl file contains 1000 fields, most of the fields not validated - unvalidated fields are colored. so i want to list

[Wicket-user] Wicket examples question

2007-07-17 Thread Kirk Is
So, at wicket-library.com/wicket-examples I see signin and signin2. Signin2 is the rememberme functionality I'm trying to emulate. When I click on view source, it seems like the functionality I want, the stuff the separates signin2 from signin, is lumped in

[Wicket-user] Wicket examples question

2007-07-17 Thread Kirk Israel
So, at wicket-library.com/wicket-examples I see signin and signin2. Signin2 is the rememberme functionality I'm trying to emulate. When I click on view source, it seems like the functionality I want, the stuff the separates signin2 from signin, is lumped in

Re: [Wicket-user] Wicket examples question

2007-07-17 Thread Igor Vaynberg
On 7/17/07, Kirk Is [EMAIL PROTECTED] wrote: So, at wicket-library.com/wicket-examples I see signin and signin2. Signin2 is the rememberme functionality I'm trying to emulate. When I click on view source, it seems like the functionality I want, the stuff the separates signin2 from signin,

[Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
Hello: I would like to add setters for css style attributes left and top to V. Demay's DojoFloatingPane, which is a descendant of wicket-dojo StylingWebMarkupContainer. The javadoc for that class says: You can add css attribute on this container using the following behavior : Html attributes

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
Alrighty, I figured it out. Clean and very simple (let me know if there's a better way to do this): package com.***.web.dashboard; import org.wicketstuff.dojo.markup.html.floatingpane.DojoFloatingPane; import org.wicketstuff.dojo.widgets.StyleAttribute; public class DashboardPane extends

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread Igor Vaynberg
On 7/17/07, NateBot2000 [EMAIL PROTECTED] wrote: Alrighty, I figured it out. Clean and very simple (let me know if there's a better way to do this): package com.***.web.dashboard; http://bash.org/?244321 -igor import org.wicketstuff.dojo.markup.html.floatingpane.DojoFloatingPane;

Re: [Wicket-user] wicket-dojo StylingWebMarkupContainer / StyleAttribute

2007-07-17 Thread NateBot2000
igor.vaynberg wrote: package com.***.web.dashboard; http://bash.org/?244321 -igor Dang, you got me. I work for com.microsoft. We're converting everything (and I mean everything) to Wicket... NateBot2000 -- View this message in context:

Re: [Wicket-user] Wicket 1.3.0-beta2 WicketFilter Problem

2007-07-16 Thread severian
Frank Bille wrote: This looks like a bug to me. I'm not actually using the wickettester with the webapp param, so my tests doesn't fail. Can you open a bug report for this? Done (WICKET-760). Severian. -- View this message in context:

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-16 Thread severian
Eelco Hillenius wrote: Could give that a try and let us know whether that helped? This works a treat, thanks a million Eelco, you're a diamond. FYI, while I'm happy with this solution, see also this thread, which suggests something else may be wrong:

Re: [Wicket-user] Wicket with JExcel

2007-07-16 Thread Edi
Hi, How to find each xl cell name, Eg. A1, B2, C1 etc Ayodeji Aladejebi wrote: thats why the source is open for you to hack into :) however, 1. for the Not Set Stuff, check the XCell class for modification 2. the one without ajax is easy, Look up the ExcelGridPanel class and make

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-16 Thread Eelco Hillenius
FYI, while I'm happy with this solution, see also this thread, which suggests something else may be wrong: http://www.nabble.com/WicketTester-does-not-clean-up-resources-very-well-tf4083413.html Yeah, could be. Did someone open an issue for that yet? Eelco

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-16 Thread Eelco Hillenius
This works a treat, thanks a million Eelco, you're a diamond. Np. My girlfriend wants to know what grade... ;) Eelco - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-15 Thread David Bernard
Hi Sevrian, If you work with eclipse IDE, you could use the profiler plugin from TPTP (an eclipse project). With it you could profile test running from eclipse. /David Martijn Dashorst wrote: On 7/13/07, severian [EMAIL PROTECTED] wrote: I was scared you were gonna say that :-) Not very

Re: [Wicket-user] Wicket 1.3.0-beta2 WicketFilter Problem

2007-07-14 Thread Frank Bille
On 7/13/07, severian [EMAIL PROTECTED] wrote: OK, I've investigated further and now think that a bug may have crept into beta2. Running my wicket app works fine, only my tests are broken. To get the tests to work, I have to: (a) use WicketServlet instead of WicketFilter; (b) set servlet-name

[Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread severian
I've just upgraded from beta1 to beta2, and my unit test suite now cannot run. I can run all test classes individually, or even a package at a time. But if I run all tests in my project, I eventually get an exception (Caused by: java.lang.OutOfMemoryError: Java heap space), at a different point

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread severian
Thanks for the prompt response Gwyn. Gwyn wrote: Would this be testing while running in DEVELOMENT mode? Yes, I've always unit tested in development mode. Gwyn wrote: If so, switch to DEPLOYMENT mode - I'm not sure of the details, but in that mode, there are various things in there

Re: [Wicket-user] Wicket 1.3.0-beta2 WicketFilter Problem

2007-07-13 Thread severian
OK, I've investigated further and now think that a bug may have crept into beta2. Running my wicket app works fine, only my tests are broken. To get the tests to work, I have to: (a) use WicketServlet instead of WicketFilter; (b) set servlet-name to WicketMockServlet (in web.xml), instead of

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Gwyn Evans
On Friday, July 13, 2007, 1:58:58 PM, severian [EMAIL PROTECTED] wrote: I've just upgraded from beta1 to beta2, and my unit test suite now cannot run. I can run all test classes individually, or even a package at a time. But if I run all tests in my project, I eventually get an exception

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Martijn Dashorst
On 7/13/07, severian [EMAIL PROTECTED] wrote: I was scared you were gonna say that :-) Not very hard to do if you use YourKit (I also hear great stories about another profiler made by SAP At the risk of being annoying - can you point me in the right direction? YourKit is what we use and is

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Eelco Hillenius
I noted that each individual test package (say 200 test cases) was running twice as slow as before. I improved this dramatically by calling getDebugSettings().setComponentUseCheck(false); The slow down is because of recording partial stacktraces when in development mode. But for the next

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Scott Swank
That sounds like a lovely inner class for WicketTester. tester = new WicketTester(new WicketTester.NonCachingWebApplication()); On 7/13/07, Eelco Hillenius [EMAIL PROTECTED] wrote: I noted that each individual test package (say 200 test cases) was running twice as slow as before. I

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Eelco Hillenius
On 7/13/07, Scott Swank [EMAIL PROTECTED] wrote: That sounds like a lovely inner class for WicketTester. tester = new WicketTester(new WicketTester.NonCachingWebApplication()); Done. I called it NonCachingDummyWebApplication. Eelco

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Igor Vaynberg
how about NonPageCachingDummyWebApplication? -igor On 7/13/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 7/13/07, Scott Swank [EMAIL PROTECTED] wrote: That sounds like a lovely inner class for WicketTester. tester = new WicketTester(new WicketTester.NonCachingWebApplication()); Done. I

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Scott Swank
Thank ya. On 7/13/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 7/13/07, Scott Swank [EMAIL PROTECTED] wrote: That sounds like a lovely inner class for WicketTester. tester = new WicketTester(new WicketTester.NonCachingWebApplication()); Done. I called it NonCachingDummyWebApplication.

Re: [Wicket-user] Wicket 1.3.0-beta2 OutOfMemoryError

2007-07-13 Thread Eelco Hillenius
On 7/13/07, Igor Vaynberg [EMAIL PROTECTED] wrote: how about NonPageCachingDummyWebApplication? Yep, that's better. Eelco - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

[Wicket-user] Wicket 1.3.0-beta2 WicketFilter Problem

2007-07-12 Thread severian
I've just upgraded from beta1 to beta2 and have encountered a problem getting any tests to run. My configuration in web/xml is pretty standard: filter filter-nameWicketEntryPoint/filter-name

Re: [Wicket-user] Wicket with JExcel

2007-07-11 Thread Edi
Hello Ayodeji Aladejebi and all, Please help me the regarding below feature. thanking you Regards edi Edi wrote: Thank you for all valuable solutions, Consider I have one xls file with lot of data. How can I paginate that xls file and Search the particular column data in the document

[Wicket-user] Wicket with acegi security.

2007-07-10 Thread ernie25
Hi i am Marcin and i am interested in project Acegi and Wicket-auth-roles. I have a question for this project. Is acegi only takes care of the authentication and Wicket-auth-roles does authorization? Or acegi can take care of authorization and Wicket take a authentication ? SO my question is

Re: [Wicket-user] Wicket with acegi security.

2007-07-10 Thread Thies Edeling
i am Marcin and i am interested in project Acegi and Wicket-auth-roles. I have a question for this project. Is acegi only takes care of the authentication and Wicket-auth-roles does authorization? Or acegi can take care of authorization and Wicket take a authentication ? SO my question is

Re: [Wicket-user] Wicket-user Digest, Vol 14, Issue 85

2007-07-10 Thread Chris Colman
/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Wicket joins the Apache Software Foundation as Apache Wicket Apache Wicket 1.3.0-beta2 is released Get it now

Re: [Wicket-user] Wicket-user Digest, Vol 14, Issue 85

2007-07-10 Thread Johan Compagner
On 7/10/07, Chris Colman [EMAIL PROTECTED] wrote: Not with Wicket directly. You could take a look at the WIcket Velocity sub project (also found at Apache Wicket) where you have more flexibility regarding markup scripting. Martijn Would it be an easy enhancement to implement? - just an

Re: [Wicket-user] Wicket-user Digest, Vol 14, Issue 85

2007-07-10 Thread Philip A. Chapman
On Tue, 2007-07-10 at 13:50 +0200, Johan Compagner wrote: On 7/10/07, Chris Colman [EMAIL PROTECTED] wrote: Not with Wicket directly. You could take a look at the WIcket Velocity sub project (also found at Apache Wicket) where you have more

Re: [Wicket-user] Wicket get together at O'Reilly Open Source convention? (Portland Oregon USA)

2007-07-10 Thread Tauren Mills
Sean, I'm in Portland too, but I may not be in town that week. Still working out the details. It does sound like a great idea. I got a friend here in town into wicket, so he might be interested as well. Tauren On 6/30/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Are there any Wicket

Re: [Wicket-user] Wicket get together at O'Reilly Open Source convention? (Portland Oregon USA)

2007-07-10 Thread Eelco Hillenius
I'm in Portland too, but I may not be in town that week. Still working out the details. It does sound like a great idea. I got a friend here in town into wicket, so he might be interested as well. Not directly related to this conference, but if there's enough interest, Jonathan and I can

Re: [Wicket-user] Wicket get together at O'Reilly Open Source convention? (Portland Oregon USA)

2007-07-10 Thread Tauren Mills
That sounds great! All the action is overseas, lets get some here on the west coast! Planning it might be the hard part... Lets see... juggling 3 wicket projects right now.. can I find time to go to Seattle? :) I'm sure everyone else is in the same boat... Tauren On 7/10/07, Eelco Hillenius

Re: [Wicket-user] Wicket with JExcel

2007-07-09 Thread Edi
Thank you for all valuable solutions, Consider I have one xls file with lot of data. How can I paginate that xls file and Search the particular column data in the document and update the xls document. Thanking You. Regards, Edi Ayodeji Aladejebi wrote: thats why the source is open for you

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Vincent Demay
Hey, I commited a fix yesterday about that. Is it ok for you now? -- Vincent Thies Edeling wrote: Vincent Demay wrote: Thies Edeling a écrit : Hi all Been playing a bit with the wicketstuff dojo contrib. I have some problems with adding a DojoDatePicker (or any other Dojo

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Thies Edeling
Just tried with revision 2633 and I still have the same problem :( Vincent Demay wrote: Hey, I commited a fix yesterday about that. Is it ok for you now? -- Vincent Thies Edeling wrote: Vincent Demay wrote: Thies Edeling a écrit : Hi all Been playing a bit with the

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Vincent Demay
I don't understand, it's work on my side... could you please create a sample quickstart project in order to investigate on it. -- Vincent Thies Edeling a écrit : Just tried with revision 2633 and I still have the same problem :( Vincent Demay wrote: Hey, I commited a fix yesterday

Re: [Wicket-user] Wicket Dojo widget loaded by ajax request fails

2007-07-09 Thread Thies Edeling
Added a test project to the jira issue demonstrating the behaviour. gr, Thies Vincent Demay wrote: I don't understand, it's work on my side... could you please create a sample quickstart project in order to investigate on it. -- Vincent Thies Edeling a écrit : Just tried with

  1   2   3   4   5   6   7   8   9   10   >