Re: AjaxFallbackLink does not work on Windows Mobile Internet Explorer

2009-12-02 Thread Richard Wilkinson
Actually I've just realiaed, you can't remove the behaviour with component instansiation because it hasn't been added yet. Look at ibeforeonbeforerenderlistener. Its called something like that, can't check at the moment. Richard On 2 Dec 2009 17:30, richardwilko richardjohnwilkin...@gmail.com

LegUp updated for latest version of Wicket, and other frameworks

2010-01-14 Thread Richard Wilkinson
like to contribute new archetypes. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com [1] http://www.jweekend.com/dev/LegUp [2] http://code.google.com/p/legup/ [3] http://www.jweekend.com/dev/ContactUs

Re: wiQuery components with server side state - live demo

2010-03-03 Thread Richard Wilkinson
to a String, then use a JSON library to construct the JSON response, which is then used in a custom wicket IRequestTarget for JSON. Best, Ernesto On Wed, Mar 3, 2010 at 11:33 AM, Cemal Bayramoglu jweekend_for...@cabouge.com wrote: -- Regards - Richard Wilkinson Developer, jWeekend: OO Java

Re: wiQuery components with server side state - live demo

2010-03-05 Thread Richard Wilkinson
- I see, cool feature. jqGrid supports something like this so I have added onto my list of desired features. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 5 March 2010 08:49, Giambalvo, Christian christian.giamba

Re: Wicketstuff-Push without Dojo?

2010-03-08 Thread Richard Wilkinson
could maybe branch the main push-parent in the wicketstuff svn. [1] - http://code.google.com/p/wiquery/ [2] - https://atmosphere.dev.java.net/ [3] - http://n2.nabble.com/Bayuex-problems-tt4633855.html -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development

Re: Wicketstuff-Push without Dojo?

2010-03-09 Thread Richard Wilkinson
) however performance is not so good on containers which don't have async features, unfortunately atmosphere support is currently broken. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 9 March 2010 07:01, MattyDE ufer.mar

Re: jquery and wicket

2010-03-09 Thread Richard Wilkinson
interface in your component, but you are probably better asking for help on the wiQuery mail list [3]. [1] - http://code.google.com/p/wiquery/ [2] - http://jweekend.com/dev/LegUp [3] - http://groups.google.com/group/wiquery -- Regards - Richard Wilkinson Developer, jWeekend: OO Java

Re: jquery/qtip integration troubles - ajax post stopped

2010-03-09 Thread Richard Wilkinson
returns true Wicket.$$ = function(element) { ... } This must be failing for you, which I presume has something to do with how you are passing the content into the qtip; content: $('# + contentMarkupId + ').html() Hope that helps. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java

Re: Add JS files

2010-03-19 Thread Richard Wilkinson
) { wiQueryResourceManager.addJavaScriptResource(new JavascriptResourceReference(MyClass.class, myFile.js)); } -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 19 March 2010 17:08, Martin Phee mp...@objectivearts.com wrote: I

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
go directly to tomcat (or whatever you are using) and bypass apache, if so then it indicates a different problem. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 31 March 2010 13:28, Wayne Pope waynemailingli

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
down to the clustering. Hope that helps. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 31 March 2010 14:04, Wayne Pope waynemailingli...@googlemail.com wrote: Hi Richard my mistake we have the following setting

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
pages after the page you get the exception on that it is it pushed out of the page map, Do you mean if we have 2 tabs open , and on one I move around the pages then go back to the first tab and try and do something? On Wed, Mar 31, 2010 at 3:26 PM, Richard Wilkinson richardjohnwilkin

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
://old.nabble.com/A-few-clustering-questions-td16993201.html -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 31 March 2010 15:40, Wayne Pope waynemailingli...@googlemail.com wrote: Thanks for the explanation Richard. We do have

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
that the DiskPageMaps can get out of sync. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 31 March 2010 16:14, Martijn Dashorst martijn.dasho...@gmail.com wrote: The last page is kept in the session

Re: Bug or feature?

2010-05-17 Thread Richard Wilkinson
Hi, This is the same bug as I reported in December of last year (2009): https://issues.apache.org/jira/browse/WICKET-2636 -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 15 May 2010 11:25, Martin Makundi martin.maku

Re: Wicket Panel tag

2010-05-21 Thread Richard Wilkinson
init code, or by using Application.get().getMarkupSettings().setStripWicketTags(true); in any wicket code. -- Regards - Richard Wilkinson Developer, jWeekend: OO Java Technologies - Development and Training http://jWeekend.com On 21 May 2010 17:51, Brian Mulholland blmulholl...@gmail.com wrote

Re: legup / guic 2.0 + warp persist missing filter?

2010-10-01 Thread Richard Wilkinson
Hi Nino, I assume you mean the jWeekend legup? Ive just checked and both of the wicket warp archetypes have the filter, which archetype and version do you mean (we updated the versions today, but I don't think we changed any web.xml files)? -- Regards - Richard Wilkinson Developer, jWeekend

Strange redirect page before actual page loads

2008-04-23 Thread Richard Wilkinson
Hi, I have a page mounted like this: mount(new IndexedParamUrlCodingStrategy(/mapl, someclass.class, null)); the first time I go to this page (localhost:8080/map) I see another page which says 'If you see this, it means that both javascript and meta-refresh are not supported by your browser