Re: wicketstuff gmap GInfoWindow with Component content

2013-03-22 Thread Thijs
Hi Dieter, There is an example to: https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/gmap3-parent/gmap3-examples/src/main/java/org/wicketstuff/examples/gmap/info/advanced Thijs On 22-3-2013 9:10, Dieter Tremel wrote: Hello, I would like to show an info window on clicking

Re: how to fix this error in wicket app

2013-01-16 Thread Thijs
Have you ever fixed this problem? We are seeing the same issues with our application. Thijs On 28-11-2012 0:03, saty wrote: continued from above... /wicket:panel/div div class=imxt-a imxt-nowrap0/div div class=imxt-a imxt-nowrap0.2001/div div class=imxt-a imxt-nowrap/div

Re: how to fix this error in wicket app

2013-01-16 Thread Thijs Vonk
That's great! Thanks On 16/1/13 17:25, saty wrote: Yes, this has been fixed in wicket 6.4.0 See below for more on this fix. http://apache-wicket.1842946.n4.nabble.com/understanding-ajax-response-td4654310.html#a4654715 -- View this message in context:

Re: Expiration page not shown in case of back button usage

2012-12-19 Thread Thijs
Hi, I'm still battling this issue. I have a working quickstart that demonstrates the issue we have. Should I open a ticket? Kind regards Thijs On 12-12-2012 15:07, Thijs wrote: No it doesn't hit the browser cache. It's actually recreating a new Page. We've put breakpoints in Wicket

Re: Expiration page not shown in case of back button usage

2012-12-19 Thread Thijs
Done: https://issues.apache.org/jira/browse/WICKET-4932 Thanks in advance for looking On 19-12-2012 13:47, Martin Grigorov wrote: Yes, please. On Wed, Dec 19, 2012 at 2:16 PM, Thijs vonk.th...@gmail.com wrote: Hi, I'm still battling this issue. I have a working quickstart that demonstrates

Question about UrlRenderer and WebServletResponse

2012-12-18 Thread Thijs
(). As this last method gives the custom UrlRenderer back that we use in the PortletRequestCylce instead of just the default. Kind regard Thijs - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: Expiration page not shown in case of back button usage

2012-12-12 Thread Thijs
to be recreated when the session is expired. Thijs On 12-12-2012 9:40, Martin Grigorov wrote: It seems that the browser tries to load the page from its cache. I think you need to set proper cache headers to always ask the server instead of using the local data. On Tue, Dec 11, 2012 at 6:59 PM, Rob Sonke r

Re: Wicket as portlet

2012-11-28 Thread Thijs
. Most information on the portlet stuff can be found here [1] and here[2] is a working but not fully tested code base for Wicket 6. Most of the people (that I know of) using Wicket portlet use Liferay. I don't know of any people using IBM portal. Hope this helps. Thijs [1] https

When Ajax precondition fails no post event handler is called

2012-10-24 Thread Thijs
|complete|failure|success is called causing the overlay to keep being displayed. When a precondition fails, doesn't the '/ajax/call/failure|complete' need to be called? Thijs

Re: Add an invisible component to an AjaxRequestTarget target

2012-10-17 Thread Thijs
-2012 22:47, Thijs Vonk wrote: OK thnx will give it a try On 6/9/12 22:39, Igor Vaynberg wrote: isVisibleInHierarchy() will make sure all parents are visible as well -igor On Thu, Sep 6, 2012 at 1:27 PM, Thijs Vonk vonk.th...@gmail.com wrote: Hi, We have partial page updates all over a page. So

Re: Add an invisible component to an AjaxRequestTarget target

2012-10-17 Thread Thijs
On 17-10-2012 9:40, Martin Grigorov wrote: Hi, On Wed, Oct 17, 2012 at 9:27 AM, Thijs vonk.th...@gmail.com wrote: Revisiting this. I'm still having some troubles with this. Say I have: Label a; add(a = Label(...) { onConfigure(){setVisible(*false due to some condition

