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 that
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 subjec
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
> (http://de
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 piec
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
---
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.
>
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, sl
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,
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 day
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
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 serve
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
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:
http://www.nabble.com/org.apache.wicket.WicketRuntimeException%3A-no-set-method-defined-for-value%3Aon-object%3A-tf4924381.ht
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
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 a
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 ServletReque
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
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
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 sol
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 ;)
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 <[EM
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:
resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/m
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
> er
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 h
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
> Aj
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 post-call
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 transl
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 Label
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.
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 Message
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
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 =
(field
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, 20
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 a
I solve this one like that (I'm not sure if it is a good way or not) :
My Contact Form's HTML Part:
...
Contact Us
Name
...
My InputModel:
...
public final class ContactFormInputModel implements Serializable {
private S
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 resource
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 t
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 ;)
Than
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:
http://www.nabble.com/Changing-a-ResourceLink%27s-resource.-tf4902160.
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 the
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]
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:
David
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
David, what is the best practice to specify the order of included resources?
Thank you!
David Bernard-2 wrote:
>
> You could aggregate every type of resources.
>
> Alex Objelean wrote:
>> Very interesting. Would be nice to have also aggregate css.
>>
>> Regards,
>> Alex.
>>
>>
>> David Be
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
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
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:
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
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 in
49 matches
Mail list logo