Re: [Wicket-user] WicketTester and mocking up next page rendered.

2007-07-23 Thread Timo Rantalaiho
On Fri, 20 Jul 2007, Craig Lenzen wrote: > And how are you overriding the "goToPageB" method in the test? Using > WicketTester you never actually create an instance of PageB, that is you as > the developer. Like this, in 1.3 wicket.startPage(new ITestPageSource(){ public Page

Re: [Wicket-user] IComponent*POST*InstantiationListener

2007-07-23 Thread Eelco Hillenius
> sometimes I find useful to be able to do some initialization once my > component is attached to its hierarchy, mainly to be able to call > getPage(). For example, if there are relevant events along some page > lifecycle maybe panels contained in it may want to add themselves as > listeners: ((MyP

[Wicket-user] IComponent*POST*InstantiationListener

2007-07-23 Thread Carlos Pita
Hi all, sometimes I find useful to be able to do some initialization once my component is attached to its hierarchy, mainly to be able to call getPage(). For example, if there are relevant events along some page lifecycle maybe panels contained in it may want to add themselves as listeners: ((MyPa

Re: [Wicket-user] Repaint single row of a DataTable

2007-07-23 Thread Timo Rantalaiho
On Thu, 19 Jul 2007, ChuckDeal wrote: > I am not locked into the DataTable, but I think the repeater is the best > component for what I am trying to do. Is that correct? My general feeling, based on the couple of Wicket projects that I've been involved in, is that DataTable is best suited for a

[Wicket-user] Reloading servlet fails for directory with whitespaces

2007-07-23 Thread Carlos Pita
Hi, this is for Jean Baptiste, I opened a jira issue here https://issues.apache.org/jira/browse/WICKET-778. Cheers, Carlos - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? St

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-23 Thread James Law
Hi Matthias, my 2 cents on orm. As far as which orm/persistence tool, I think a good strategy that I follow is to use them all! Really though, I categorize data access into multiple categories 1. Lots of insert/update stuff use cases, where you want to modify a domain model, put bus logic on dom

Re: [Wicket-user] Sessionless Wicket?

2007-07-23 Thread Jonathan Locke
this is generally in sync with what i know about session usage. if you're using 1.3 and detachable models and so forth, 20K sessions on a reasonable box is not going to be a problem. wicket pages really are pretty small. a very complex one might be 50-100K and i've never actually seen one much

Re: [Wicket-user] Custom session not working...

2007-07-23 Thread Eelco Hillenius
> I have a custom session class that inherits from WebSession. I have > overridden the newSession method in my Application class. The session is > getting used during the request, because I initialize some of its values in > its constructor, and they show up when I attach a label to them in a pag

[Wicket-user] Custom session not working...

2007-07-23 Thread spencer.c
I have a custom session class that inherits from WebSession. I have overridden the newSession method in my Application class. The session is getting used during the request, because I initialize some of its values in its constructor, and they show up when I attach a label to them in a page. A n

[Wicket-user] Logging session contents

2007-07-23 Thread Carlos Pita
Hi all, how can I debug what is being stored into the session? Sometimes there are classes that are Serializable by other reasons than wicket session keeping and are silently serialized into the session. For non-serializable classes I get an exception when logging is at DEBUG level, but I would lik

Re: [Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread Igor Vaynberg
On 7/23/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > On 7/23/07, Christian Alejandro Marquez Grabia <[EMAIL PROTECTED]> wrote: > > The problem is that you have hidden the container in which the > components > > were placed, and later when wicket attempts to add the components, it > can't > >

Re: [Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread Eelco Hillenius
On 7/23/07, Christian Alejandro Marquez Grabia <[EMAIL PROTECTED]> wrote: > The problem is that you have hidden the container in which the components > were placed, and later when wicket attempts to add the components, it can't > find the place where to. > > As Dipu says, you must modify the visibi

Re: [Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread Christian Alejandro Marquez Grabia
The problem is that you have hidden the container in which the components were placed, and later when wicket attempts to add the components, it can't find the place where to. As Dipu says, you must modify the visibility of the inner components, not the container, so when wicket attempts to add the

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-23 Thread Scott Swank
For an enterprise app I don't think that you want Wicket and your ORM to even know that one another exist. I.e. Wicket ^ | v Domain Application ^ | v ORM That said, I've been "happy" with Hibernate. Good luck, Scott On 7/23/07, Matthias Karlsson <[EMAIL PROTECTED]> wrote: > Hi, > >

[Wicket-user] menu or Drop Down w/ arbitrary HTML content?

2007-07-23 Thread Kirk Israel
(Trying not to let my preconceived notions about old school HttpRequest/Response style apps and/or hand coded DHTML javascript cloud my thinking, but it's not easy...) Sometimes I find myself longing for a more comprehensive wicket "cookbook"; wicket-examples starts to go down that road, but isn't

[Wicket-user] About to use Wicket. ORM?

2007-07-23 Thread Matthias Karlsson
Hi, after much evaluation I have finally decided to go with Wicket as the main framework for a new enterprise site and I think I'll be pleased. I have a long road ahead of me though, because while I have much experience with developing desktop applications I'm afraid my understanding of the ht

Re: [Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
That was the issue. Which is odd - really wasn't anything to validate. To test I had overridden the validate method on the form and did nothing with it and now it works. thanks for the help. Matej Knopp-2 wrote: > > Are you sure the form validates right? > > -Matej > > On 7/23/07, carbonba

Re: [Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread Matej Knopp
Are you sure the form validates right? -Matej On 7/23/07, carbonbasednerd <[EMAIL PROTECTED]> wrote: > > In my parent page I create a ModalWindow which has ajaxsubmitbuttons and > works just fine. Within that modal window I have a link which will take the > user to another page within the same M

[Wicket-user] Having problems with ModalWindow and AjaxSubmitButton

2007-07-23 Thread carbonbasednerd
In my parent page I create a ModalWindow which has ajaxsubmitbuttons and works just fine. Within that modal window I have a link which will take the user to another page within the same ModalWindow. That also has AjaxSubmitButtons but they do not appear to be called. The onclick in the source i

Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-23 Thread Igor Vaynberg
i believe the cause of both problems was the same -igor On 7/23/07, ChuckDeal <[EMAIL PROTECTED]> wrote: > > > > igor.vaynberg wrote: > > > > svn update and your quickstart will work > > > > -igor > > > > > > On 7/20/07, ChuckDeal <[EMAIL PROTECTED]> wrote: > >> > >> > >> I am attempting to work

Re: [Wicket-user] Repaint single cell of DataTable, where cell is a Fragment

2007-07-23 Thread ChuckDeal
igor.vaynberg wrote: > > svn update and your quickstart will work > > -igor > > > On 7/20/07, ChuckDeal <[EMAIL PROTECTED]> wrote: >> >> >> I am attempting to work around the problem I described here: >> http://www.nabble.com/Repaint-single-row-of-a-DataTable-tf4111859.html >> >> As a result,

Re: [Wicket-user] validator.w3.org validation

2007-07-23 Thread Al Maw
Maris Orbidans wrote: > I hope it will be fixed. Is there a JIRA issue so we can vote for it ? > > My WEB app. would be 100% valid, if not those ampersands in links. I fixed this in trunk about a week ago. Regards, Al -- Alastair Maw Wicket-biased blog at http://herebebeasties.com

Re: [Wicket-user] Regarding folder selection in Wicket

2007-07-23 Thread Igor Vaynberg
you cannot. input type="file" can only upload files. -igor On 7/23/07, Durai007 <[EMAIL PROTECTED]> wrote: > > > Hi, > > In html, > > I can select the file path. > > But How can I select folder path? Please explain in html and with wicket > also > > Thanking You > Regards > Durai > > -- > Vie

Re: [Wicket-user] Sessionless Wicket?

2007-07-23 Thread Steven Zou
Hi,Maciej,really? it's so exciting. we're choosing framework now,and I prefer wicket, but the heavy session is my care. but there're some questions: (1)where you result from? Is the 20,200 reality request and not from jmeter(or other stress test tool)? (2)300MB/20,000=15KB,Does it mean only 15KB p

[Wicket-user] Magazine

2007-07-23 Thread Holland J . Rita
- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http

Re: [Wicket-user] Regarding Wicket with Dynamic Data

2007-07-23 Thread Oleg Taranenko
Hello Edi, please visit www.databinder.net if you still have questions, welcome. Cheers, Monday, July 23, 2007, 2:24:47 PM, you wrote: > Hi, > my database is mssql/oracle or any. > Consider I have one table name username and address. In table, I have 10 > username and its addresses. > I do

Re: [Wicket-user] one component class , many markap

2007-07-23 Thread Дмитрий Ржевский
In our project we need to create following programs: Administrator upload 1)html template file (which containing markup for forms) 2)xml file and than contain information about fields (type, for fill comboboxex - where search data) User fill forms created by administrator and save information in

Re: [Wicket-user] one component class , many markap

2007-07-23 Thread Дмитрий Ржевский
Thank you. This probably will be useful in future. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius Sent: Tuesday, July 17, 2007 9:30 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] one component class , many markap On

Re: [Wicket-user] one component class , many markap

2007-07-23 Thread Дмитрий Ржевский
Thanks. This is what I needed. Dmitry. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Vaynberg Sent: Tuesday, July 17, 2007 7:43 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] one component class , many markap see component.g

[Wicket-user] Regarding Wicket with Dynamic Data

2007-07-23 Thread Edi
Hi, my database is mssql/oracle or any. Consider I have one table name username and address. In table, I have 10 username and its addresses. I don't have any design pages for this table. My aim is, Initially When I click one link, I have to display username and addressess both textboxes should

Re: [Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread Dipu Seminlal
Don't change the visibility of the container you are trying to repaint. Instead try changing the visibility of the components nested inside the container. Hope that makes sense. Regards Dipu On 7/23/07, atul <[EMAIL PROTECTED]> wrote: > > Hi, > 1.I have a WebMarkupContainer with some componen

Re: [Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread Gerolf Seitz
iirc, you have to call .setOutputMarkupPlaceHolder(true) on the webmarkupcontainer to make this work. gerolf On 7/23/07, atul <[EMAIL PROTECTED]> wrote: > > Hi, > 1.I have a WebMarkupContainer with some components nested. I do > setVisible(false) to it when page loadslater on an ajax request

[Wicket-user] .setVisble not working for webmarkupcontainer

2007-07-23 Thread atul
Hi, 1.I have a WebMarkupContainer with some components nested. I do setVisible(false) to it when page loadslater on an ajax request I try to do .setVisible(true) and repaint it adding it to AjaxRequestTarget & IT DOES NOT SHOW UP Am I going wrong in something? ___

[Wicket-user] Regarding folder selection in Wicket

2007-07-23 Thread Durai007
Hi, In html, I can select the file path. But How can I select folder path? Please explain in html and with wicket also Thanking You Regards Durai -- View this message in context: http://www.nabble.com/Regarding-folder-selection-in-Wicket-tf4129193.html#a11742236 Sent from the Wicket - User

Re: [Wicket-user] Page encoding

2007-07-23 Thread wheleph
Martijn Dashorst wrote: > > http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html > Thanks for the great link. I've set default markup encoding explicitly and it gave the desired result: public class EcoApplication extends SpringWebApplication { ... public final vo

Re: [Wicket-user] Page encoding

2007-07-23 Thread Martijn Dashorst
http://cwiki.apache.org/WICKET/how-to-change-the-character-encoding.html On 7/23/07, wheleph <[EMAIL PROTECTED]> wrote: > > Hello everyone! > > My page markups contain cyrillic strings and the files are encoded in > cp1251. If the server's locale is set to Russian everything works fine. But > if

[Wicket-user] Page encoding

2007-07-23 Thread wheleph
Hello everyone! My page markups contain cyrillic strings and the files are encoded in cp1251. If the server's locale is set to Russian everything works fine. But if it's set to English (US) I get Âõîä instead of Вход. I examined character codes and figured out that the problem is that the mark