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 on a

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: http://apache-wicket.1842946.n4.nabble

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... 0 0.2001 0.4771 <./wicket/resou

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 wrote: Hi, I'm still battling this issue. I have a working quickstart that demonstrates the issue we

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 break

Question about UrlRenderer and WebServletResponse

2012-12-18 Thread Thijs
RedirectURL(url) use RequestCycle.get().getUrlRenderer(). 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-m

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

2012-12-12 Thread Thijs
n both cases we don't want these pages 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

Re: Wicket as portlet

2012-11-28 Thread Thijs
ature. 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

Re: [Wicketstuff] Google Maps 3 component

2012-11-02 Thread Thijs
gmap3 supports the new V3 api from google. See https://developers.google.com/maps/documentation/javascript/ On 1-11-2012 16:50, JasonKilgrow wrote: What is the main difference between gmap2 and gmap3? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicketstuff-Goo

When Ajax precondition fails no post event handler is called

2012-10-24 Thread Thijs
ajax/call/after|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
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

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

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 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*)}}); a.setOutputMarkupId(true); ad

Re: Add an invisible component to an AjaxRequestTarget target

2012-10-17 Thread Thijs
ks On 6-9-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 wrote: Hi, We have partial page updates all over a page. So

Problem with wicket-examples

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

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 wrote: Hi, We have partial page updates all over a page. So panels and components all over the place that

Add an invisible component to an AjaxRequestTarget target

2012-09-06 Thread Thijs Vonk
m 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: 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 h

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 coo

Re: problem using pre & post ajax handlers

2011-03-11 Thread Thijs
get this to show up 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, Thijs wrote: Hi, I have the following issue. I have a separate js that on window.onload calls: Wicket.Ajax.regist

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

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". -

Different styles in different windows on same application

2011-02-23 Thread Thijs
ic 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: user

Re: Wicket Portlets

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

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

Re: Ajax form submits in a Wicket portlet on Liferay

2009-08-19 Thread Thijs
The '-' is a reserved character in the name of a liferay portlet a portlets name should end with -portlet and not contain any other '-' On 19-8-2009 9:32, glr wrote: Having investigated the issue further, I noticed that the same code is working in some portlets and does not work in others. The

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

2009-06-30 Thread Thijs
o fix it my self? 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, Thijs wrote: I have the following setup: * Page mounted using a HybridUrlCodin

ie6 & HybridUrlCodingStrategy using ajax and an anchor results in a 404

2009-06-30 Thread Thijs
g 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 -

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
tainly 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. If t

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 &quo

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

2009-04-01 Thread Thijs
there are more 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, Th

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

2009-03-31 Thread Thijs
orm's 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: user

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 t

Re: Wicket Portlets in WebLogic Portal?

2009-03-23 Thread Thijs
y more 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 p

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 wick

Re: Portlet 2.0 and Events

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

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/b

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 of

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 th

Re: Portlets (JSR-168) and Ajax

2008-11-22 Thread Thijs Vonk
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 Ora

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

Re: Invalid URLPatternSpec for Ajax Calls in Wicket Portlet

2008-11-19 Thread Thijs Vonk
But does it also have a problem if it's running a standalone wicket application? Btw I've run wicket portlets (with the portlet 2 patch) in Glassfish & open portal portlet container(v. rc2 then) and that worked just fine... So I don't know what the problem could be... T

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. But

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 proble

Re: gmap2 now only works for wicket 1.4 ?

2008-06-30 Thread Thijs
wicket stuff 1.3 branch: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x wicket stuff 1.3 gmap2: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicket-contrib-gmap2 smallufo schreef: eh Sorry... I cannot find gmap2'

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 Wic

Re: Wicket portles in Sun Portal

2008-06-13 Thread Thijs Vonk
ep for man 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 littl

Re: Anchors in Wicket?

2008-06-11 Thread Thijs
).toString(); 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 sa

Re: Anchors in Wicket?

2008-06-10 Thread Thijs
get it - what is the 'component' in the setAnchor() method? If I set an anchor in a completely different page like this: What do I set as the 'component' in the link's setAnchor? Thanks, Michael -Original Message- From: Thijs Vonk [mailto:[EMAIL PROTECTED] Sen

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 unsubsc

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","Géné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 encodi

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

2008-05-23 Thread Thijs Vonk
lean) So if you 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 callin

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 ad