Re: Add an invisible component to an AjaxRequestTarget target

2012-10-17 Thread Thijs
Thanks Bas and Martin, I'll have to update company rules then ;-) Thijs On 17-10-2012 9:56, Bas Gooren wrote: Thijs, We've been working with wicket for a number of years now, and yes, we have two rules (that feel very natural after those years...): - Do I need to replace this component

Re: Add an invisible component to an AjaxRequestTarget target

2012-10-17 Thread Thijs
Yes I know. This is something we just silently ignored over the last years, as it was not affecting any functionality. But now with the red flashing debug window it's getting annoying. (So some good has come from that ) And we were wondering if what we did was actually wrong ;) Thijs On 17

Problem with wicket-examples

2012-09-10 Thread Thijs
/mappers/wicket/bookmarkable/org.apache.wicket.examples.source.SourcesPage?SourcesPage_class=org.apache.wicket.examples.requestmapper.RequestMapperHomePage Kind regards, Thijs - To unsubscribe, e-mail: users-unsubscr

Add an invisible component to an AjaxRequestTarget target

2012-09-06 Thread Thijs Vonk
the error being thrown? I had hoped that a component being in an invisible state (somewhere in the tree) wouldn't get rendered. It's not really a problem in a 'deployment' situation, but it's not 'nice' either. Thijs

Re: Add an invisible component to an AjaxRequestTarget target

2012-09-06 Thread Thijs Vonk
OK thnx will give it a try On 6/9/12 22:39, Igor Vaynberg wrote: isVisibleInHierarchy() will make sure all parents are visible as well -igor On Thu, Sep 6, 2012 at 1:27 PM, Thijs Vonk vonk.th...@gmail.com wrote: Hi, We have partial page updates all over a page. So panels and components all

Re: wicket portlet 1.5 and liferay 6.1

2012-06-15 Thread Thijs
Hi Gabriel. Thanks for the heads up! At my work we're using portlets and are currently locked down at liferay 5.2 and wicket 1.4. But a migration to newer versions is on the Roadmap. So this is useful information. Thijs On 15-6-2012 0:09, Gabriel Landon wrote: For those who are having

problem using pre post ajax handlers

2011-03-11 Thread Thijs
twice (which would prevent the issue from happening in the first place). 2. If 1. can't be done. How can I re-register the pre and post handlers? So that subsequent ajax calls keep calling my Javascript in there pre and post calls? thanks Thijs

Re: problem using pre post ajax handlers

2011-03-11 Thread Thijs
first... Thijs On 11-3-2011 12:33, Pedro Santos wrote: looks like a bug, open a ticket + quickstart please On Fri, Mar 11, 2011 at 8:08 AM, Thijsvonk.th...@gmail.com wrote: Hi, I have the following issue. I have a separate js that on window.onload calls: Wicket.Ajax.registerPreCallHandler

Re: problem using pre post ajax handlers

2011-03-11 Thread Thijs
Looks like I found it. Turns out that somewhere between 1.4.10 and 1.4.16 something changed and jsessionid's get stripped from resources. I'll do some further testing but it seems to work ok now. Thanks Thijs On 11-3-2011 16:18, Pedro Santos wrote: you can disable the browser cookies, than

Re: Select All Non-Disabled Items in CheckBoxMultipleChoice

2011-02-24 Thread Thijs
that the checkboxes get the selected state. Thijs On 24-2-2011 16:21, eugenebalt wrote: When I try to call isDisabled() from another location, I get the error The method isDisabled(E,int,String) is not visible. - To unsubscribe

Different styles in different windows on same application

2011-02-23 Thread Thijs
in Wicket? I was looking at setting something on a model that is passed around all to pages. But I can't figure out how to make this work with the resourceloading. Thijs - To unsubscribe, e-mail: users-unsubscr

Re: Wicket Portlets

