Re: Extending parent of the parent markup

2007-11-30 Thread buealb
No, I cannot to extend AbstractTableView, because I have subclasses of TableView as SearchView that contains additional functionality, and I need to extend this SearchView. Alex Objelean wrote: I still think that you should not extend TableView, but AbstractTableView. So, you hierarchy

Re: Re[2]: AjaxSelfUpdatingTimerBehavior does not work when replaced into a page

2007-11-30 Thread Johan Maasing
On Nov 30, 2007 6:41 AM, Иванов Дмитрий [EMAIL PROTECTED] wrote: Everybody hello. As far as i know: - if ypu add to some component ajax timer behaviour and then add this component to ajax target while handling another ajax behaviour - there's no header contributed javascript added

Re: Extending parent of the parent markup

2007-11-30 Thread Alex Objelean
I still think that you should not extend TableView, but AbstractTableView. So, you hierarchy would look like this: View (with markup) |-- AbstractTableView | -- MyView (provides its markup) |-- TableView (with markup) | -- SearchView Alex. buealb wrote:

[RFE] BehaviorWrapper

2007-11-30 Thread Alex Objelean
I think that it would be useful to have a BehaviorWrapper in wicket core, something similar to ServletRequestWrapper. The idea is that I want to be able to override some methods of the behavior which is created by a factory or utility method. Any thoughts? Regards, Alex. -- View this message

cannot render a menubar using menu2 package

2007-11-30 Thread rik rik
Hi to all, I've downloaded the sources of menu2 from svn, but I'm not able to make it working properly, because the page is not correctly rendered My code (very simple) is this YuiMenuBar menubar=new YuiMenuBar(menubar,menubar); YuiMenuBarItem fileitem=menubar.addMenu(file); YuiMenuBarItem

Re: Create a report based on a wicket page using DynamicJasper

2007-11-30 Thread cblehman
While this topic is not really related to Wicket, I have done something similar (Dynamic Jasper layouts) Jasper by itself does not support this type of thing, but you can use Velocity Templates to create teh Jasper Design jrxml file dynamically based on the columns you need. Here is a good link

Re: Serialized pages location on the disk ?

2007-11-30 Thread mfs
Since i want to give a centralized disk-store for all the clustered nodes. As for the file-param constructor, i think it would certainly be helpful. Farhan. Johan Compagner wrote: First why do you want to change the default file location? Also i thing we should improve the javadoc a

Re: [RFE] HeaderContributor.forFavicon(Reference)

2007-11-30 Thread Eelco Hillenius
On Nov 30, 2007 4:29 AM, William Hoover [EMAIL PROTECTED] wrote: While your on the subject... shouldn't there be a forJavaScript that is external from the HeaderContributor that does a more intelligent insertion of the script farther down the dom tree to increase performance

Re: Serialized pages location on the disk ?

2007-11-30 Thread Johan Compagner
The problem is that the DiskPageStore doesn't work really for clustering So you can save it to 1 place, but when a failover happens that file can't be picked up by another server. (or matej has to have fixed this in the last few days) Also we have a pool of open file channels to the file per

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-11-30 Thread Eelco Hillenius
On Nov 30, 2007 5:20 PM, Johan Compagner [EMAIL PROTECTED] wrote: a few: http://flickr.com/photos/tags/wicketmeeting/ Nice. Any way we can add those to the group I recently created? See http://flickr.com/groups/wicket/ Eelco

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-11-30 Thread Eelco Hillenius
On Nov 30, 2007 4:38 PM, Johan Compagner [EMAIL PROTECTED] wrote: The number of people that eventually really attended was really high, and i enjoyed it a lot. Special thx to Arjé for organizing it in this way, if you have a wicket feature request tell me! ;) Where are the pictures, slides

Re: [RFE] HeaderContributor.forFavicon(Reference)

