Re: How to handle errors in RequestCycle.onEndRequest

2011-10-12 Thread Igor Vaynberg
ive just checked in a couple of tweaks, give it a go... -igor On Sat, Oct 1, 2011 at 10:38 AM, Christian Huber hub...@butterbrot.org wrote: Hi Igor, I just saw you answered to my JIRA issue. I had tried your suggestion about throwing an exception before but to no avail (see also my comment

Re: jqWicket or wiQuery

2011-10-12 Thread armandoxxx
Hey .. I've had a hope someone else allready did it .. so that's why I asked. Regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jqWicket-or-wiQuery-tp3895432p3897026.html Sent from the Users forum mailing list archive at Nabble.com.

RE: jqWicket or wiQuery

2011-10-12 Thread Chris Colman
Did I read somewhere recently that Wicket itself was starting to use some of jQuery directly for some of its js? If the use of jQuery directly by Wicket were to become more pervasive would that mean we would not need a separate jqWicket or wiQuery or is the Wicket library only using a small subset

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread Harald Wellmann
I'm currently doing timer.stop() in my application code before calling uninstallNode(), but that requires copying code from the private method TimerPushService._findPushBehavior(). So it seems the API could do with a couple of extensions for this case... Best regards, Harald 2011/10/11 vineet

Re: jqWicket or wiQuery

2011-10-12 Thread Martin Grigorov
On Wed, Oct 12, 2011 at 10:19 AM, Chris Colman chr...@stepaheadsoftware.com wrote: Did I read somewhere recently that Wicket itself was starting to use some of jQuery directly for some of its js? If the use of jQuery directly by Wicket were to become more pervasive would that mean we would not

Re: OT: slides from JavaOne 2011 about web frameworks comparison

2011-10-12 Thread Andrea Del Bene
Hi Chris, Martijn is working on both website and examples style. You can follow him and give feedbacks at https://issues.apache.org/jira/browse/WICKET-3341 and https://issues.apache.org/jira/browse/WICKET-3435. Wicket is clearly the best framework as we all know :) but newcomers might not

Re: OT: slides from JavaOne 2011 about web frameworks comparison

2011-10-12 Thread Martin Grigorov
On Wed, Oct 12, 2011 at 10:46 AM, Andrea Del Bene adelb...@ciseonweb.it wrote: Hi Chris, Martijn is working on both website and examples style. You can follow him and give feedbacks at https://issues.apache.org/jira/browse/WICKET-3341 and https://issues.apache.org/jira/browse/WICKET-3435.

Re: Is there ModalWindow alternative options

2011-10-12 Thread Martin Grigorov
This looks like https://issues.apache.org/jira/browse/WICKET-4119 which is fixed in trunk On Wed, Oct 12, 2011 at 5:48 AM, nhsoft.yhw nhsoft@gmail.com wrote: for example: wicket version 1.5.0 or 1.5.1 DataView with each row having Modalwindow int chrome, all works; in IE8 with

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread vineet semwal
there is no need for the api change,its a bug and i think wicket-stuff push developers will make that change there in uninstallNode(component,node) ,they might be busy .. On Wed, Oct 12, 2011 at 12:50 PM, Harald Wellmann hwellmann...@googlemail.com wrote: I'm currently doing timer.stop() in my

Re: missing page

2011-10-12 Thread Martin Funk
is RequestCycle.get().getRequest().getUrl() what you are looking for? mf 2011/10/11 Miroslav F. mir...@seznam.cz Hi guys, I need a help - have my custom class PageNotFound based on this help: https://cwiki.apache.org/WICKET/error-pages-and-feedback-messages.html In my PageNotFound class

Re: Same link, multiple response

2011-10-12 Thread coincoinfou
I click link for tab2, first time I have tab2 second time tab3 third time tab1 Strange ! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Same-link-multiple-response-tp3896354p3897184.html Sent from the Users forum mailing list archive at Nabble.com.

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread Martin Grigorov
On Wed, Oct 12, 2011 at 11:13 AM, vineet semwal vineetsemwal1...@gmail.com wrote: there is no need for the api change,its a bug and i think wicket-stuff push developers will make that change there in uninstallNode(component,node) ,they might be busy .. they should be notified add an issue in

Returning MIME-type for CSS-file

2011-10-12 Thread Kalle Rannikko
Hi all, We are trying to migrate wicket from version 1.4.8 to 1.5.1. While other browsers work fine, IE9 has issue with linking CSS-files (http://blogs.msdn.com/b/ie/archive/2010/10/26/mime-handling-changes-in-internet-explorer.aspx). To fix this, Content-Type: text/css must be returned for

Re: Mounting external pages to root

2011-10-12 Thread Martin Grigorov
setup custom RootRequestMapper that delegates to the original and if the original doesn't resolve any IRequestHandler then return RenderPageRequestHandler(ExternalPage.class) On Tue, Oct 11, 2011 at 5:00 PM, heikki tropic...@gmail.com wrote: hi, forgive me for re-posting this, but it seems my

Re: Returning MIME-type for CSS-file

2011-10-12 Thread Martin Grigorov
Fixed with https://issues.apache.org/jira/browse/WICKET-4119 On Wed, Oct 12, 2011 at 11:49 AM, Kalle Rannikko kalle.ranni...@syncrontech.com wrote: Hi all, We are trying to migrate wicket from version 1.4.8 to 1.5.1. While other browsers work fine, IE9 has issue with linking CSS-files

Re: Same link, multiple response

2011-10-12 Thread Martin Grigorov
On Wed, Oct 12, 2011 at 11:34 AM, coincoinfou olivierandr...@gmail.com wrote: I click link for tab2, first time I have tab2 second time tab3 third time tab1 Strange ! Indeed! We will need more details to be able to help you. -- View this message in context:

Re: missing page

2011-10-12 Thread Martin Grigorov
javax.servlet.error.request_uri google this for more information On Wed, Oct 12, 2011 at 11:18 AM, Martin Funk mafulaf...@googlemail.com wrote: is RequestCycle.get().getRequest().getUrl() what you are looking for? mf 2011/10/11 Miroslav F. mir...@seznam.cz Hi guys, I need a help -

Re: [wicketstuff-push] How to disconnect cleanly?

2011-10-12 Thread vineet semwal
thank you martin ! herald ,i have opened a issue for you https://github.com/wicketstuff/core/issues/66 thank you ! On Wed, Oct 12, 2011 at 2:19 PM, Martin Grigorov mgrigo...@apache.org wrote: On Wed, Oct 12, 2011 at 11:13 AM, vineet semwal vineetsemwal1...@gmail.com wrote: there is no need

Re: Same link, multiple response

2011-10-12 Thread coincoinfou
Page is mounted like this : mount(new MountedMapper(/mount, MyPage.class)); With one parameter : pageid click on tab 3 : i see panel3 and this url : https://localhost/web/mount?57-3.ILinkListener-tabs-tabs~container-tabs-3-linkpageid=766978 click on tab4, i see panel1 and this url :

Re: Is there ModalWindow alternative options

2011-10-12 Thread nhsoft.yhw
Martin Grigorov-4 wrote: This looks like https://issues.apache.org/jira/browse/WICKET-4119 which is fixed in trunk -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com I just checkout lastest wicket snapshot code and build my application, but use the

Re: Is there ModalWindow alternative options

2011-10-12 Thread Martin Grigorov
attach a quickstart to the ticket and I'll reopen it On Wed, Oct 12, 2011 at 12:54 PM, nhsoft.yhw nhsoft@gmail.com wrote: Martin Grigorov-4 wrote: This looks like https://issues.apache.org/jira/browse/WICKET-4119 which is fixed in trunk -- Martin Grigorov jWeekend Training,

ModalWindow, IFrame and source

2011-10-12 Thread Nelson Segura
Hello everyone: Looking back at issue: https://issues.apache.org/jira/browse/WICKET-2207 I noticed that the fix was done against certain version of IE. In other cases, like firefox, a request to http://:/ is still performed. I have got some complains from users that their proxies are blocking

RE: missing page

2011-10-12 Thread Miroslav F.
Thanks Martin, finaly my java code is: public PageNotFound(PageParameters params) { ServletWebRequest servletWebRequest = (ServletWebRequest) this.getRequest(); HttpServletRequest request = servletWebRequest.getHttpServletRequest(); this.add(new Label(missingPage, (String)

Configurable Resource's url (use CDN or not)

2011-10-12 Thread Fabio Cechinel Veronez
Hello all, I would like to implement my resources references (css files, js files like jquery and sfuff) instances in a way that I could change the URL it uses at head tag at runtime. My goal is to easily change whether my references are fetched from a CDN repository or internally by my own

ATOM display in wicket?

2011-10-12 Thread Boris Goldowsky
Is wicketstuff-rome still a usable package with recent Wicket versions, or does anyone have an alternative simple way to display an ATOM or RSS feed on a wicket page? Thanks! Boris - To unsubscribe, e-mail:

Detect Connection speed with Wicket or something similar

2011-10-12 Thread Brown, Berlin [GCG-PFS]
For our wicket applications, we want to detect the browser connection speed, do you know of a library or approach for detecting the browser speed. There is a thing in wicket called AjaxTimerBehavior that I could use but it is a little flaky and not built for the purpose of detetching browser

Re: creating a textarea with a radiobutton using Listview

2011-10-12 Thread wholalotta
Hi Manuelbarzi, I still cant figure out why the texts in the textareas are removed when I unset the checkbox that I selected. I think the following line is used to prevent this problem but it doesnt work. Do you have any idea? listView.setReuseItems(true); Thanks -- View this message in

How to attach treelink to pages

2011-10-12 Thread pen
Hi all, I am building a tree component, with the list of pages, root -Page1 -page2 -page3 onclick it should navigate to respective page accordingly. some thing like this, add(new BookmarkablePageLinkVoid(page1, UserList.class)); add(new BookmarkablePageLinkVoid(page2,

Re: Is there ModalWindow alternative options

2011-10-12 Thread nhsoft.yhw
I've got no problems with the quickstart application, I do not know how to reproduce, I think this issue and modalwindow matter, because all broken pages are used modalwindow components -- View this message in context:

Recommended way for wicket:for and markupIDs

2011-10-12 Thread Matthias Keller
Hi I really like the wicket:for feature; makes writing the HTML pages much less tedious -- except that it appears I have to use setOutputMarkupId() on each and every referenced Component - is this how it is expected to work? I expected that those IDs should be set automatically without a