2010-07-19 Thread Thijs
For us this works in the Application class: /** * @see wicket.Application#getHomePage() */ public Class? extends Page getHomePage() { PortletRequestContext prc = (PortletRequestContext) RequestContext.get(); if

Re: SV: Wicket Portlets and Liferay

2010-01-13 Thread Thijs
On 13-1-2010 14:20, Wilhelmsen Tor Iver wrote: We are running Wicket + Liferay (Webspace) in Glassfish 2, and experience no problems; IIRC Glassfish uses the same Catalina engine as Tomcat? For AJAX/resource requests, another supports element for mime-type text/xml is needed. This sounds

ie6 HybridUrlCodingStrategy using ajax and an anchor results in a 404

2009-06-30 Thread Thijs
the #anchor in the link. While other browsers don't So the requestUri in IE6 = /home.0%23anchor and in other browsers it is /home.0 Is this a known issue or should I open a JIRA issue? Thanks Thijs - To unsubscribe, e-mail: users

Re: ie6 HybridUrlCodingStrategy using ajax and an anchor results in a 404

2009-06-30 Thread Thijs
? In WicketFilter.getRelativePath()? Thijs On 30-6-2009 17:02, Igor Vaynberg wrote: do we still have to wreck our brains thinking about how to support a browser released in 2001? -igor On Tue, Jun 30, 2009 at 2:16 AM, Thijsvonk.th...@gmail.com wrote: I have the following setup: * Page mounted using

Re: Wicket portlet into liferay

2009-04-24 Thread Thijs
Take into account that you might be able to use the jquery that is already inside Liferay. So if you want to use jquery from wicketstuff you'll probably have to modify those components a bit. On 24-4-2009 18:45, Tonio Caputo wrote: Thanks Rob for taking care, I was just using the DatePicker

Re: [poll] Interest in regular Deventer Wicket meetup?

2009-04-20 Thread Thijs
not be on a regular basis. Thijs On 17-4-2009 15:30, Martijn Dashorst wrote: I want to poll if there is an interest in a regular Wicket meetup in Deventer, the Netherlands. We can only host at most ~20 people, so I expect this to be much lower key than the Amsterdam meetups

Re: Should a form submit when sub-form has error's?

2009-04-02 Thread Thijs
Created https://issues.apache.org/jira/browse/WICKET-2202 with a patch containing testcases to display the error. No fix as of yet. On 1-4-2009 14:42, Thijs wrote: If you are referring to org.apache.wicket.markup.html.form.validation.TestHomePage Those never run at least not when I call mvn

Re: Should a form submit when sub-form has error's?

2009-04-01 Thread Thijs
tests not running) still checking the actual problem. Thijs On 31-3-2009 19:51, Igor Vaynberg wrote: not it shouldnt. there should already be unit tests that check for this, can you please check those and provide a patch if possible. -igor On Tue, Mar 31, 2009 at 4:34 AM, Thijsvonk.th

Should a form submit when sub-form has error's?

2009-03-31 Thread Thijs
validator. Is this expected behavior using 1.4-snapshot? Because in wicket 1.3.x this does work and the mainform is not submitted. (I can provide a testcase if needed) Thijs - To unsubscribe, e-mail: users-unsubscr

Re: Wicket Portlets in WebLogic Portal?

2009-03-23 Thread Thijs
but then Weblogic will need to fully support portlet 2.0 spec. I have no idea if they do. Thijs On 23-3-2009 16:00, jakewicket wrote: Just FYI, I was able to get a Wicket portlet to render initially in WebLogic Portal using Java portlets (the Pageables example from the Wicket Examples page - http

Re: Wicket Portlets in WebLogic Portal?

2009-03-23 Thread Thijs
duh.. :-) I was just discussing a Liferay issue with a colleague and by mistake typed that instead of Wicket :-) Thijs On 23-3-2009 16:09, jakewicket wrote: Thanks for the quick reply. I'm using WebLogic Portal, not Liferay. I'll have to see if WebLogic Portal fully supports the portlet

