Re: [Wicket-user] set attributes of HTML tag of page ?

2006-08-28 Thread ali
i use 1.2 beta1 , i try checkout trunk from svn but not be success. WebMarkupContainer html = new WebMarkupContainer(html); html.add(new AttributeModifier(dir, true, myModel)); add(html); html wicket:id=html ... but wicket throw exception wicket.WicketRuntimeException: Programming error:

Re: [Wicket-user] set attributes of HTML tag of page ?

2006-08-28 Thread Martijn Dashorst
If you use trunk, then you need to provide the parent as well in the constructor: WebMarkupContainer html = new WebMarkupContainer(this, html); where this is the page. Martijn On 8/28/06, ali [EMAIL PROTECTED] wrote: i use 1.2 beta1 , i try checkout trunk from svn but not be success.

Re: [Wicket-user] How to set AjaxCallDecorator globally ?

2006-08-28 Thread Ingram Chen
wow ! Thanks!Would you mind give me a hint to get start ?On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:there are global events available through _javascript_ for beginning,success, and failure events - so you would have to put code directly into _javascript_ instead of using decorators. -Igor

Re: [Wicket-user] Wicket 1.2.2 available

2006-08-28 Thread Stefan Lindner
-Ursprüngliche Nachricht- Wow! Really great looking new fetures! - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

[Wicket-user] Wicket 2.0 build

2006-08-28 Thread Stefan Lindner
Dear wicket developers, now that I have seen some Wicket 1.2.2 components (e.g. modal diaglos inside of browser) I would really like to try Wicket 2.0. Did someone build a binary distribution? And if so, two questions: 1. where can I download it an 2. Will the wicket extensiions be part of this

Re: [Wicket-user] border and panel and MI

2006-08-28 Thread Gwyn Evans
http://www.wicket-wiki.org.uk/wiki/index.php/Panels_and_borders On 28/08/06, ali [EMAIL PROTECTED] wrote: FAQ : what is actually usecase of border ? please give me some example i think border used to decorate components other than page nad panel becuase MI , panel easily service this area.

[Wicket-user] Strange error

2006-08-28 Thread nils steen
Hi, I'm getting a strange error on my site. It doesn't always occur, but i can't determine when it does.My iwx.iwxWebBase.IwxExceptionHandler extends WebPage, but should I also make it serializable?Thanks for your help. Nils09:54:34,718 ERROR WebPage:341 - Page [Page class =

Re: [Wicket-user] How to set AjaxCallDecorator globally ?

2006-08-28 Thread Igor Vaynberg
Wicket.Ajax.registerPreCallHandler(new function() {...});Wicket.Ajax.registerPostCallHandler(..); === successWicket.Ajax.registerFailureHandler(..);mind making a wiki page?-Igor On 8/27/06, Ingram Chen [EMAIL PROTECTED] wrote: wow ! Thanks!Would you mind give me a hint to get start ?On 8/28/06,

Re: [Wicket-user] Strange error

2006-08-28 Thread Igor Vaynberg
when auto-multiwindow-support feature is activated wicket will need to clone the active Page object when a user opens a new tab/window.it looks like in your page you are holding on to org.apache.catalina.session.StandardSessionFacade object somehow which is not serializable.what you can do is

Re: [Wicket-user] Wicket 2.0 build

2006-08-28 Thread Frank Bille
There is a maven snapshot repository here:http://maven.sateh.com/wicket/wicket/FrankOn 8/28/06, Stefan Lindner [EMAIL PROTECTED] wrote: Dear wicket developers,now that I have seen some Wicket 1.2.2 components (e.g. modal diaglosinside of browser) I would really like to try Wicket 2.0.Did someone

Re: [Wicket-user] Wicket 2.0 build

2006-08-28 Thread Igor Vaynberg
yes, but the 2.0 builds havent been updated since aug 5th...janne, are you reading with us?-IgorOn 8/28/06, Frank Bille [EMAIL PROTECTED] wrote:There is a maven snapshot repository here: http://maven.sateh.com/wicket/wicket/Frank On 8/28/06, Stefan Lindner [EMAIL PROTECTED] wrote: Dear wicket

[Wicket-user] Session management

2006-08-28 Thread Nino Wael
Hi I was wondering how wicket maintains its session state. We are currently working on a crossbrowser application, where our application(wicket) lives within an Iframe. If we hit refresh on the page, wicket looses its session id. As far as I can see wicket does store the session id in a

Re: [Wicket-user] Wicket 2.0 build