2007-11-30 Thread Igor Vaynberg
you can already sorta do this our iheadercontributor's iheaderresponse has renderOnDomReadyJavascript and renderOnLoadJavascript so you can put javascript that will be executed after page loads.. -igor On Nov 30, 2007 4:29 AM, William Hoover [EMAIL PROTECTED] wrote: While your on the

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-11-30 Thread Igor Vaynberg
On Nov 30, 2007 4:38 PM, Johan Compagner [EMAIL PROTECTED] wrote: if you have a wicket feature request tell me! ;) i would like transparent clustering client side state without requirement for js jsf integration jsp integration maverick integration gwt widgets extjs widgets cms lib world piece

Re: Thx everybody that attended the user group meeting in The Netherlands

2007-11-30 Thread Johan Compagner
a few: http://flickr.com/photos/tags/wicketmeeting/ On Dec 1, 2007 2:17 AM, Eelco Hillenius [EMAIL PROTECTED] wrote: On Nov 30, 2007 4:38 PM, Johan Compagner [EMAIL PROTECTED] wrote: The number of people that eventually really attended was really high, and i enjoyed it a lot. Special

Re: Serialized pages location on the disk ?

2007-11-30 Thread Matej Knopp
Sorry, that will not work anyway. The files stored on disk are not self-contained. The index required to interpret the files is stored in memory and is specific for each node. The DiskPageStore at this point doesn't support session replication (thus no back button for replicated session). However,

Re: Serialized pages location on the disk ?

2007-11-30 Thread C.
On Sat, 2007-12-01 at 01:35 +0100, Johan Compagner wrote: The problem is that the DiskPageStore doesn't work really for clustering So you can save it to 1 place, but when a failover happens that file can't be picked up by another server. (or matej has to have fixed this in the last few days)

Thx everybody that attended the user group meeting in The Netherlands

2007-11-30 Thread Johan Compagner
The number of people that eventually really attended was really high, and i enjoyed it a lot. Special thx to Arjé for organizing it in this way, if you have a wicket feature request tell me! ;) johan

Re: cannot render a menubar using menu2 package

2007-11-30 Thread James McLaughlin
rik rik, you don't need to include the yui libraries. YuiMenuBar will do that automatically. Remove them from your html and everything should work fine. best, jim On Nov 30, 2007 3:58 AM, rik rik [EMAIL PROTECTED] wrote: Hi to all, I've downloaded the sources of menu2 from svn, but I'm not

Re: Serialized pages location on the disk ?

2007-11-30 Thread mfs
I see..what about SimpleSynchronousFilePageStore, doesnt this solve the problem ? i remember johan about it being an alternative (other than using an httpsessionstore as per 1.2) in clustered-env/shared disk scenario... Also the replication DiskPageStore you're talking about, when approx is

org.apache.wicket.WicketRuntimeException: no set method defined for value: [] on object:

2007-11-30 Thread narup
Hello All, Can anyone tell me why this error comes up, it was not there in wicket1.2.6. i see this after i did an upgrade. thanks -- View this message in context:

Re: cannot render a menubar using menu2 package

2007-11-30 Thread Doug Leeper
Rik, I am the primary author on this. Have you taken a look at the examples in wicketstuff-yui-examples? I have created examples for the Menu, MenuBar, and ContextMenu for menu2 package. You may ask...why menu2...b/c menu was taken and this iteration was completely revamped. The original

Re: [RFE] BehaviorWrapper

2007-11-30 Thread Igor Vaynberg
dont know if we need a decorator in core..its trivial to generate one with eclipse and probably other ides... -igor On Nov 30, 2007 12:09 AM, Alex Objelean [EMAIL PROTECTED] wrote: I think that it would be useful to have a BehaviorWrapper in wicket core, something similar to

Re: Gzip filter and resource problem

2007-11-30 Thread Matej Knopp
Yes. Your filter should check if the resource is already compressed. Wicket compress javascripts and css files already. Your filter probably compresses it again. -Matej On Nov 30, 2007 3:51 PM, Artur W. [EMAIL PROTECTED] wrote: Hi! I added Gzip Filter because my pages are really huge ;) I

Gzip filter and resource problem