Re: Wicket-1.4-rc2 / Liferay 5.2.1 / Ajax: PortletServletRequestWrapper: java.lang.StringIndexOutOfBoundsException

2009-02-20 Thread Thijs
lps's to fix some issues with the sun container http://issues.liferay.com/browse/LPS-2131 http://issues.liferay.com/browse/LPS-1909 Thijs On 20-2-2009 10:36, sauli_k wrote: Hi, I was using the AjaxLink in a portlet and I noticed that in case the portal url is shorter than the wicket filter

Re: Portlet 2.0 and Events

2009-02-10 Thread Thijs
They are based on wicket truck *before* WICKET-2058 was committed. Nobody has updated the patches since then. Thijs On 10-2-2009 10:25, Benjamin Ernst wrote: Hi, I am trying to get the Event-Support for Portlets working with the Patches I found in https://issues.apache.org/jira/browse/WICKET

Re: Portlet 2.0 and Events

2009-02-10 Thread Thijs
-2-2009 12:07, Benjamin Ernst wrote: Hi Thijs, do I have to apply all Patches, or is the WICKET-1620-portlet2.0-tight.patchhttps://issues.apache.org/jira/secure/attachment/12396786/WICKET-1620-portlet2.0-tight.patch enough? Thanks, -- Benjamin On Tue, Feb 10, 2009 at 11:07 AM, Thijsvonk.th

Re: Using Eclipse Wicket for Modular Webapps

2009-02-06 Thread Thijs Vonk
Looks really interresting, I've read the pdf. but it seems that there is a part missing at the end... On 2/6/09 6:02 PM, Thomas Mäder wrote: Hi Folks, I've been experimenting with getting the Eclipse plugin engine up inside a wicket application. The idea is to build Wicket applications out

Re: Problems Ajax with Portlet 2.0 in Liferay 5.2.1

2009-02-05 Thread Thijs Vonk
This is an issue with Liferay (see http://issues.liferay.com/browse/LPS-1911) You can probably fix it by making sure that portlet-name (in portlet.xml) and the wicketfilter mapping url-pattern are identical (portlet.xml web.xml) On 2/5/09 4:30 PM, Benjamin Ernst wrote: Hi, I am Testing

Re: Portlets (JSR-168) and Ajax

2008-11-22 Thread Thijs Vonk
to te portal that catches the ajax requests. With wicket the portlet itself handles the ajax request and response, which officially isn't supported by jsr-168. Thijs On 11/22/08 5:42 PM, Adriano dos Santos Fernandes wrote: Hi! I'm trying to create portlets with Wicket, to use in Oracle Portal

Re: Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-20 Thread Thijs Vonk
https://issues.apache.org/jira/browse/WICKET-1620 (Though it's still a work in process) and not yet supported by the wicket core committers On 11/20/08 9:17 PM, krisNog wrote: which portlet 2 patch are you referring to? Where is it available? Thanks Thijs wrote: But does it also have

Re: Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-19 Thread Thijs
Do you know what is send differently to the server in FF2 vs IE (WireShark?) And where the error is thrown, why it says that the URLPatternSpec is invalid... Thijs On 18-11-2008 22:57, prasana wrote: Hi all, We are running Wicket Portlet in Jetspeed Portal deployed in Glassfish

Re: how to navigate from edit mode to view mode

2008-09-29 Thread Thijs Vonk
You'll have to be more specific. What kind of problems. What works, what doesn't etc. Singh Mukesh wrote: Hi I have created a bookmark portlet using wicket. And the bookmark portlet includes two portlet- mode i.e. view and edit. I have deployed the basic portlet on sun portal. I have a

Re: Anybody tried Wicket with WebSphere portal?

2008-06-18 Thread Thijs Vonk
Thats not completely correct. The current Wicket implementation depends on the PortletBridge implementation and is not 286 ready. Athough it has some 286 features like the resourceUrl, that part of the implementation depends on the PortletBridge implementation. Work is in progress to make

Re: Wicket portles in Sun Portal

2008-06-13 Thread Thijs Vonk
etc. :) Well, credits for those patches go to Thijs Vonk, I'm just the assignee of that issue :) Note though: those patches *as such* still need quite some refactoring (as already discussed on this list before) and the final JSR-286 support very likely will turn out a little bit different