Re: portlet examples?

2008-05-12 Thread Thijs
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 ;-) bu

Re: portlet examples?

2008-05-12 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 at

Re: Wicket Portlets in Liferay 5

2008-05-06 Thread Thijs
tched 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 Qunin

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

Re: Wicket Portlets in Liferay 5

2008-05-05 Thread Thijs Vonk
working on liferay 5, but we are still modifying wicket and Liferay code to get things working as we want it. So I can't guaranty anything. Thijs Bobby Quninne wrote: Hi there, I am currently considering using wicket 1.3.3(and newer) with liferay 5. The site is going to be used for ba

Re: Wicket Portlets in Liferay 5

2008-05-01 Thread Thijs Vonk
ase. Besides that it's 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 d

Re: VOTE: Generics of IDataProvider

2008-04-24 Thread Thijs
[ ] IDataProvider [ X ] Iterator> , 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
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). Thi

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: en

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 pa

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* :) --

Re: PageParameter question

2008-03-13 Thread Thijs
d(key, 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 existin

Re: PageParameter question

2008-03-13 Thread Thijs
ge().getPageParameters. So if you take the example below, and say I have clicked on the first link. The output of HTML would then look like: test test test test While I expect: test test test test Thijs Martijn Dashorst schreef: So why don't you expect the loo

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 pagepara

PageParameter question

2008-03-13 Thread Thijs
y created PageParameters instead of the current PageParameters. Am I doing something wrong? Thijs - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: close tag error

2008-02-28 Thread Thijs
Wicket:id="someModal is missing a " Michael Mehrle wrote: I have like this: My code is: SomePanel somePanel - new SomePanel("somePanel", someModel); .. somePanel.add(new AjaxLink("openModal") { .. } I keep getting an error message: WicketMessage: close tag not fo

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 conte

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 approa

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

Re: Wicket 1.3 portlets in Liferay

2008-01-04 Thread Thijs
things working 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.x

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

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

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

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 http://www.liferay.com/web/guest/community/forums/mes

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 issue

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: 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

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: >> >>

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

Re: Wicket meetup (the netherlands) ideas

2007-11-05 Thread Thijs
It would be grate to get some more info on the portlet implementation. I've been trying to get that working on another portal server then Jetspeed without much luck :) Also a tips and tricks kinda thing would be great. To show some nice tricks to my employer and fellow colleges. I haven't been

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
RL is generated in wicket because the normal, non ajax links do point to the correct location: href="http://localhost:8080/web/guest/admin?p_p_id=AjaxApplication_WAR_wicketexamples&p_p_action=1&p_p_state=normal&p_p_mode=view. Can someone point me in the right direction? Thij

Re: recommend a CMS to integrate w/our wicket-based webapp?

2007-10-29 Thread Thijs
You wish :( On jetspeed based portals maybee. I haven't really tried it in there. However in the biggest opensource portal Liferay it's not really working. (See http://www.nabble.com/Portlet-howto-tf4587073.html) Thijs Eelco Hillenius wrote: > >> We're developin

Re: add multiple images

2007-10-28 Thread Thijs
BatiB80 wrote: [EMAIL PROTECTED], I want to add a list of images to my page. During design-phase I do not know how many images I have to create. That means instead of an image-tag I need some image-list in my HTML page where I can add 0...n images. Is there any component provided by the frame

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
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, &

Re: Portlet howto

2007-10-08 Thread Thijs
I'll be on training for the rest of the week, but if I find time in between I'll make sure to have a look. Otherwise next weekend :) Thijs Ate Douma wrote: > > Thijs wrote: >> Hi (Ate?) > Hi Thijs, > >> >> Is there someone who could write a small wiki

Portlet howto

2007-10-08 Thread Thijs
#x27;empty' 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 l

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
y good question. 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 <[

Re: creating RSS feeds with Wicket

2007-08-23 Thread thijs
headers because some feed readers just keep updating their information (adding the same articles over and over). Also it helps keep traffic to the site low Thijs" Ryan Sonnek wrote: http://www.jroller.com/wireframe/entry/wicket_and_rss_feeds Just wanted to post an announcement that there

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 nobo

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 ne

Re: full path/url to page using wicketfilter

2007-08-16 Thread Thijs
Subject has to be wicketfilter of cource Thijs wrote: 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 I need the full path to the bookmarkable page to get this working (and generate the all li

  1   2   >