2007-11-30 Thread Artur W.
Hi! I added Gzip Filter because my pages are really huge ;) I don't know if it is a firefox or Wicket (1.3rc1) bug but the resources are compressed and firefox don't uncompressed it. The problem is for example with:

Re: Is wicket-contrib-jasperreports alive?

2007-11-30 Thread cblehman
I have used the project to create links to Jasper Report resources (with wicket1.3 beta3) and it works fine for me. The Repository link I got the project from is: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff -Clay Newgro wrote: Hi *, i'm realy interested in this. The cvs

Re: wicketAjaxGet is not defined.. javascript error

2007-11-30 Thread narend
Thanks Matej! I think I will try upgrading to 1.3 will let you all you know if that solved it. On a related note.. I found a post with the same problem as mine. I hard-coded the ajax script in the header like the post suggested and it solved the issue. But hard-coding is not a real long-term

Re: Ajax Memory Leak in IE

2007-11-30 Thread Matej Knopp
Hi, sorry, it was a regression. Should be fixed in current trunk. -Matej On Nov 30, 2007 2:28 PM, Antoine Angénieux [EMAIL PROTECTED] wrote: To be a bit more explicit : I checked in the Ajax Debug window, the Ajax called is made, the response is received, but then I have the following error

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
Matej Knopp a écrit : Hi, sorry, it was a regression. Should be fixed in current trunk. Don't, shit happens ! Thanks alot for reacting so quickly, You guys are marvelous ;) Cheers, Antoine. PS: Just tested it, and it works just fine -Matej On Nov 30, 2007 2:28 PM, Antoine Angénieux

Re: defaultNullLabel()

2007-11-30 Thread Gerolf Seitz
Alex, this is fixed in current trunk and will be included in 1.3.0-rc2, which frank might be starting to release this weekend. Regards, Gerolf On Nov 30, 2007 2:04 PM, Alexander Landsnes Keül [EMAIL PROTECTED] wrote: I have something of the same issue, if you have a value of in an

Re: defaultNullLabel()

2007-11-30 Thread Roy van Rijn
It doesn't look like the defaultNullLabel() can cause such a problem.. Have you tried your code without overwriting the default label? Also, when you create your RLabel you use the string label, is this on purpose or did you mean to use componentId. (the original code has:Label label = new

Re: Is wicket-contrib-jasperreports alive?

2007-11-30 Thread Evan Chooly
The project lives in svn in the wicket-stuff repo. Last I worked with it, I had started migrating it to wicket 1.3 but that was back when there was a wicket 2.0 in the works. It should still be compatible with today's 1.3 but I haven't touched it in months as I haven't had to use JR in sometime.

RE: [RFE] HeaderContributor.forFavicon(Reference)

2007-11-30 Thread William Hoover
While your on the subject... shouldn't there be a forJavaScript that is external from the HeaderContributor that does a more intelligent insertion of the script farther down the dom tree to increase performance (http://developer.yahoo.com/performance/rules.html#js_bottom)? -Original

defaultNullLabel()

