we will be moving trunk to branches/wicket-2.0-discontinued and
brancies/wicket-1.x to trunk shortly
-igor
On 4/18/07, Bart Molenkamp <[EMAIL PROTECTED]> wrote:
Hi Igor,
Why did you place the new project in trunk? I thought that trunk wasn't
under active development as it's projects were bas
Hi Igor,
Why did you place the new project in trunk? I thought that trunk wasn't
under active development as it's projects were based on the discontinued
wicket 2.0.
Thanks anyways,
Bart.
Igor Vaynberg wrote:
> and before you ask
>
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-st
Hi,
Maybe it is a better idea to do this only once as part of an
AuthorizationStrategy set up in your Application class? Then after creating
a session everything works like normal until logout.
Example of a real life AuthorizationStrategy can be found here, in this
particular example there is
Very cool initiative. Thanks Igor! I hope there will be many contributions.
Eelco
On 4/18/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> hello all,
> i have just setup a new wicket stuff project called "minis". it is basically
> an umbrella for user contributions that are too small to warrant the
and before you ask
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-minis
-igor
On 4/18/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
hello all,
i have just setup a new wicket stuff project called "minis". it is
basically an umbrella for user contributions that
hello all,
i have just setup a new wicket stuff project called "minis". it is basically
an umbrella for user contributions that are too small to warrant their own
project. we have mumbled about doing this for a while, so here it is.
if you have something small you want to share that you think wil
Hello!
We are currently happily using Wicket to develop our web applications.
Wicket rules!
However, now we are required to make "embeddable Ajax components", you
know, like Google Maps that anybody can embed in their own html.
Can anybody suggest an approach that would allow us to keep as mu
nigel
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to g
class mydatatable extends datatable {
protected Item newRowItem(String id, int index, IModel model)
{
return new OddEvenItem(id, index, model);
}
}
tr.even { background-color:yellow; }
tr.odd { background-color:white; }
-igor
On 4/18/07, craigdd <[EMAIL PROTECTED]> wrote:
W
What is the best way to add alternating back ground colors, or CSS styles to
s when using the DataTable extension object?
--
View this message in context:
http://www.nabble.com/DataTable-alternating-tr-background-colors-tf3604301.html#a10069961
Sent from the Wicket - User mailing list archive at
USER ERROR! I must have had an old build. I build from the latest and things
are working fine.
sorry.
fattymelt wrote:
>
> I'm running the velocity panel example and getting this error. Anyone
> familiar with this?
>
> java.lang.NoSuchMethodError:
> wicket.contrib.markup.html.velocity.Veloci
Yeah. Sorry, we did a big package rename last week, and haven't
updated the wicket-stuff projects yet. I'll give it a look later
today.
Eelco
On 4/18/07, fattymelt <[EMAIL PROTECTED]> wrote:
>
> I'm running the velocity panel example and getting this error. Anyone
> familiar with this?
>
> java.
I'm running the velocity panel example and getting this error. Anyone
familiar with this?
java.lang.NoSuchMethodError:
wicket.contrib.markup.html.velocity.VelocityPanel.replaceComponentTagBody(Lwicket/markup/MarkupStream;Lwicket/markup/ComponentTag;Ljava/lang/String;)V
at
wicket.contrib.m
it doesn't have to be in core, i don't care about some tags
johan
On 4/18/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
well, i removed the functionality from core. do you want it back in there?
yes that simple is possible, i was just being lazy
-igor
On 4/18/07, Johan Compagner <[EMAIL
and to make sure that you don't start using the wrong code:
what we call NOW 2.0 what is still the trunk in svn is discontinued so
that shouldn't be used anymore
On 4/18/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> a.Is there a timeline by which we will have 2.0?...I just wanted to
s
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.x/wicket-contrib-examples
(https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.x/wicket-contrib-examples/src/java/wicket/contrib/examples/velocity)
For Wicket 1.2, it is a separate project:
Hi all,
I work in a windows mostly environment, thus decided to use NTLM
authentication so I wouldn't need to store and check users passwords. On
each WebRequest and WebResponse I check if the user is identified or not,
and if not I go through NTLM's request/response procedure in order to get
use
Can you point me to the correct URL for download, or repository, etc.? The
version I was looking at only included the cdApp example.
Thanks in advance!
Eelco Hillenius wrote:
>
> There is a separate example for VelocityPanel in wicket-contrib-examples
>
> Eelco
>
> On 4/18/07, fattymelt <[
There is a separate example for VelocityPanel in wicket-contrib-examples
Eelco
On 4/18/07, fattymelt <[EMAIL PROTECTED]> wrote:
>
> I know there are posts suggesting links to the wicket-contrib-examples
> "cdApp" example, but it does not use the VelocityPanel as far as I can tell.
>
> Does anyone
I know there are posts suggesting links to the wicket-contrib-examples
"cdApp" example, but it does not use the VelocityPanel as far as I can tell.
Does anyone know if there is an actual example of the VelocityPanel package
up somewhere?
--
View this message in context:
http://www.nabble.com/Ve
> i do hope that it will be:
> ...
No, I meant . It was the whole purpose to just have
one non-HTML attribute.
> well, i removed the functionality from core. do you want it back in there?
Do you mean Johan or me? If the latter one, no I prefer my own
implementation for being flexible. :)
> ye
you are holding a reference to your database object directly.
wicket serializes sessions, so if you hold a reference you have to make sure
that object is serializable.
you have two options:
make the object serializable or keep it in some kind of detachable model,
since its a db object most like
well, i removed the functionality from core. do you want it back in there?
yes that simple is possible, i was just being lazy
-igor
On 4/18/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
i do hope that it will be:
...
On 4/14/07, Thomas Singer < [EMAIL PROTECTED]> wrote:
>
> My IMarkupFilt
could you show us the full stacktrace and your code?
-igor
On 4/18/07, vivek verma <[EMAIL PROTECTED]> wrote:
Hi All,
I am using two panels in a form, in complementary manner.
First panel, UserNamePanel is having the inputs, firstName, middlename,
lastName, and two submit buttons and isRequir
ok you are all set
-igor
On 4/18/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
done, username: syca
/iulian
On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> lulian could you please sign up for wicketstuff.org/jira so i can set
> you as the lead for wicket contrib tinymce
>
> thanks
>
Well, you have to use a relative URL. Wicket actually has good support
for this if you put the image in the same package as the HTML that
references it. You just have to remember to wrap the tag in
tags:
Your image will work both when you preview and at runtime.
This makes it really easy
you can call component.setoutputmarkupid(true); this will add a unique
id="foo" attr to the component's tag.
then somewhere in the code that generates javascript you can get the id by
calling component.getoutputmarkupid()
-igor
On 4/18/07, wicketmarsh <[EMAIL PROTECTED]> wrote:
I fully agre
I suppose you can place a src="absolutePathToUrImagesUnderWeb-root" and have
the actual resource attached to image component by using a relative path and
following constructors--
Image(java.lang.String id, ResourceReference resourceReference) Or
Image(java.lang.String id, new Model(path))
..But
> In my company , we built a really nice employment exchange with wicket and
> we cant wait to launch it. But we need to know that assuming one sticks to
> the best design practice of wicket (using detachable models everywhere and
> stateless pages where necessary), is it so much memory and process
On 4/18/07, Alexey Maksimov <[EMAIL PROTECTED]> wrote:
On Tue, 17 Apr 2007 14:28:49 -0700
"Eelco Hillenius" <[EMAIL PROTECTED]> wrote:
Thank you, this is the by far the most friendly answer.
The others are just making fun of me...
i thought you were making fun of us, and i quote " Maybe I mi
Hello world I'm a beginner and I have a problem with my first Wicket
Application:
I get from a database a list of objects "Ordine" and I have a "ViewOrdini"
page
that correctly show me the list; now I want check an "Ordine" from that list
and
generate a "ViewDettaglioOrdini" page that must show
> The others are just making fun of me...
They make fun of me all the time as well. :)
Eelco
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your X
> Ok. Now I've read about detachable models and terracotta things become
> much clearer to me.
> The question about how many concurrent requests one server with wicket
> can serve, still stands.
> I've read about 500 concurrent requests with 64M heap for wicket 1.3 in
> parallel thread. Any other d
yes, when it is collapsed call border.setrenderbody(false), or whatever that
method is called
-igor
On 4/18/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
Hi, this looks like something borders are for.
-Matej
On 4/18/07, Stefan Kanev <[EMAIL PROTECTED]> wrote:
> Hello. I'm trying to achieve the
Cheers, I saw it. Still no time I'm afraid.
Eelco
On 4/18/07, ChuckDeal <[EMAIL PROTECTED]> wrote:
>
>
> Eelco Hillenius wrote:
> >
> > Thanks. I'll take a look when I can find some time.
> >
> > Eelco
> >
>
> I just merged down from svn from just prior to the package rename and I can
> see that
Hi,
I understand that it is the recommendation to place html files in the src
folder, along with the corresponding java files. However, what about images?
Should I place them with the html and java files as well?
I can actually think of good reasons for placing all images in a central
place.
Mo
> a.Is there a timeline by which we will have 2.0?...I just wanted to
> speculate for myself how much code change would it be ...the later 2.0 comes
> the more we will have to change as we are developing our web app at a fast
> pace...
You don't have to keep up with the latest release thoug
Hi
a.Is there a timeline by which we will have 2.0?...I just wanted to
speculate for myself how much code change would it be ...the later 2.0 comes
the more we will have to change as we are developing our web app at a fast
pace...
b.What are the advantages of using wicket2.0??I read o
i do hope that it will be:
...
On 4/14/07, Thomas Singer <[EMAIL PROTECTED]> wrote:
My IMarkupFilter implementation converts, e.g. ... to No
need
to add parameters at the closing div tag.
Tom
Jean-Baptiste Quenot schrieb:
> * Igor Vaynberg:
>
>> our parser doesnt create the link of clos
Eelco Hillenius wrote:
>
> Thanks. I'll take a look when I can find some time.
>
> Eelco
>
I just merged down from svn from just prior to the package rename and I can
see that quite a few changes were made. I am fixing those problems now and
I can submit a patch for those changes. I still h
Hi All,
I am using two panels in a form, in complementary manner.
First panel, UserNamePanel is having the inputs, firstName, middlename,
lastName, and two submit buttons and isRequired validators for these fields.
Second panel, UserPasswordPanel is having the inputs, loginPassword,
newPassword,c
done, username: syca
/iulian
On 4/17/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
lulian could you please sign up for wicketstuff.org/jira so i can set you
as the lead for wicket contrib tinymce
thanks
-igor
On 4/11/07, Iulian Costan <[EMAIL PROTECTED]> wrote:
> hi,
>
> there is an alread
I fully agree that I need to do it on client side,
can somebody tell me how to access wicket id compoent (in my case it is
addresscomponent which is not html element ) inside javascript.
thanks,
pradip
igor.vaynberg wrote:
>
> however/whatever he wants to do it needs to be done on the client.
waqas shahwar a écrit :
> please unsuscribe me from mailing list.I don't want email from wicket
>
go on https://lists.sourceforge.net/lists/listinfo/wicket-user and do it
yourself
> _
> Express yourself instantly with MSN Messenge
--- Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:
> Yes of course, the reloading filter is not meant to
> work with your
> data layer.
>
> Please read the Javadoc for ReloadingWicketFilter
> carefully, and
> more precisely the paragraph about Spring. Use
> the patterns to
> exclude the
On 4/18/07, Alexey Maksimov <[EMAIL PROTECTED]> wrote:
Thanks again,
Alexey.
P.S.
Is "wicket community is friendly to newbies" is a myth, I wonder?
No, not a myth- they're a very friendly community. I think the way you
formulated your question called for those jokes. You could have posed it
--- Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:
> * Decebal Suiu:
> > I try to use in my application a TestFilter
> (extends
> > ReloadingWicketFilter) and spring annotations and
> I
> > received this exception:
> > "java.lang.IllegalArgumentException: interface
> > test.wicket.service.UserSe
Yes of course, the reloading filter is not meant to work with your
data layer.
Please read the Javadoc for ReloadingWicketFilter carefully, and
more precisely the paragraph about Spring. Use the patterns to
exclude the data layer from the reloading feature, it is only
supposed to incl
On Tue, 17 Apr 2007 14:28:49 -0700
"Eelco Hillenius" <[EMAIL PROTECTED]> wrote:
Thank you, this is the by far the most friendly answer.
The others are just making fun of me...
> > I'm quite new to wicket and I like the concept.
> > However I'm going to build an application that serves many client
--- Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:
> * Decebal Suiu:
> > I try to use in my application a TestFilter
> (extends
> > ReloadingWicketFilter) and spring annotations and
> I
> > received this exception:
> > "java.lang.IllegalArgumentException: interface
> > test.wicket.service.UserSe
* Decebal Suiu:
> I try to use in my application a TestFilter (extends
> ReloadingWicketFilter) and spring annotations and I
> received this exception:
> "java.lang.IllegalArgumentException: interface
> test.wicket.service.UserService is not visible from
> class loader".
> TestFilter contains only
First, the 16000 sessions for a server is a highly theoretical. I
can't imagine single machine that would be able to handle 16000
concurrent request (while of course doing some meaningfull processing,
like updating database...)
With Wicket 1.3, stating that memory is the scalability blocker is
not
please unsuscribe me from mailing list.I don't want email from wicket
_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
--
I try to use in my application a TestFilter (extends
ReloadingWicketFilter) and spring annotations and I
received this exception:
"java.lang.IllegalArgumentException: interface
test.wicket.service.UserService is not visible from
class loader".
TestFilter contains only a static block with this
line:
if you have your database caching worked out (if you cache db objects)
then adding more memory is also easy by placing more servers and use sticky
sessions that are round robin assigned to servers
you also then have fail over "for free"
the biggest bottleneck will be the database and the right ca
Hi, this looks like something borders are for.
-Matej
On 4/18/07, Stefan Kanev <[EMAIL PROTECTED]> wrote:
> Hello. I'm trying to achieve the following effect using Wicket 1.3. I want
> to have a component (let's dub it "widget"), that draws a thin border around
> its contents and makes it possibl
There are often scalability talks about wicket and several users
(thousands). The fact is that Wicket is a tempting framework to use for any
project even websites and not neccesarily intranet applications. Now we all
know that Wicket uses session heaviliy making it memory demanding. But my
questio
yeah eelco is a funny guy.
johan
On 4/18/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
Maybe one of them was ironic.
-Matej
On 4/18/07, Alexey Maksimov <[EMAIL PROTECTED]> wrote:
> On Tue, 17 Apr 2007 14:29:09 -0700
> "Igor Vaynberg" <[EMAIL PROTECTED]> wrote:
>
> > > Where can I get details o
What do you mean with a full link? including host and port? this is not the
case.
bookmarkable page links also generate ../.. so there is not a big difference
there
just look at : http://wicketstuff.org/wicket13/niceurl/the/homepage/path
the ../ doesn't also matter to much because this url just
Maybe one of them was ironic.
-Matej
On 4/18/07, Alexey Maksimov <[EMAIL PROTECTED]> wrote:
> On Tue, 17 Apr 2007 14:29:09 -0700
> "Igor Vaynberg" <[EMAIL PROTECTED]> wrote:
>
> > > Where can I get details of those benchmarks?
> >
> >
> > see here
> >
> > http://wicket-stuff.svn.sourceforge.net/v
On Tue, 17 Apr 2007 14:29:09 -0700
"Igor Vaynberg" <[EMAIL PROTECTED]> wrote:
> > Where can I get details of those benchmarks?
>
>
> see here
>
> http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/branches/wicket-1.x/wicket-benchmark/
>
> it has a jmeter script that executes the bench
Hello. I'm trying to achieve the following effect using Wicket 1.3. I want
to have a component (let's dub it "widget"), that draws a thin border around
its contents and makes it possible to fold and unfold it (pretty much like
the "Quick Contacts" and "Labels" in GMail. In the perfect scenario, I
the application is never serialized, so you are free to hold any references
there you like.
-igor
On 4/17/07, nlif <[EMAIL PROTECTED]> wrote:
Very well. But, this means that not even the Application holds the
services
as members. Every call to getService() will go to the spring context, and
63 matches
Mail list logo