Re: Anchors in Wicket?

2008-06-11 Thread Thijs
is the 'component' in the setAnchor() method? If I set an anchor in a completely different page like this: a href=#rsvp / What do I set as the 'component' in the link's setAnchor? Thanks, Michael -Original Message- From: Thijs Vonk [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 12:39 PM

Re: Anchors in Wicket?

2008-06-11 Thread Thijs
(); return url; } } Thijs Michael Mehrle wrote: Mind sharing that? ;-) -Original Message- From: Thijs [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 11:23 PM To: users@wicket.apache.org Subject: Re: Anchors in Wicket? The component is any wicket component in the same page

Re: Anchors in Wicket?

2008-06-10 Thread Thijs Vonk
Michael Mehrle wrote: How do create a link that jumps to some anchor in a page? Is there a way to define this in Wicket or do I have to do this manually somehow? Michael yes. use link.setAnchor(Component) - To

Re: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Thijs
you feel about your choice above? [ X ] Whatever choice ultimately made, I'll happily convert/ start Thijs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Stress

2008-05-30 Thread Thijs
Label label; add(label = new Label (name,Geacute;neacute;rer Document)); label.setEscapeModelStrings(false); Thijs Fabien D. schreef: Hi everybody, I'm french and unfortunately in french we have stresses! My server tomcat is using UTF-8, and all my files are encoding in UTF-8, and I want

Re: missing something: getting AjaxCheckBox to recheck value from model as its redrawn?

2008-05-23 Thread Thijs Vonk
are doing anything in the buttons 'onSubmit' that you don't want in certain cases, then calling setDefaultFormProcessing(false) won't have any affect. Thijs Kirk Israel wrote: the left/right moves ARE being done in the buttons onSubmit, I was hoping calling .setDefaultFormProcessing(false); when

Re: Wicket Portlets in Liferay 5

2008-05-15 Thread Thijs Vonk
Hi Benjamin I'll see if I have some time left tomorrow, otherwise hopefully before next tuesday. Thijs Benjamin Ernst wrote: Hi Thijs, We are currently trying to integrate Liferay 5 with wicket 1.3. Can you give us the advise you offered? That would be very nice. Thank you in advance

Re: portlet examples?

2008-05-13 Thread Thijs
wicket application. The fun part is in the implementation of the apache portal bridges ResourceUrlFactory and ServletContextProvider. (And in the case of Liferay also other parts of Wicket) Thijs Jonathan Locke schreef: does anyone out there have any wicket portlet examples i can look

Re: portlet examples?

2008-05-13 Thread Thijs
the relevent bits... And you can check the http://cwiki.apache.org/WICKET/portal-howto.html on the wiki :) I'll clean up the mess in my portlet and send you a war-file with sources, some time today/ this evening Thijs Jonathan Locke schreef: that would be great. i ran jetspeed once ;-) but i'm

Re: Wicket Portlets in Liferay 5

2008-05-06 Thread Thijs
No, as described it depends on several factors 1. my/other people's time to commit to this 2. official release of the portlet 2 specifications Thijs Bobby Quninne schreef: You have a rough guess estimate as to a wicket release that will address JSR-268 compliance? Many thanks Thijs wrote

Re: Wicket Portlets in Liferay 5

2008-05-06 Thread Thijs
version of wicket, then you can work with wicket 1.3.3 and LF5(as we are) Thijs Many thanks Thijs :-) Thijs wrote: No, as described it depends on several factors 1. my/other people's time to commit to this 2. official release of the portlet 2 specifications Thijs Bobby Quninne schreef

Re: Wicket Portlets in Liferay 5

2008-05-01 Thread Thijs Vonk
a lot of work and I'm doing this in my free hours so don't get over excited just jet :). I'll post a message on the list when I open the jira issue, and I'll attach patches to that issue as soon as I feel confident about the work I've been doing. I hope that answers your questions a bit. Thijs

Re: VOTE: Generics of IDataProvider

2008-04-24 Thread Thijs
[ ] IDataProviderI,T [ X ] IteratorIModelT , drop model [ ] Leave as is. Thijs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket portles in Sun Portal

2008-04-14 Thread Thijs
that the issues are going to be a lot less. Especially with resourceUrl's and HTTP header's / cookies Thijs Wilhelmsen Tor Iver schreef: We have (wisely :) ) chosen Wicket as web framework, but also chosen Sun Portal as the portal engine (not just Pluto but the commercial product). This causes

Re: Bug in wicket-ajax.js introduced in Wicket 1.3.2?

2008-04-09 Thread Thijs
See https://issues.apache.org/jira/browse/WICKET-1426 Meetesh Karia schreef: Hi all, We recently upgraded to Wicket 1.3.2 from Wicket 1.3.1 and we're seeing a bug with ajax behavior in Firefox (2.0.0.13 on Windows Vista). Basically, the following header is returned from an ajax call:

Re: DataPicker problem

2008-04-04 Thread Thijs
http://joda-time.sourceforge.net/ lienok schreef: I did not. I do not have that package. I do not use anything special. I supposed it should be included in wicket jars. I tryied to find JodaTime package through google, bo no success. :( TonyVegas wrote: Did you include the JodaTime

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Thijs
[X] +1, Wicket 1.4 is 1.3 + generics, drop support for 1.3 [ ] -1, I need a supported version running on Java 1.4 Thijs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Planning Wicket Next Generation

2008-03-16 Thread Thijs
+1 to java 5 atul singh wrote: java 5 now definitely On Sun, Mar 16, 2008 at 7:48 PM, James Carman [EMAIL PROTECTED] wrote: On 3/16/08, Maarten Bosteels [EMAIL PROTECTED] wrote: +1 for moving to java 5 +1 for moving to Java 5 *quickly* :)

PageParameter question

2008-03-13 Thread Thijs
, the previous parameters would be added to the new link. Debugging shows that for every loop over populateItem, getPage().getPageParameters() returns the newly created PageParameters instead of the current PageParameters. Am I doing something wrong? Thijs

Re: PageParameter question

2008-03-13 Thread Thijs
because I want to use the already existing parameters and add them to the link. Thijs Martijn Dashorst schreef: Why don't you create a new PageParameters object in each populateItem? Martijn On 3/13/08, Thijs [EMAIL PROTECTED] wrote: I'm having troubles with pageparameters. when I

Re: PageParameter question

2008-03-13 Thread Thijs
=linktest/a /li li wicket:id=test a href=?key=mp;key=ccc wicket:id=linktest/a /li li wicket:id=test a href=?key=mp;key=ddd wicket:id=linktest/a /li Thijs Martijn Dashorst schreef: So why don't you expect the loop to add them to the existing parameters? Martijn On 3/13/08, Thijs [EMAIL

Re: PageParameter question

2008-03-13 Thread Thijs
, value); Martijn On 3/13/08, Thijs [EMAIL PROTECTED] wrote: Sorry I'm not sure I follow. What I'm trying is to add a new PageParameter to the set that the current page is created with. So I get the Page, get it's pageParameters and add a new one to the existing set and feed

Re: Mounting dynamic URLs

2008-02-27 Thread Thijs
mount profile as a page and use the 'stiger' or 'wsmith' as a parameter to get the profile check IndexedParamUrlCodingStrategy Martijn Lindhout schreef: Hi All, How do I mount a friendly URL with a dynamic last part. I.e. I want the following URL's to be handled by a profile page which

Re: best practice for a wait page

2008-01-24 Thread Thijs Vonk
Scott Swank wrote: We have a page with a form and the form's onSubmit() method takes a while. After it is complete the user is re-directed to another page. We'd like to introduce a nice please wait while we process your request page in between these pages. If anyone has done this, what

Re: wicket + solr

2008-01-09 Thread Thijs
This looks really good!!! I am looking into making something similar but I haven't really started yet. I'll defenitally look into your code and try to help out when and where I can. Thijs Ryan McKinley schreef: Hello- I've put together a little sample using wicket and solr. http

Re: Wicket 1.3 portlets in Liferay

2008-01-04 Thread Thijs
and I've had to alter some of the portal code. I have ajax working (a bit). But I'm constantly running into other things... Thijs racso wrote: How easy is it to use Wicket 1.3 application as a portlet in Liferay Portal 4.xx? As anyone tried it yet

Re: Which way to go? AjaxSubmitLink or AjaxLink? Neither does the job for me :)

2007-12-26 Thread Thijs
Why not make it 2 separated forms? Edvin Syse wrote: Hi, I have a form where some of the components have validators (Required, EmailValidator etc). The form uses CompoundPropertyModel for my object. Upon entering some text in one input field and clicking a button, a ModalWindow opens

Re: wicket preloader

2007-11-15 Thread Thijs
Why redirect? Use a lazyloading panel. Thijs tbt wrote: Hi I like to implement a preloader the wicket way. For example when a user does a search my code looks up the db and retrieves the relevent data. But this takes up a lot of time and i want to show a html page(preloader page) while the db

Wicket Portlets in Liferay

2007-11-12 Thread Thijs
I'm trying to get wicket portlets to work in Liferay. As fas as I can tell there are at least 2 issues at the moment: 1.) A nullpointer exception in WebResponse due to an issue in de Liferay code that returns null in the encodeRedirectUrl (see

Re: Wicket Portlets in Liferay

2007-11-12 Thread Thijs
Ate, your the man :) I'll try to dive into the parameter problem this week. Thnx Thijs Ate Douma wrote: Thijs wrote: I'm trying to get wicket portlets to work in Liferay. As fas as I can tell there are at least 2 issues at the moment: 1.) A nullpointer exception in WebResponse due

Re: Unsafe child warning

2007-11-11 Thread Thijs
why do you use a negative number? Jan Kriesten wrote: Hi, I get this warning with my Repeater: ---8--- Child component of repeater TestPanel$2:componentlist has a non-safe child id of -501221721. Safe child ids must be composed of digits only. ---8--- I have to use Random generated ID's for

Re: Apache Wicket 1.3.0-rc1 released!

2007-11-11 Thread Thijs
Martijn Dashorst wrote: First: congrats, Second: don't forget to change the link under 'Releases' on the website from 1.3-beta to 1.3-rc1 Thijs This is the first release candidate for Apache Wicket we have prepared for your pleasure. It contains over 80 fixes to issues with previous

Re: Wicket portlet newbie questions

2007-11-08 Thread Thijs
Yeah I know Read http://www.liferay.com/web/guest/community/forums/message_boards/message/249501 Then there also is: https://issues.apache.org/jira/browse/WICKET-1132 So your not out of the woods jet... Thijs justment wrote: Ok now I already add wicket portlet page to liferay.But i have new

Re: Wicket meetup (the netherlands) ideas

2007-11-06 Thread Thijs
+1 Orion Letizi wrote: If you think a talk on scaling Wicket with Terracotta would be interesting, we'd love to come... Cheers, Orion Johan Compagner wrote: Guys, we are already in the month of the great Wicket meetup in the netherlands So does anybody have idea's what you

Re: Wicket portlet newbie questions

2007-11-06 Thread Thijs
Just download the source from SVN and build it. You'll have to change the portlet.xml anyway justment wrote: Hi Thijs,Please tell me about version of portlet wicket-exemples.war I can't find it on wicket site .Thank you Thijs wrote: Check out http://www.nabble.com/Portlet-howto

Re: Wicket portlet newbie questions

2007-11-05 Thread Thijs
Check out http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514 justment wrote: I want to implements wicket portlet on liferay but I can't get any demo,documents from google :p Thanks in advance for any pointers and explanations thank you.

Re: Portlet howto

2007-10-29 Thread Thijs
location: href=http://localhost:8080/web/guest/admin?p_p_id=AjaxApplication_WAR_wicketexamplesamp;p_p_action=1amp;p_p_state=normalamp;p_p_mode=view. Can someone point me in the right direction? Thijs Thijs wrote: Hello Charly, Have you got any answer from Liferay jet? We could put

Re: Add String which contains HTML markups

2007-10-28 Thread Thijs
BatiB80 wrote: [EMAIL PROTECTED], I want to add some string to a HTML page which already contains some HTML markups. For example: add(new Label(component_id, some textwhich contains makups)); If I add the HTML Markups will be shown instead of interpreted. Does anybody knows what to do???

Re: Portlet howto

2007-10-26 Thread Thijs
of showing up. But then I get this message: 13:08:40,375 WARN [PortletLocalServiceImpl:138] Portlet not found for 1 AjaxApplication Which probably is logical :) I'll try and dig some further. Thijs Charles CHAHBAZIAN wrote: Hi Ate, Ate Douma a écrit : Charly wrote

Portlet howto

2007-10-08 Thread Thijs
' quickstart. Because I'm not sure if it is Wicket that is giving me the headache's or Liferay (with their custom xml configs). Thijs -- View this message in context: http://www.nabble.com/Portlet-howto-tf4587073.html#a13093514 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-07 Thread thijs
+1 looking forward to it!! Thijs Johan Compagner wrote: hi, I can organize one if there is enough interest Martijn and i will be there then. And for example if people are also interested in the wicket security i will also drag Maurice to the table. johan

Re: creating RSS feeds with Wicket

2007-08-27 Thread thijs
. If you look at the source for my solution, it's a very lightweight wrapper around the ROME RSS library. I don't have any code that's setting response headers. If you have a solution, I'd be happy to incorporate it into the FeedPage. On 8/24/07, thijs [EMAIL PROTECTED] wrote: Hi Ryan, I've added

Re: Wicket-Stuff Tinymce-Editor: No toolbars in IE6

2007-08-20 Thread Thijs
He Benjamin, I have the same problem. I have opened a JIRA issue for it: http://wicketstuff.org/jira/browse/WCTINYMCE-2 But no response so far. I can't help you any further but lets hoop the maintainer of the tinymce project picks it up... Thijs Benjamin Ernst wrote: Hi, has nobody

full path/url to page using wicket.servlet

2007-08-16 Thread Thijs
I'm migrating my app from 1.2.2 to 1.3 And the only real problem I have is getting my rss feed up. I'm adding the rss to the page head link title=foo.com rel=alternate type=application/rss+xml... I need the full path to the bookmarkable page to get this working (and generate the all links

Re: full path/url to page using wicket.servlet

2007-08-16 Thread Thijs
Thnx Al I'll do what you suggest as a temp fix (maybe store them in a db for easy redeployment) Hope you fix this though :) Thijs Al Maw wrote: Thijs wrote: I need the full path to the bookmarkable page to get this working What do I have to change to get this working again? I need

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Thijs
Why not use the onComponentTag? Francisco Diaz Trepat - gmail wrote: sorry sent to the wrong address. -- Forwarded message -- From: Francisco Diaz Trepat - gmail [EMAIL PROTECTED] Date: Aug 15, 2007 12:02 PM Subject: Wickest way to format a label before render To: [EMAIL

Re: Fwd: Wickest way to format a label before render

2007-08-15 Thread Thijs
good. I thought about it too. as the subject suggest, would that be the wickets way? would that be the more nit way from a wicket perspective? f(t) On 8/15/07, Thijs [EMAIL PROTECTED] wrote: Why not use the onComponentTag? Francisco Diaz Trepat - gmail wrote: sorry sent to the wrong