2007-11-30 Thread leonardouit
Hi here. I have a class that extends AjaxEditableLabel. The overriden methods newEditor and newLabel look as following: protected FormComponent newEditor(MarkupContainer parent, String componentId, IModel model){ RTextField editor =

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
Just updated and rebuilt from the trunk, and now Ajax the pager component in AjaxFallbackDefaultDataTable do not work any more... (IE6 and IE7) Cheers, Antoine. picknick a écrit : Wow, you're quick. Thanks. Matej Knopp-2 wrote: Hi, should be fixed in latest trunk. -Matej On Nov 26,

Re: Re[2]: AjaxSelfUpdatingTimerBehavior does not work when replaced into a page

2007-11-30 Thread Matej Knopp
Could be caused by https://issues.apache.org/jira/browse/WICKET-745 (read the last comment) -Matej On Nov 30, 2007 9:37 AM, Johan Maasing [EMAIL PROTECTED] wrote: On Nov 30, 2007 6:41 AM, Иванов Дмитрий [EMAIL PROTECTED] wrote: Everybody hello. As far as i know: - if ypu add to some

Re: Generating email body with wicket

2007-11-30 Thread Nazmi ZORLU
I solve this one like that (I'm not sure if it is a good way or not) : My Contact Form's HTML Part: ... form wicket:id=contactForm table width=100% tr th colspan=2Contact Us/th /tr tr tdName /td tdinput type=text wicket:id=name//td

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-30 Thread Sebastiaan van Erk
What do you mean exactly? That the client has to load the entire stream first? I don't see why, because gzip is a perfectly streamable protocol and the stream can be unzipped on the fly when loaded into the browser. It is true that mod_gzip *does* compress the entire response before starting

Generating email body with wicket

2007-11-30 Thread Pills
Hi everybody, just a little question: is there a way to use wicket to generate the body of an html email? I mean, is it possible to output a page in an another place than the servlet's response outup (like a ByteArrayOutputStream)? If yes, then I'll be able to put it to my email's body ;)

Asynchronous Ajax update of Panels, non-blocking

2007-11-30 Thread axess
Dear Wicket team, I have a page with Panels that need some more operation time to construct their model, because of heavy statistics calculation and database operations. The Panels should render their content when they are done after some seconds, but the user shouldn't get blocked with using

Re: Wicket-Seam Integration

2007-11-30 Thread Frank Martínez
Hi Cemal, I am sorry because the delay I was on vacations until today .. I will start the thread tomorrow and i will send you the link. Thanks for your interest. Sorry about my bad English. Regards, Frank. On Nov 26, 2007 7:34 AM, jweekend [EMAIL PROTECTED] wrote: Frank, I have

Re: [RFE] HeaderContributor.forFavicon(Reference)

2007-11-30 Thread Ryan Sonnek
See the Wicket FeedResource in wicketstuff for an example. I'm not saying it's perfect, but I *do* think it's a step in the right direction. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-rome/src/main/java/org/wicketstuff/rome/FeedResource.java On Nov 30, 2007

Re: Extending parent of the parent markup

2007-11-30 Thread buealb
hi, jeje, We really have AbstractTableView, but the problem is another. We have a hierarchy like this: View (with markup) |-- AbstractTableView |-- TableView (with markup) | -- SearchView | -- MyView Where is in MyView where I want to

Binding application to another thred

2007-11-30 Thread Vit Rozkovec
Good day, when I create new thread, what is the proper way of binding application to this new thread? Vitek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [RFE] packed JS in DEPLOYMENT mode.

2007-11-30 Thread David Bernard
What do you mean by included resources ? By default every js and css under src/main/resources, src/main/webapp, src/main/js are minified. (using the resources option is for exceptionnal case) Contact me privatly for questions about the plugin (not related to wicket). Alex Objelean wrote:

Changing a ResourceLink's resource.

2007-11-30 Thread mbelarbi
I have a: ResourceLink attachment = new ResourceLink(attachmentLink, source); add(attachment); Where source is a Resource. How do i change this ResourceLink's resource to another resource? -- View this message in context:

Re: Changing a ResourceLink's resource.

2007-11-30 Thread mbelarbi
My ResourceLink is declared and initiallized, otherwise wicket will complain about me adding a component to markup which is null etc... so i have to declare it and initialize it. But later on the source is modified, but when clicking on the ResourceLink it is not proving the newly changed

SV: defaultNullLabel()

2007-11-30 Thread Alexander Landsnes Keül
I have something of the same issue, if you have a value of in an AjaxEditableLabel it's unclickable. It's not removed from the markup, I just can't click it. Probably because the Label is 0 pixels wide. For me the solution was to have ... if the String was null, and have all getters translate

Re: Ajax Memory Leak in IE

2007-11-30 Thread Antoine Angénieux
To be a bit more explicit : I checked in the Ajax Debug window, the Ajax called is made, the response is received, but then I have the following error message : INFO: Response parsed. Now invoking steps... ERROR: Error while parsing response: Erreur d'exécution inconnue INFO: Invoking