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
> 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
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
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
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
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
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
> 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
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
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
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
> >
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
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
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,
>
>
(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
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
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
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
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
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
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,
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
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
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
-
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
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
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
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
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
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
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
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
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?
___
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
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
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
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
37 matches
Mail list logo