2006-08-28 Thread Janne Hietamäki
Fixed, the packages should be updated shortly. I disabled the deployment when there was some network problems between the servers.JanneOn 28.8.2006, at 10.38, Igor Vaynberg wrote:yes, but the 2.0 builds havent been updated since aug 5th...janne, are you reading with us?-IgorOn 8/28/06, Frank Bille

Re: [Wicket-user] Session management

2006-08-28 Thread Janne Hietamäki
On 28.8.2006, at 10.53, Nino Wael wrote: Hi I was wondering how wicket maintains it’s session state. We are currently working on a crossbrowser application, where our application(wicket) lives within an Iframe. If we hit refresh on the page, wicket looses its session id. As far as I can see wicket

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
That was what I thought, I do know that wicket is not the bad guy hereJ Whats the default timeout on the cookie? Or am I barking up the wrong leg? .regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janne Hietamäki Sent: 28. august 2006 09:56 To:

Re: [Wicket-user] Session management

2006-08-28 Thread Janne Hietamäki
Session cookie expires when browser is shut down, but on the server side the default is 30 minutes. This can be altered in the web.xml by adding something like this:session-config  session-timeout60/session-timeout/session-configJanneOn 28.8.2006, at 11.00, Nino Wael wrote: That was what I

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
Ahh, wasnt sure if you used something special. We use both mounted urls and url parameters, im wondering if this could give us the problem so for example we could have a link like this: http://Server/viewer/overblik/Y03 where this is the raw page http://server/viewer and

Re: [Wicket-user] Session management

2006-08-28 Thread Janne Hietamäki
What kind of problems do you really have? May be you should check this http://www.wicket-wiki.org.uk/wiki/index.php/Using_framesJanneOn 28.8.2006, at 11.23, Nino Wael wrote: Ahh, wasnt sure if you used something special. We use both mounted urls and url parameters, im wondering if this could give

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
Our problem is that every time you hit the refresh, wicket apparently looses track of session. And creates a new sessionid. The above is not so critical in it self, yet. But we have to create authentication, so the user can login if user wants to. I've tested the above with a simple html

Re: [Wicket-user] Session management

2006-08-28 Thread Johan Compagner
you could use the FireFox plugin Tamper Data and look what is sent to wicket.See if the session cookie is sent to the server yes or no.johanOn 8/28/06, Nino Wael [EMAIL PROTECTED] wrote: Our problem is that every time you hit the refresh, wicket apparently looses track of session. And creates a

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
Im using Paros, trying out the plugin for firefox. But as far as I can see Wicket asks to set a new session(initial page): http://img181.imageshack.us/my.php?image=session1pq3.jpg second hit:

[Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-28 Thread Ingram Chen
I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page, path = 1.Loop$LoopItem]] from null parent!java.lang.IllegalStateException: Cannot

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
This migth be a stupid question but does getPageMap().clear(); clear the session aswell? Regards Nino From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 28. august 2006 11:04 To:

Re: [Wicket-user] How to set AjaxCallDecorator globally ?

2006-08-28 Thread Ingram Chen
Yea, I will try to do after migration to 1.2.2 complete. :-)On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:Wicket.Ajax.registerPreCallHandler(new function() {...});Wicket.Ajax.registerPostCallHandler (..); === successWicket.Ajax.registerFailureHandler(..);mind making a wiki page?-Igor On

Re: [Wicket-user] Session management

2006-08-28 Thread Janne Hietamäki
If the page and the iframe content does not originate from the same server the browser security settings can cause the cookies are not accepted. For example on firefox setting Preferences/Privacy/Cookies/ for the originating site only should not be set. If the cookie is set, the

[Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Tomer Mevorach
hi, I have noticed that its impossible to initialize wickets date picker with server time. the reason for that lies in calendar-setup.js (line 159): if (dateEl) params.date = Date.parseDate(dateEl.value || dateEl.innerHTML, dateFmt); I think that if Date.parseDate(dateEl.value ||

Re: [Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Johan Compagner
please make a patch then we will apply it.johanOn 8/28/06, Tomer Mevorach [EMAIL PROTECTED] wrote: hi,I have noticed that its impossible to initialize wickets date pickerwith server time. the reason for that lies in calendar-setup.js (line 159):if (dateEl)params.date = Date.parseDate(dateEl.value

Re: [Wicket-user] Session management

2006-08-28 Thread Korbinian Bachl
why dont you disable cookies in web.xml and rely on url rewriting then??? Regards, Korbinian -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nino Wael Gesendet: Montag, 28. August 2006 15:32 An: wicket-user@lists.sourceforge.net

Re: [Wicket-user] Session management

2006-08-28 Thread Nino Wael
I see the problem, as a default firefox actually allows 3rd party cookies. But we are targeting IE 6(SP2) which does not by default allow 3rd party cookies. Thanks for your mail. Regards Nino -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Janne

Re: [Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Tomer Mevorach
in calendar-setup.js (wicket-extensions-1.2.2): replace line 158 (if (dateEl)) with if (dateEl (dateEl.value || dateEl.innerHTML)). Regards, Tomer Johan Compagner wrote: please make a patch then we will apply it. johan On 8/28/06, *Tomer Mevorach* [EMAIL PROTECTED] mailto:[EMAIL

[Wicket-user] WebObjects open source?

2006-08-28 Thread Martijn Dashorst
Apple will make (most of) WebObjects open source with the new release (http://www.thinksecret.com/news/0608webobjects.html). Has anyone worked with WebObjects and wishes to comment on it compared to Wicket? Martijn -- Download Wicket 1.2.2 now! New Ajax components: Tree, TreeTable and

Re: [Wicket-user] AjaxTabbedPanel is broken (wicket-1.2.2)

2006-08-28 Thread Johan Compagner
can you make a bug report of this?On 8/28/06, Ingram Chen [EMAIL PROTECTED] wrote: I upgrade latest 1.2.2 from 1.2.0, but AjaxTabbedPanel is broken undercertain condition:=ERROR - RequestCycle - Cannot remove [MarkupContainer [Component id = 1, page = No Page,

Re: [Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Eelco Hillenius
Applied. Cheers, Eelco On 8/28/06, Tomer Mevorach [EMAIL PROTECTED] wrote: in calendar-setup.js (wicket-extensions-1.2.2): replace line 158 (if (dateEl)) with if (dateEl (dateEl.value || dateEl.innerHTML)). Regards, Tomer Johan Compagner wrote: please make a patch then we will apply

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Janne Hietamäki
On 26.8.2006, at 0.05, Eelco Hillenius wrote: The kind of discussion that is appropriate here though is if people find features/ tricks/ whatever that might make Wicket better. Just like what Howard has done? ;) http://howardlewisship.com/blog/2006/08/tapestry-5-progress-class-

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Igor Vaynberg
so what happens if an instance of the class that needs to be reloaded is in session? what if something holds a reference to it?that means some of your code might expect the new class but get the old one instead? remember tapestry doesnt hold state in objects like wicket does - at least not 4.x -

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Eelco Hillenius
H. I'm a committer of JettyLauncher. Johan is a committer of the Sysdeo Tomcat plugin. The options we have ;) Eelco On 8/28/06, Janne Hietamäki [EMAIL PROTECTED] wrote: On 26.8.2006, at 0.05, Eelco Hillenius wrote: The kind of discussion that is appropriate here though is if

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Eelco Hillenius
Yeah. We're dependent on the Java environment itself to fix it. We all voted on that issue (started by Geert Bevin I believe) didn't we? Eelco On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote: so what happens if an instance of the class that needs to be reloaded is in session? what if

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Igor Vaynberg
but this has nothing to do with the launchers - its a classloader-IgorOn 8/28/06, Eelco Hillenius [EMAIL PROTECTED] wrote:H. I'm a committer of JettyLauncher. Johan is a committer of the Sysdeo Tomcat plugin. The options we have ;)EelcoOn 8/28/06, Janne Hietamäki [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Igor Vaynberg
if we /can/ make it work then im all for it, but i just dont think we can.-IgorOn 8/28/06, Eelco Hillenius [EMAIL PROTECTED] wrote:Yeah. We're dependent on the Java environment itself to fix it. We all voted on that issue (started by Geert Bevin I believe) didn't we?EelcoOn 8/28/06, Igor Vaynberg

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread Eelco Hillenius
Could you please provide us with a little bit of code to look at your case? Thanks, Eelco On 8/25/06, landtuna [EMAIL PROTECTED] wrote: I have a POJO that is the object for my WebPage's Model (let's call it SystemState). Some components need to interact with this object in a non-trivial

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Joni Freeman
Yes! I've cast all my votes for it. There's very good chance that hotswap will be enhanced for Java 7 http://forum.java.sun.com/thread.jspa?threadID=572396start=30tstart=120 Joni On Mon, 2006-08-28 at 10:08 -0700, Eelco Hillenius wrote: Yeah. We're dependent on the Java environment itself to

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Eelco Hillenius
I know, I was referring to the last section. What fun we could have if we change the classloading for every new release. I know that compared with the Sysdeo plugin, JettyLauncher takes an extremely simplified approach to classloading. Works fine for development, but the Tomcat plugin actually

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Eelco Hillenius
Coolio. Eelco On 8/28/06, Joni Freeman [EMAIL PROTECTED] wrote: Yes! I've cast all my votes for it. There's very good chance that hotswap will be enhanced for Java 7 http://forum.java.sun.com/thread.jspa?threadID=572396start=30tstart=120 Joni On Mon, 2006-08-28 at 10:08 -0700, Eelco

Re: [Wicket-user] Eclipse plugins - Hibernate tools / Wicket Bench conflict

2006-08-28 Thread Joni Freeman
On Sun, 2006-08-27 at 16:00 +0200, Jan Mikkelsen wrote: Has anyone experienced problems with the Hibernate tools plugin after installing Wicket Bench? In my case, the Hibernate tools plugin seems to have disappeared. And I have tried -clean. Any ideas? Hmm, i don't use hibernate plugin so i

Re: [Wicket-user] Creating Panel to display a list of Panels

2006-08-28 Thread ChuckDeal
igor.vaynberg wrote: the best way, imho, to do the collapsable panels is to use borders in combination with setborderbodyvisible(). that way you can wrap any component or components into this collapsable border and not be limited to only wrapping a panel. the border will contain a header

Re: [Wicket-user] Creating Panel to display a list of Panels

2006-08-28 Thread Igor Vaynberg
well - first of all there is a separation of concernstoggle is the toggle collapsable border that wraps somethingwhat it wraps just happens to be some repeater but could be anything else reallyso its not necessarily healthy to merge the two somehow. now if you do want to merge them you can use a

[Wicket-user] wicket application unit testing advice

2006-08-28 Thread Jaime De La Jara
Hi, I've looking for how can I unit test the pages that compose the phonebook example application and I've seen different approaches that cause me some confusion. In the examples package the tests are based in jWebUnit, also I found the WicketTester utility class and in the wiki I found an article

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread landtuna
Eelco Hillenius wrote: Could you please provide us with a little bit of code to look at your case? Here is the most trivial case I could come up with. Click the number 1. Click your browser's back button. Click the number 2. I would expect the page to say 1 200, but it says, 100 200.

Re: [Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Johan Compagner
also something like this:@Overridepublic String toScript(Locale locale, String format) { StringBuffer script = new StringBuffer(super.toScript(locale,format)); //init date picker with server time int last = script.length() - 1; if (',' != script.charAt(last)) {

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Johan Compagner
we can't add class loaders on top of the web app class loaderThat is a very very bad idea. That will not work completely right in clustering or shutdown and then startup of a web app server.Because they can't find the classes then that are loaded with a class loader that is on top of a

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread landtuna
I got past my original problem by changing my onClick methods to look like this. Is this the right approach? public void onClick() { final int oldA = ((StatePojo) getPage().getModelObject()).getA(); TestPage.this.addStateChange(new

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread Igor Vaynberg
i believe property model should be doing that for you. johan are you reading with us?-IgorOn 8/28/06, landtuna [EMAIL PROTECTED] wrote:I got past my original problem by changing my onClick methods to look like this.Is this the right approach?public void onClick() {final int oldA =

Re: [Wicket-user] Howard is bluffing here ...

2006-08-28 Thread Eelco Hillenius
I'd rather keep focussed on the framework itself, and let SUN handle the classloading thing. Eelco On 8/28/06, Johan Compagner [EMAIL PROTECTED] wrote: we can't add class loaders on top of the web app class loader That is a very very bad idea. That will not work completely right in clustering

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread landtuna
igor.vaynberg wrote: i believe property model should be doing that for you. johan are you reading with us? I think I can see why PropertyModel isn't doing it - There's a block inside ModelChange that skips cloning the model if the model of the component that's changing is the same as

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread landtuna
Removing the if block below the comment If the component is using the same model as the page in ModelChange.java fixes the problem. I suspect this change breaks something else, though, so someone else should look into what the correct fix is. -- View this message in context:

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread Eelco Hillenius
Would you mind creating an issue for this, so we can track it/ won't forget to address it? Thanks, Eelco On 8/28/06, landtuna [EMAIL PROTECTED] wrote: Removing the if block below the comment If the component is using the same model as the page in ModelChange.java fixes the problem. I

[Wicket-user] wicket CMS type components...

2006-08-28 Thread Erik Brakkee
Hi, I am considering to develop reusable Content Management System like components for polls, comments, blogs, news items, frequently asked questions, and links. Each component would have an interface for users and administrators. Access for regular users would be restricted to certain roles or

[Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-28 Thread Pierre-Yves Saumont
Hello, When defining a script to use with decorateOnFailureScript in AjaxCallDecorator, it is not possible do write: public CharSequence decorateOnFailureScript(CharSequence script) { return alert(\message\); } one can only use single quotes: public CharSequence

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Igor Vaynberg
heh, wicket seems like /the/ framework for writing cms :)there has been a lot of talk but not a whole lot of action.i found this: http://code.google.com/p/cms12/ you might want to get in touch with the authora few students from Topicus are going to write one as a grad project - martijn has more

Re: [Wicket-user] Double quotes in AjaxCall Decorator scripts

2006-08-28 Thread Igor Vaynberg
not that much we can do since the event script is already in quotes when in html eg style="color: rgb(255, 0, 0);">foo(); if its a big problem write out the message in a standalone js function and call that func from the call decorator.-IgorOn 8/28/06, Pierre-Yves Saumont [EMAIL PROTECTED]

Re: [Wicket-user] Versioning a PropertyModel backed by another Model

2006-08-28 Thread landtuna
Eelco Hillenius wrote: Would you mind creating an issue for this, so we can track it/ won't forget to address it? Thanks, Entered as issue 1548207. -- View this message in context: http://www.nabble.com/Versioning-a-PropertyModel-backed-by-another-Model-tf2166294.html#a6029382 Sent from

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Alexandre Bairos
I´m also interested. Definitely it would be great to coordinate efforts.On 8/28/06, Igor Vaynberg [EMAIL PROTECTED] wrote:heh, wicket seems like /the/ framework for writing cms :) there has been a lot of talk but not a whole lot of action.i found this: http://code.google.com/p/cms12/ you might

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Eelco Hillenius
i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author Here's the blog http://www.octonary.com/blog/ sounds like we need to pull the efforts together on this one since there are so many ppl interested. I'd be interested in helping out here and there

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Upayavira
Eelco Hillenius wrote: i found this: http://code.google.com/p/cms12/ you might want to get in touch with the author Here's the blog http://www.octonary.com/blog/ sounds like we need to pull the efforts together on this one since there are so many ppl interested. I'd be interested in

[Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
Hi, Just a something I'm a bit confused about being a wicket hobbyist. Why does wicket provide so many different options for the display of tables (as seen in the wicket contrib examples). It makes it hard to figure out which is the correct/or suitable method. Any guidance ? Also, are there

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Igor Vaynberg
simple answer is because :)if you look at the class hieararchy you will see that every repeater builds on the other.at the top we have RepeatingView - this is a very basic repeater. you add items to it - those items are rendered using the repeater's markup. thats all it does. below that we have a

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Gustavo Santucho
real-time pluggable bundles Or the Netbeans Runtime Container. http://dvbcentral.sourceforge.net/netbeans-runtime.html - Gustavo. - Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Igor Vaynberg
i know apache felix (osgi r4/5?) people have done some integration work with wicket.-IgorOn 8/28/06, Gustavo Santucho [EMAIL PROTECTED] wrote: real-time pluggable bundlesOr the Netbeans Runtime Container.

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
Hi Igor, Thanks for that nice explanation. It's totally clear now. I've added a wiki entry under http://www.wicket-wiki.org.uk/wiki/index.php/Reference_library#Wicket_reference at http://www.wicket-wiki.org.uk/wiki/index.php/Tablesandgrids It is still very rough, but that's all the time I

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Igor Vaynberg
thanks huy-IgorOn 8/28/06, Huy Do [EMAIL PROTECTED] wrote: Hi Igor,Thanks for that nice explanation. It's totally clear now. I've added awiki entry underhttp://www.wicket-wiki.org.uk/wiki/index.php/Reference_library#Wicket_reference athttp://www.wicket-wiki.org.uk/wiki/index.php/TablesandgridsIt

Re: [Wicket-user] wicket CMS type components...

2006-08-28 Thread Eelco Hillenius
Several. For instance http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:wicket-basics. Read more on http://www.wicket-wiki.org.uk/wiki/index.php/OSGi (don't know how up-to-date that is, we had a couple of improvements for classloading the last few versions). Eelco On 8/28/06, Igor Vaynberg [EMAIL

Re: [Wicket-user] trying to initialize wickets date picker with server time

2006-08-28 Thread Tomer Mevorach
Thanks. Eelco Hillenius wrote: Applied. Cheers, Eelco On 8/28/06, Tomer Mevorach [EMAIL PROTECTED] wrote: in calendar-setup.js (wicket-extensions-1.2.2): replace line 158 (if (dateEl)) with if (dateEl (dateEl.value || dateEl.innerHTML)). Regards, Tomer Johan Compagner wrote: