Re: [Wicket-user] Overriding onRender() for BookmarkablePageLink

2006-03-16 Thread Gili
Absolutely, I can see why it would be useful to override getEnabled() when your state depends on many factors (some of which you cannot hook). I can also see the case where setEnabled() is simply easier to use for more static or hookable factors. Anyway, good to know. Gili Eelco Hillenius

Re: [Wicket-user] Overriding onRender() for BookmarkablePageLink

2006-03-16 Thread Gili
g because it allows me to know upfront exactly where its value is being changed (plus you don't have to recalculate the value if it hasn't been changed). Gili Eelco Hillenius wrote: Just override isEnabled. That's why it's not final. Eelco On 3/15/06, David Leangen <

Re: [Wicket-user] wicket:preview feature

2006-03-15 Thread Gili
Any chance you cam write up a short Wiki entry on how to use it? Gili Ryan Sonnek wrote: Do you need anything else from my side? I'll go ahead and just attach the javascript files to this email. I'd create a patch, but i have *no* idea where these files should be put in th

Re: [Wicket-user] Authentication

2006-03-14 Thread Gili
There is also an alternative authentication framework in wicket-contrib called wicket-class-auth (not to be confused with wicket-auth in wicket-core). Gili Igor Vaynberg wrote: there is no wicket tm way to do it because every application will probably be different. there is an example

Re: [Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
: https://java-net.dev.java.net/servlets/ForumMessageList?forumID=93 Gili Riyad Kalla wrote: If by the crappy left hand menus and not being able to tell what belongs to the site, what belongs to the project and overall having a hard time finding files that belong to the project, screenshots, do

Re: [Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
That's perfectly fine with me. If SVN anonymous access is reliable then I'm more than happy to stay with SourceForge. Gili Eelco Hillenius wrote: The thing is, that such a change is not trivial for us. We had a very good reason to move away from codehaus, as they were very unres

[Wicket-user] URL of shared Resource

2006-03-10 Thread Gili
e resource. In such a case, is there a way for me to get back the URL that generated the Resource? I need this in order to generate different images out of the same Resource, depending on the query string and/or the rest of the URL path. Thanks, Gili -- http://www.desktopbeau

Re: [Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
One final question, did SourceForge mention whether moving to SVN will remove the sync lag between the dev and anonymous servers? There is still a couple hours worth of lag between their CVS servers. Gili Gili wrote: That's perfectly fine with me. If SVN anonymous access is rel

Re: [Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
What do you mean by navigation? Gili Eelco Hillenius wrote: I don't like their navigation though. Eelco On 3/10/06, Gili <[EMAIL PROTECTED]> wrote: Normally I would agree... but this has been going on for over a year now (them making promises that CVS will get fi

Re: [Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
any better than CVS? The flakiness was never in the CVS software, it was in the SF hardware and/or configuration. java.net has a better track record and they do seem to meet all the requirements (don't they?). Isn't it worth looking into it? Gili Guillermo Castro wrote: Gili, Sou

[Wicket-user] Re: What about java.net?

2006-03-10 Thread Gili
Also, java.net just got SVN support! https://java-net.dev.java.net/servlets/ProjectForumMessageView?messageID=11831&forumID=93 Gili Gili wrote: Hi, I just realized java.net has a very fast CVS server, mailing lists, issue tracker, etc... I think it has everything we

[Wicket-user] What about java.net?

2006-03-10 Thread Gili
SF's crusty CVS server and onto java.net? Gili -- http://www.desktopbeautifier.com/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcas

Re: [Wicket-user] Experiences deploying/running Wicket on GlassFish

2006-03-08 Thread Gili
efore, I'd love to hear more about your experiences) Gili Shreedhar Ganapathy wrote: Hello I am part of the GlassFish project, an open community, led by Sun Microsystems that is developing an open source application server based on Java EE 5. (http://glassfish.dev.java.net). We are look

Re: [Wicket-user] Verbosity URL issue

2006-03-08 Thread Gili
http://www.servoy.com uses JSP as far as I can tell. If you hit their product page, it uses a JSP extension. Gili Tim Johnson wrote: According to the article posted on Java Lobby by R.J. Lorimer (which are fantastic...keep it up R.J.) "Some developers may be concerned about the verb

Re: [Wicket-user] Re: Re: Re: Wicket 1.2 and wicket:header

2006-03-07 Thread Gili
Excellent work! I plan on giving this a whirl real soon :) Gili Eelco Hillenius wrote: I just commited improvements for header contributions. I created behavior HeaderContributor which allows you to contribute to the page header without being bound to the static class structure

Re: [Wicket-user] Re: JavaOne, Wicket, NetBeans

2006-03-06 Thread Gili
Worse can scenerio, I can provide Netbeans projects for all of these things. When Maven2 support catches up we can defer to it. Gili Eelco Hillenius wrote: We are switching to maven 2. Some projects are backwards compatible, like the core project, but others are not. Like the spring and

Re: [Wicket-user] Re: JavaOne, Wicket, NetBeans

2006-03-06 Thread Gili
What are you building with Maven? The core library? Does the Maven1 plugin work under Netbeans? Gili Nathan Hamblen wrote: I'm eager to give Netbeans a shot, but I need the Maven 2 plugin to work smoothly first. http://docs.codehaus.org/display/MEVENIDE/MevenideNetbeans2.0 I'

Re: [Wicket-user] JavaOne, Wicket, NetBeans

2006-03-06 Thread Gili
Is there any reason we can't have the default HTML template have this functionality? Gili Geertjan Wielenga wrote: Gili, Sounds like a great idea! One of the issues I opened up a while back is that you currently can't create an HTML file into "Source Packages&

Re: [Wicket-user] JavaOne, Wicket, NetBeans

2006-03-06 Thread Gili
ing that would be nice ;) It would also go hand-in-hand with a single file template that creates two files. Other feature I would love to see is code-completion for tags in the HTML editor. I believe we'll get this for free once we have a Wicket 1.2 DTD (I'm not sure whether this

Re: [Wicket-user] Wicket 1.2 and wicket:header

2006-03-05 Thread Gili
Igor Vaynberg wrote: On 3/5/06, *Gili* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: David Leangen wrote: >> That's news to me. So when is used? > > In borders and components when you want to contribute to the of &

Re: [Wicket-user] Wicket 1.2 and wicket:header

2006-03-05 Thread Gili
Any objections? Gili David Leangen wrote: On Sun, 2006-03-05 at 23:09 -0500, Gili wrote: David Leangen wrote: That's news to me. So when is used? In borders and components when you want to contribute to the of the output. But Juergen said " in Pages don't make any sense&

Re: [Wicket-user] Wicket 1.2 and wicket:header

2006-03-05 Thread Gili
m to update the wiki. Why not just add something yourself? Well that's a catch-22 isn't it? If I don't know the answer, how can I document it in Wiki? And if I do, I wouldn't have asked the question. Once I get the answer fully figured out I&#x

Re: [Wicket-user] Wicket 1.2 and wicket:header

2006-03-05 Thread Gili
That's news to me. So when is used? You might want to update the Wiki entry so more people don't run into this problem. Gili Juergen Donnerstag wrote: in Pages don't make any sense. Just remove it and you are done. Juergen On 3/4/06, jan_bar <[EMAIL PROTECTED]&

Re: [Wicket-user] Re: Refreshing dynamic images

2006-03-02 Thread Gili
Take a look at CachedLazyResource I posted here: http://sourceforge.net/tracker/index.php?func=detail&aid=1431567&group_id=119783&atid=684977 It works excellent for cached dynamic images. Gili Anders Peterson wrote: 1) "setCacheable": Done! With dynamic image

[Wicket-user] Question about application-scoped resources

2006-03-01 Thread Gili
ither created or destroyed as a single unit? I would expect us to use application.getClass() as the scope where "application" is the current application (one out of the ten applications). Is it possible to use the behavior I am describing? Thank you, Gili -- http://www.deskto

Re: [Wicket-user] Detachable resources

2006-03-01 Thread Gili
lass the constructor. I think I'll have to generate a non-anonymous subclass to make this work. Thanks, Gili Maurice Marrink wrote: I think he is already doing that johan, hence the question about the re-attaching. Although there seems to be something going wrong because all models are

[Wicket-user] Re: [ wicket-Feature Requests-1438745 ] New auth-roles-class library with Class-based roles

2006-02-26 Thread Gili
Shit... I'm sorry. My address book had your name aliased to the mailing list. This was meant as a private post. Sorry :( Gili Gili wrote: At the very least, I should be able to commit this to wicket-stuff, right? Thanks, Gili SourceForge.net wrote: Feature Requests item #14

[Wicket-user] Re: [ wicket-Feature Requests-1438745 ] New auth-roles-class library with Class-based roles

2006-02-26 Thread Gili
At the very least, I should be able to commit this to wicket-stuff, right? Thanks, Gili SourceForge.net wrote: Feature Requests item #1438745, was opened at 2006-02-25 21:16 Message generated for change (Comment added) made by eelco12 You can respond by visiting: https

Re: [Wicket-user] Detachable resources

2006-02-23 Thread Gili
environments? Thank you, Gili Johan Compagner wrote: Iresourcestream.close() On 2/23/06, *Gili* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I meant I haved a Resource that gets its data from the database. So I wrapped my Hibernate

Re: [Wicket-user] Detachable resources

2006-02-23 Thread Gili
in a clustering environment? 2) Does it make sense for Wicket to provide some sort of mechanism/hook to let the resource know when the HTTP request begins/ends so it can reattach its model objects (if any exist) to the database? Thank you, Gili Johan Compagner wrote: i guess you are now ta

[Wicket-user] Detachable resources

2006-02-23 Thread Gili
-type and data I will only need to attach/detach once across those three calls instead of three times. Is such a thing possible or maybe you have a better idea? I can file a RFE if needed. Thank you, Gili -- http://www.desktopbeautifie

Re: [Spam] Re: [Wicket-user] wicket:head, wicket:border ..and others..

2006-02-22 Thread Gili
What "patches"? I'm asking whether or not we plan on keeping around or not. That's a design decision. Furthermore, I've already pointed out that I'm not familiar with the current state of which is why I am asking. Please stop trying to be hostile. There is

Re: [Wicket-user] wicket:head, wicket:border ..and others..

2006-02-22 Thread Gili
mented. Do we have plans to expand on this or do we just remove wicket:component altogether if it doesn't work? Gili karthik Guru wrote: How many such tags exist? Please do list the others. , , ? .. so we can declare component type in the markup..not

Re: [Wicket-user] Parsing Error:Mismatch Close Tag Error

2006-02-22 Thread Gili
Cool it Mr. etiquette police :) I usually inform the developers directly on IRC of these smaller issues but they weren't around at the time so I posted it to the list. If you want to bitch me out, feel free to join IRC where flamewars belong :) Gili Justin Lee wrote: -BEGI

[Wicket-user] Re: [Wicket-autocvs] wicket/src/java/wicket/request/compound DefaultExceptionResponseStrategy.java,1.8,1.9

2006-02-22 Thread Gili
uess and I could be wrong. Is there a more elegant way for us to handle this to cause the browser to fail-fast (not hang there) and if possible redirect to the error page somehow (I doubt the latter is possible)? Gili Juergen Donnerstag wrote: Update of /cvsroot/wicket/wicket/src/java/wick

Re: [Wicket-user] Parsing Error:Mismatch Close Tag Error

2006-02-20 Thread Gili
you wish. Gili Gili wrote: I'm seeing this too. I have a page works properly but if I insert: No images into my code suddenly I get a parsing error message from Wicket. It isn't identical to the one reported by Ayodeji. He got: wicket.markup.MarkupException: Tag '&#x

Re: [Wicket-user] Parsing Error:Mismatch Close Tag Error

2006-02-20 Thread Gili
) has a > mismatched close tag at '' (line 184, column 17) whereas I get: 01:34:20,688 ERROR RequestCycle:964 - Expected close tag for wicket:id="noImages" id="noImages"> [markup = file:/C:/Documents%20and%20Settings/Gili/My%20Documents/blueeye/trunk/deskto

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
Sounds good to me. Gili Igor Vaynberg wrote: fine, lets just have an overriddable String getDeploymentMode() on the app. that will solve the current issue and allow the user to fetch that value from anywhere. by default we can try a sys prop and servlet init param/context param

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
() just sets a whole slew of settings in one shot vs setting them individually. Are you saying that if I execute the above code in my init() that it will somehow fail? Isn't that a problem in its own right? Gili Igor Vaynberg wrote: because in this situation it makes sense to have

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
init()? I understand it is more work than simply removing configure(), but in my view that's like fixing a bug by removing the feature. Just my 2 cents... Gili Andrew Lombardi wrote: +1 on this. To make the programmatic configure() work just seems like a lot of fluff, don't see wh

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
I'm -1 on this. Gili Johan Compagner wrote: +1 calling configure youre self doesn't make anysense. This is one thing that just have to be configured somewhere else (web.xml or system property) johan On 2/19/06, * Igor Vaynberg* <[EMAIL PROTECTED] <mailto:

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
Is there a way to pool JarFile instances so we reuse the same one every second instead of creating a new one? Also, maybe we can create our own UrlClassLoader (copy Sun's and add a closing mechanism which Wicket would use)? Gili Johan Compagner wrote: No this is already discussed

Re: [Wicket-user] Too many open files problem

2006-02-19 Thread Gili
Eek, XML files! ;) That aside, I assume this means there is a bug in resource polling? ... or is it normal for it to open all these files and never close them? Gili Igor Vaynberg wrote: seems there is a problem with how application.configure() works. if you call configure

Re: [Spam] [Wicket-user] in Wicket 1.2

2006-02-17 Thread Gili
Caused by the use of in a child page without in the body. I'm going to file a bug report against the misleading error message. Gili Gili wrote: Has something changed in Wicket 1.2 for header contribution? I was under the impression that if an inheriting page had both and

[Wicket-user] in Wicket 1.2

2006-02-17 Thread Gili
component is available directly in then add() works fine with no error. Ideas? Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new

Re: [Wicket-user] VOTE

2006-02-16 Thread Gili
On Feb 17, 2006, at 3:33 AM, Eelco Hillenius wrote: 1. Give me the constructor change and the Java 5 functionality in one pass (Wicket 2.0) +1. Gili --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

[Wicket-user] CSS/JS markup files

2006-02-16 Thread Gili
probably hack something together with the current implementation but there will be no previewability and it'll be hard to maintain. What do you think? Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splun

Re: [Wicket-user] Post 1.2 roadmap

2006-02-16 Thread Gili
arder to maintain. Gili --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!

Re: [Wicket-user] Re: [Wicket-autocvs] wicket/src/java/wicket/util/collections ArrayListStack.java,NONE,1.1

2006-02-15 Thread Gili
My apologies. Thank you for the clarification. Gili Eelco Hillenius wrote: That class is a replacement for java.util.Stack, which is based on synchronized java.util.Vector. You didn't get the point of the replacement. Eelco On 2/15/06, Gili <[EMAIL PROTECTED

Re: [Wicket-user] Post 1.2 roadmap

2006-02-15 Thread Gili
osed to the current add() mechanism. I would argue that the current discussion is quite relevant in that we are trying to give our feedback on this proposal. I'm not arguing against the existence of constructors just for the sake of argument. Gili -

[Wicket-user] Re: [Wicket-autocvs] wicket/src/java/wicket/util/collections ArrayListStack.java,NONE,1.1

2006-02-15 Thread Gili
Forgive me for pointing this out but ArrayList in the JDK is *not* synchronized. As well, you can initialize its initial size just fine using the constructor. Was there another reason for using ArrayListStack over ArrayList which was not mentioned in the CVS commit log? Gili Jonathan

[Wicket-user] Re: Retroweaver

2006-02-15 Thread Gili
FYI, I ran this problem by the author, his reply can be found below. In a nutshell, it might be worth your while to investigate retroweaver-ng until the official branch is updated. Gili [EMAIL PROTECTED] wrote: There is a project called retroweaver-ng which basically has the latest

Re: [Wicket-user] Post 1.2 roadmap

2006-02-14 Thread Gili
to be calculated or modified in any way prior to the super() call you're out of luck. Gili Timo Stamm wrote: Johan Compagner schrieb: that would be very hard to maintain. For example if you have a panel that is rewritten by using only the new parent in constructor params. And you add that in

Re: [Wicket-user] Post 1.2 roadmap

2006-02-14 Thread Gili
Just curious, can you be more specific about problems with Retroweaver? Thanks, Gili Tom S. wrote: Java 5 support would be a really big plus (esp. with tools like Retrotranslator and Retroweaver) for me as well. We've tried Retroweaver with our desktop applications and it f

Re: [Wicket-user] Post 1.2 roadmap

2006-02-13 Thread Gili
Seems to me you guys are quickly running out of things to work on. Might I humbly suggest you schedule RFE #1228367 for the next release? On a related note, I believe RFE #1167649 can be closed as fixed. Thanks, Gili Martijn Dashorst wrote: All, We are of course very busy finalizing

[Wicket-user] AjaxLinkTest fails

2006-02-12 Thread Gili
FYI, building wicket core from CVS head (did an update a few seconds ago): [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 1.047 sec [junit] [ERROR] TEST wicket.ajax.markup.html.ajaxLink.AjaxLinkTest FAILED I've attached the test results file. Gili --

[Wicket-user] Re: Pethate - long urls

2006-02-10 Thread Gili
ent(String queryParameter) so you could for example invoke BookmarkablePageRequestTargetUrlCodingStrategy.excludeArgument("userName") and all other arguments would work fine. Gili John Patterson wrote: Such pages MUST have different URLs but perhaps 90% of the content may be the same.

Re: [Wicket-user] Re: Pethate - long urls

2006-02-09 Thread Gili
John Patterson wrote: On Thursday 09 Feb 2006 15:15, Gili wrote: You misunderstood. I wasn't saying you should be removing parameters. I was suggesting you canonicalize them. That is, if a user hits: foo.html?a=1&b=2&c=3 but this is identical to foo.html?a=1 (because b=

Re: [Wicket-user] Re: Pethate - long urls

2006-02-09 Thread Gili
I have read that most crawlers will outright reject any URLs that make use of sessions). I'm saying that you should focus on ensuring all BookmarkablePages expose canonicalized paths and redirect pages with "equivilent" parameter values to those canonicalized paths. Gili -

Re: [Wicket-user] Re: Pethate - long urls

2006-02-09 Thread Gili
ntent and use HTTP redirects in case different parameters yield the same content. Google will only penalize you if you don't HTTP redirect and pretend these are different pages. Just my 2 cents... Gili John Patterson wrote: Igor Vaynberg gmail.com> writes: its pretty easy

Re: [Wicket-user] wicket.WicketRuntimeException while redirecting to Login Page

2006-02-07 Thread Gili
Session.redirectToInterceptPage() has extremely brief Javadoc in 1.2. I understand we are redirecting to a page but there is no mention of what an intercept page is. At the very least we should have a @see #continueToOriginalDestination and a reverse link as well. Gili Johan Compagner

Re: [Wicket-user] onRuntimeException() in 1.2

2006-02-06 Thread Gili
Is there any reason for CompoundRequestCycleProcessor.newRequestCodingStrategy() throwing an exception rather than returning new WebRequestCodingStrategy()? Gili Eelco Hillenius wrote: You probably want to checkout CompoundRequestCycleProcessor and IExceptionResponseStrategy first though

Re: [Wicket-user] onRuntimeException() in 1.2

2006-02-05 Thread Gili
Sorry, just found Application.newRequestCycleProcessor(). Thanks anyway, Gili Gili wrote: Hi, How does one provide a custom implementation for onRuntimeException() in Wicket 1.2? The javadoc for RequestCycle seems to indicate I shouldn't be subclassing it

[Wicket-user] onRuntimeException() in 1.2

2006-02-05 Thread Gili
tings().setExceptionResponseStrategy(someCustomImplementation); Any ideas? Thanks, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX s

[Wicket-user] Re: Forcing immediate Page redirection

2006-02-05 Thread Gili
FYI, Igor replied on IRC that in Wicket 1.2 one may throw a RedirectToPageException to achieve what I asked for. Gili Gili wrote: Hi, Is it possible to tell Wicket to redirect the HTTP request prior to the rendering phase of the current page? Last time I checked, setRedirectPage

[Wicket-user] Forcing immediate Page redirection

2006-02-05 Thread Gili
redirects the browser back to the same Page and retries the operation. In theory, the second time around we will have all necessary data and a read-only Session may be used. Is this possible under Wicket or should I file a RFE? Thanks, Gili -- http://www.desktopbeau

Re: [Wicket-user] Re: mountBookmarkablePage and resource paths

2006-02-01 Thread Gili
past, is it possible to implement http://sourceforge.net/tracker/index.php?func=detail&aid=1228367&group_id=119783&atid=684978 in the near future? It is almost identical work to autolinked images but instead of automating Image object configuration it automates Link object configuratio

Re: [Wicket-user] Re: mountBookmarkablePage and resource paths

2006-01-31 Thread Gili
;t define getURL(). I would appreciate your help understanding how to do this. Thanks, Gili R.J. Lorimer wrote: Gili, Can't you use the new RequestTargetUrlCodingStrategy to effectively meet the needs of the page alias stuff? It's a little more complicated from what I&#x

[Wicket-user] Re: mountBookmarkablePage and resource paths

2006-01-30 Thread Gili
Should I file a bug report against this? My shared resources have been bookmarked by thousands of websites and migrating from Wicket 1.1 to 1.2 changes their URLs. Gili Gili wrote: Hi, Any idea why mountBookmarkablePage does not affect resource paths? That is, in the old

Re: [Wicket-user] Image, path=X and jsessionid

2006-01-28 Thread Gili
rks, does it not? So what's the downside? I took a quick look at IRequestTarget and IRequestTargetResolverStrategy but they seem to deal with handling incoming requests, not having anything to do with serving unique resource URLs to begin with. What did you hav

Re: [Wicket-user] Image, path=X and jsessionid

2006-01-28 Thread Gili
ionid. The point is that component-scoped images should have a URL that is unique to the user session in some way such that the browser knows that path=0 for one session is not the same image as path=0 for another session. Do you see what I mean? Gili Ivo Limmen wrote: Why not add a timestamp o

[Wicket-user] mountBookmarkablePage and resource paths

2006-01-27 Thread Gili
/com.foo.bar.Page/myImage.jpg instead which looks rather ugly. Is there an equivalent aliasing mechanism for resources? Thanks, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [Wicket-user] Image, path=X and jsessionid

2006-01-27 Thread Gili
So then let me ask you the question from a different point of view. When *is* it correct to use a component resource? Gili Johan Compagner wrote: Use it as a SharedResource so not a component resource. Then don't set http cache headers. But do make the resource cacheable so that it c

Re: [Wicket-user] Image, path=X and jsessionid

2006-01-27 Thread Gili
The problem is that the browser cache operates strictly on the image URL, regardless of any cookie values. If we don't explicitly add JSESSIONID onto its URL, then the browser will mistakenly think two images from different sessions are equal because their URL is equal. Gili Ju

Re: [Wicket-user] Image, path=X and jsessionid

2006-01-27 Thread Gili
for path=0 are not guaranteed to be valid anymore. That is to say, path=0 for one JSESSIONID is not guaranteed to be the same as path=0 for another JSESSIONID but the browser doesn't know this which is why I want to make it explicit. Gili Martijn Dashorst wrote: -1 This is very specif

[Wicket-user] Image, path=X and jsessionid

2006-01-27 Thread Gili
mages, but underlying image might change from session to session and the browser will display an incorrect (cached) image. I think appending the jsessionid to the URL is a very easy and generic fix for this and I'd like to see it go into core. What do you think? Thank

[Wicket-user] WebPage.getWebRequestCycle()

2006-01-25 Thread Gili
getWebRequestCycle() is protected while getRequestCycle() is public. Seeing as the former simply casts the latter, shouldn't it be public too? Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk In

[Wicket-user] path=X across sessions

2006-01-25 Thread Gili
map the images to http://foo/yourUniquePerSessionIdHere/content which might solve the problem but I'm not sure how to do this. Thank you, Gili --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for prob

Re: [Wicket-user] Error with ReuseIfModelsEqualStrategy and last version of wicket/wicket-extensions

2005-12-28 Thread Gili
t. Unless you choose to subclass, you won't care whether removeAll() invokes remove() under the hood. Gili Igor Vaynberg wrote: i think gili's point was more to the tune of the fact that he expects removeall() to call remove() for each component as a contract. that way if he overrid

Re: [Wicket-user] Error with ReuseIfModelsEqualStrategy and last version of wicket/wicket-extensions

2005-12-28 Thread Gili
into the discussion then both remove() and removeAll() will have to be subclassed as a team (similar to hashCode() and equals()). Gili Igor Vaynberg wrote: i do not think removeAll() should call the regular remove(). removeAll() generates a single change object and clears out the children, i thin

[Wicket-user] Wiki update on 1.2 features?

2005-12-27 Thread Gili
f new features to the wicket-user mailing list. Thank you, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that

Re: [Wicket-user] wicket-stuff tags/branches

2005-12-14 Thread Gili
You know... the technique supposidly works fine but I am working for the other technique you were mentioning where I will be able to upgrade from WICKET_1_1 without any modification to my HTML files and CSS will automagically work like it used to. Right now I get broken links. Gili Igor

Re: [Wicket-user] wicket-stuff tags/branches

2005-12-14 Thread Gili
epends upon wicket's "head" branch I can't do this. All this is to say that I am +1 for synching the hibernate 3.0 module against wicket (Igor did this last night). Gili Juergen Donnerstag wrote: Some are really experimental only with little documentation and more meant to

[Wicket-user] Problems compiling wicket-stuff

2005-12-13 Thread Gili
Hi,     I tried compiling wicket-stuff from WICKET_1_1 against wicket from WICKET_1_1 and I get: C:\Documents and Settings\Gili\My Documents\wicket-stuff\wicket-contrib-data-hibernate-3.0\src\java\wicket\contrib\data\model\hibernate\HibernateDataProvider.java:10: package

[Wicket-user] wicket-stuff tags/branches

2005-12-13 Thread Gili
Hi,     wicket-stuff has: WICKET_1_1 WICKET_1_1_BRANCH HEAD head     which is rather confusing and inconsistent with the tags/branches in the "wicket" repository. Who is CVS admin for wicket-stuff? Can this be cleaned up? Gili -- http://www.desktopbeautifier.com/

[Wicket-user] Re: Problems compiling wicket-stuff

2005-12-13 Thread Gili
    On further investigation, wicket-stuff WICKET_1_1 actually depends on wicket HEAD code (specifically some wicket-extensions code). Can someone please fix this? Thanks, Gili Gili wrote: Hi,     I tried compiling wicket-stuff from WICKET_1_1 against wicket from WICKET_1_1 and I

Re: [Wicket-user] Is "back button" supported in wicket-contrib-dojo-examples

2005-12-05 Thread Gili
asing). Gili Eelco Hillenius wrote: Are you sure you want to get peoples' opinions on your Mac again??? :) (for the record I like Mac and I'm even sorry that I wasn't couragous enough to buy one instead of the laptop I have now) Eelco On 12/5/05, Martijn Dashorst <[EMAIL PROTECTED]

Re: [Wicket-user] Is "back button" supported in wicket-contrib-dojo-examples

2005-12-05 Thread Gili
FYI: Google's AJAX handles back button just fine so it must be technically doable (and in my view, desirable). Gili Igor Vaynberg wrote: I think this is a problem with ajax and not with dojo support - although most people would argue that this is one of the bigger advantages of

[Wicket-user] wicket-examples junit tests fail

2005-12-05 Thread Gili
Can someone please try reproduce this on their end? Please also update wicket-examples dependency on wicket/wicket-extensions from 1.1 to SNAPSHOT. Thanks, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by

Re: [Wicket-user] Resources are broken in CVS HEAD

2005-12-05 Thread Gili
Please get back on IRC (your connection just timed out) and we will discuss this quicker. Gili Johan Compagner wrote: you always get a BufferedWebResponse by default. (See ApplicationSettings.getBufferResponse()) What i don't get is how it is possible that the outputstream is al

[Wicket-user] Resources are broken in CVS HEAD

2005-12-04 Thread Gili
ake a look at this? Thanks, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as

Re: [Wicket-user] Problems with WebResponse in CVS HEAD

2005-12-04 Thread Gili
I am guessing that is what is going on in my case) Can you guys rewrite this block so it throws the first exception encountered and quietly swallows any new ones? Gili Gili wrote: Old code that used to run fine is now broken after a CVS update of Wicket. Here are some stack-trac

[Wicket-user] Problems with WebResponse in CVS HEAD

2005-12-04 Thread Gili
irst. Any ideas what's causing this? The only change I am aware of is that I used to use NO_REDIRECT in the older release and in the newer release I use the default value (which is redirect via buffer or something). Gili -- http://www.desktopbeaut

[Wicket-user] niceurl support

2005-12-04 Thread Gili
ome of the concerns in the TODO seems to hint otherwise...? Or did you guys resolve this yet? Thanks, Gili -- http://www.desktopbeautifier.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for probl

Re: [Wicket-user] Pethate - long urls

2005-12-03 Thread Gili
fault PairPageParametersEncoder? Gili Igor Vaynberg wrote: as i and eelco have mentioned numerous times in this thread - there is an example in wicket-examples/niceurls that we are using to validate our ideas. this is a good starting point if you want to take a look at the code to save you a bit of di

Re: [Wicket-user] Pethate - long urls

2005-12-03 Thread Gili
Where should I be looking in the new codebase for the clean URL code you were discussing? It's not where I was expecting it. Gili Igor Vaynberg wrote: this is for ENCRYPTED urls and has nothing to do with what we are discussing here. -Igor On 12/3/05, *Gili* < [EMAIL P

Re: [Wicket-user] Pethate - long urls

2005-12-03 Thread Gili
placeAll(queryString, "bookmarkablePage=", "5="); ! // For debugging only: determine possibilities to further shorten // the query string --- 158,162 queryString = Strings.replaceAll(queryString, "interface=", "3="); queryString = Strings.

Re: [Wicket-user] Pethate - long urls

2005-12-03 Thread Gili
No problem. I was simply basing this on CVS diffs I saw on the mailing list, so I didn't pull this out of the air. I'll check it out now. Gili Eelco Hillenius wrote: I haven't taken a look at the latest code yet Well, please do that first before comme

Re: [Wicket-user] Pethate - long urls

2005-12-03 Thread Gili
"page". Similar to aliasClass() you'd have aliasParameter() or something. Gili Eelco Hillenius wrote: Not only considering... we build it in! :) There's a couple of things we are working on yet, which are stated in the TODO doc in the niceurl example package. By looking at th

[Wicket-user] Web Continuation Servers

2005-11-25 Thread Gili
Boy oh boy! I want this under Wicket: http://weblogs.java.net/blog/navaneeth/archive/2005/11/_one_interestin.html I leave it up to you guys to figure out the details ;) Gili -- http://www.desktopbeautifier.com/ --- This SF.net

  1   2   3   4   5   6   >