Detachable confusion

2008-05-23 Thread David Nedrow
"), "name") }; SomeTableType dataTable = new SomeTableType(users); add(dataTable); } } Part of my confusion comes from trying to work in a SortableDataProvider to use with a DefaultDataTable with columns sortable by header () links. -David --

Re: Background image that resizes with window?

2008-05-23 Thread David Nedrow
On May 23, 2008, at 11:20 AM, Igor Vaynberg wrote: dont really see what this has to do with wicket...sounds like you are after some javascript. I have the JavaScript, but I was having trouble with other Wicket elements being shunted aside by the image. I'll poke around again. -

Background image that resizes with window?

2008-05-23 Thread David Nedrow
good example of what I'm after http://whatstheweather.net/ The page is using jquery, but if I try to use an link in the page, it pushes all of my other content below the image. Here's more information on what's being done on that page... http://css-tricks.com/how-to

Re: OK, more JPA questions

2008-05-19 Thread David Nedrow
like want I want, as I would prefer to keep as much of the "bookkeeping" as possible out of the application logic. -David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OK, more JPA questions

2008-05-16 Thread David Nedrow
managed is not session managed." I've gotten myself pretty confused on this, as you can tell. ;) -David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How does Wicket load an object and combine it with a user's web input? (newbie question)

2008-05-16 Thread David Wicket
I just started learning Wicket. I have some experience with JSP+Spring. In Spring, based on a hidden id parameter from a form, I can use formBackingObject method to load the object. Spring combines a user's input in the form with the loaded object to form the latest version of this object and th

JPA suggestions?

2008-05-13 Thread David Nedrow
-based web application? IE., how best to instantiate the factory (if necessary) and/or use the DAOs. Should this happen at the wicket application level, or somehow page/panel-based? Thanks for any pointers, -David - To unsubscri

Re: TestingAuthenticationToken and AbstractAuthenticationToken

2008-05-07 Thread David Nedrow
On May 7, 2008, at 2:55 AM, Maurice Marrink wrote: The 1.3.1-SNAPSHOT is not the latest snapshot, i should probably delete it from the repo. The latest version is 1.3-SNAPSHOT. D'oh! Thanks. -David - To unsubscribe, e

Re: TestingAuthenticationToken and AbstractAuthenticationToken

2008-05-06 Thread David Nedrow
today (jar files) and there is no SwarmPolicyFileHiveFactory class in it. Not a big deal if I can just swap in the old PolicyFileHiveFactory. Thanks, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: TestingAuthenticationToken and AbstractAuthenticationToken

2008-05-06 Thread David Nedrow
Olger, On May 6, 2008, at 12:59 AM, Olger Warnier wrote: Hi David & James, I had the same issue, tried to get an idea on how to use acegi with wicket. Based on the samples , I made my own test that uses acegi for authentication and swarm for the authorization. Cool, thanks for

TestingAuthenticationToken and AbstractAuthenticationToken

2008-05-05 Thread David Nedrow
acceptable as input to AcegiLoginContext(AbstractAuthenticationToken token)? My brain is so twisted around trying to find the relevant parts of the example that I must be missing something. I feel like Dr. Thorndyke from High Anxiety, falling into a swirling morass of interleaved code. ;

I give, anyone have a simplified (standalone) Acegi example

2008-05-05 Thread David Nedrow
roviding a full sample. Has anyone seen an Acegi+Wicket example that is: 1) Targeted at implementing Acegi in Wicket 2) Contains all the sample sources in a self-contained tree -David - To unsubscribe, e-mail: [EMAIL PROT

Re: validation: Wicket does the right thing? Or right tool?

2008-05-05 Thread David Chang
tutorial job, but it has many how-tos and lacks whys (the Wicket design ideas). I feel switching from JSP+Spring MVC to Wicket it is crucial to know those whys to fully appreciate or effectively use Wicket. How is your Wicket in Action? Thanks, David > I often have many questions when read

Re: validation: Wicket does the right thing? Or right tool?

2008-05-04 Thread David Chang
situations that I can easily handle with Spring MVC. Regards, David --- Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > 1. It is too much coding. Anybody used Valang in > > Spring Module? By using Valang, the validation > code is > > much clean and a lot fewer an

Re: validation: Wicket does the right thing? Or right tool?

2008-05-02 Thread David Chang
age, but these different concerns should be separated in Wicket somehow, code should look clean and good... Thank you for sharing your thought and experience, which is immensely helpful! Regards. previous emails = --- John Krasnay <[EMAIL PROTECTED]> wrote:

validation: Wicket does the right thing? Or right tool?

2008-05-02 Thread David Chang
he best ways of using Wicket. I love to hear from expereinced users/guru here. Thanks for your input! Warm regards, David Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Re: questions about Matt Raible's web framework comparison

2008-05-02 Thread David Chang
Johan, Thank you for your information. If I want an entire site to have nice URLs, I have to MANUALL add the line such as this application.mount("/login", LoginPage.class) for each WebPage component of this application? Regards, David >you can mount a (bookmarkable) page on a

questions about Matt Raible's web framework comparison

2008-05-02 Thread David Chang
cket. This worries me since I am Sitemesh fan. Can Sitemesh be FULLY integrated with Wicket? Any Wicket user did this? Thank you so much for help! David Be a better friend, newshound, and know-it-all with Yah

My first Wicket question

2008-04-30 Thread David Chang
I just started to learn Wicket. This question may seem naive to many people and please forgive me. a WebPage component is created for each session and its data members are not shared by different sessions. Correct? Thanks! p.s. Where can I find a useful FAQ list to answer questions similar to

Re: No built-in converter for Locale.class?

2008-04-18 Thread David Leangen
ge parameters and control flow. I'm providing default values as Strings, which means that some fields need converters. This seems to clean up the pages quite a bit and simplify a lot the processing of parameters. Maybe a useful feature for a later release of W

No built-in converter for Locale.class?

2008-04-18 Thread David Leangen
Before I go and write my own, I just wanted to make sure that there is no built-in Converter for Locale. Looking through the code tells me that it's not supported by default. Is this so? Thanks, David - To unsubscri

Status of acegi/wasp/swarm?

2008-04-17 Thread David Nedrow
inder without having to slide in bits of Spring to do it? -David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Attaching stuff to pages

2008-04-10 Thread David Leangen
ax.servlet? Should I submit a patch? Cheers, -dml- On Fri, 2008-04-11 at 11:45 +0900, David Leangen wrote: > Cool! > > Thank you for the ultra-rapido reply. :-) > > > > On Thu, 2008-04-10 at 19:44 -0700, Igor Vaynberg wrote: > > mount a page using indexed url c

Re: Attaching stuff to pages

2008-04-10 Thread David Leangen
gt; > -igor > > > > > On Thu, Apr 10, 2008 at 7:39 PM, David Leangen <[EMAIL PROTECTED]> wrote: > > > > I know this type of question has been asked before, so if somebody can > > point me to a previous thread or some doc, that would be cool. > > > >

Attaching stuff to pages

2008-04-10 Thread David Leangen
I know this type of question has been asked before, so if somebody can point me to a previous thread or some doc, that would be cool. I have a page like "books" mounted on /books. When the user sees the page mounted at /books, she gets a list of all available books. Each available book should be

Re: Strange behaviour with autocomplete

2008-04-06 Thread David Leangen
> -- > Erik van Oosten > http://www.day-to-day-stuff.blogspot.com/ > > > David Leangen wrote: > > Hi, > > > > Using the standard wicket autocomplete widget, I just noticed that I am > > getting some strange behaviour. > > > > When I mouseover

Strange behaviour with autocomplete

2008-04-03 Thread David Leangen
l and therefore for this bug to manifest itself. Has anybody else ever dealt with this problem? Thanks! David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I get a change in my tree model to be displayed?

2008-03-31 Thread David Leangen
Beautiful. Thank you! On Mon, 2008-03-31 at 10:25 +0200, Thomas Kappler wrote: > Hi, > > first of all, in the first line of the loop, shouldn't node be nextNode? > > Then, you're directly calling listener methods, which are supposed to > be callbacks, i.e., they are called by the framework w

How do I get a change in my tree model to be displayed?

2008-03-31 Thread David Leangen
o get that change to take effect. Thanks for the help! David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Intention of PropertyModel in 1.3

2008-03-31 Thread David Leangen
Thank you very much!! On Sun, 2008-03-30 at 21:46 -0700, Igor Vaynberg wrote: > patch applied. always report a jira issue, that way things dont get > forgotten, and as you can see submitting a patch helps too :) > > -igor > > > On Sun, Mar 30, 2008 at 9:36 PM,

Re: Intention of PropertyModel in 1.3

2008-03-30 Thread David Leangen
I didn't happen to see a reply to this thread, and the stack trace is still driving me bananas, so I submitted a patch. :-) https://issues.apache.org/jira/browse/WICKET-1464 Thanks, as always, Wicket committers. :-) On Thu, 2008-03-13 at 12:45 +0900, David Leangen wrote: > >

Re: clustering failover error

2008-03-27 Thread David Leangen
Glad it works for you. Tried what you said below, but doesn't solve my problem. http://www.nabble.com/Finding-the-cause-of-an-Exception-td16088387.html#a16112402 On Thu, 2008-03-27 at 10:01 -0700, Scott Swank wrote: > We just discovered that if we use SecondLevelCacheSessionStore the > probl

Re: StreamCorruptedException when using autocomplete

2008-03-25 Thread David Leangen
Looks like this is the possible cause: https://issues.apache.org/jira/browse/WICKET-1445 We're just checking up on that now. On Fri, 2008-03-21 at 14:55 +0900, David Leangen wrote: > > Already tried that. Same problem. :-( > > > > On Thu, 2008-03-20 at 22:53 -07

Re: StreamCorruptedException when using autocomplete

2008-03-20 Thread David Leangen
Already tried that. Same problem. :-( On Thu, 2008-03-20 at 22:53 -0700, Igor Vaynberg wrote: > what if you make the search form class static? > > -igor > > > On Thu, Mar 20, 2008 at 10:31 PM, David Leangen <[EMAIL PROTECTED]> wrote: > > &

Re: StreamCorruptedException when using autocomplete

2008-03-20 Thread David Leangen
Thanks for the suggestions... > are you using a class reloading mechanism of any sort? this error > would make sense if wicket saved a page to store, you changed the > class def and wicket tried to deserialize an instance of that changed > class No, none. I took out all the widgets from the

StreamCorruptedException when using autocomplete

2008-03-17 Thread David Leangen
in detail are not giving me any good hints yet... Thanks! Dave On Mon, 2008-03-17 at 13:38 +0900, David Leangen wrote: > Can anybody suggest how I can try to resolve my > StreamCorruptedException? > > I have an autocomplete text field. When I hit the back button and modify >

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

2008-03-17 Thread David Leangen
[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 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Finding the cause of an Exception

2008-03-16 Thread David Leangen
Can anybody suggest how I can try to resolve my StreamCorruptedException? I have an autocomplete text field. When I hit the back button and modify the text, I get the said Exception. I've tried stepping through the code, but the error is not obvious at all. The error only happens with the autoc

RE: Planning Wicket Next Generation

2008-03-16 Thread David Leangen
+1 for Java 5 & Generics - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Intention of PropertyModel in 1.3

2008-03-12 Thread David Leangen
> > > > This used to work in 1.2.6, but now 1.3.1 complains that > > > > there is no setter for this class. > > > hmm, this should still work. mind filing a jira bug with > > > a quickstart? > > You're right, it does still work. The thing is that during the algorithm > > when the properties of

RE: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-10 Thread David Leangen
checks if the URL is > the home page and if so, redirects without appending the parameters. > > > On Fri, Mar 7, 2008 at 8:32 PM, David Leangen <[EMAIL PROTECTED]> wrote: > > > > I dunno. > > > > I thought you were talking about mounted urls, whose urls disp

Re: Intention of PropertyModel in 1.3

2008-03-09 Thread David Leangen
r > > > On Feb 13, 2008 12:00 AM, David Leangen <[EMAIL PROTECTED]> wrote: > > > > Hello! > > > > I'm (finally!) migrating to 1.3, so have a few wrinkles to iron out. > > > > Is somebody able to tell me the intention of the PropertyMode

RE: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-07 Thread David Leangen
@wicket.apache.org > Subject: Re: Problem when MIgrating from 1.2 to 1.3 - Parameters > removed from HomePage URL > > > Are we talking about the same thing? Your patch removes the trailing / > while in my case without the trailing / the parameters aren't > recognized. > >

RE: Problem when MIgrating from 1.2 to 1.3 - Parameters removed from HomePage URL

2008-03-06 Thread David Leangen
I've already filed an issue and submitted a patch for this: https://issues.apache.org/jira/browse/WICKET-1385 Cheers, Dave > -Original Message- > From: Rajiv Jivan [mailto:[EMAIL PROTECTED] > Sent: 7 March 2008 05:47 > To: users@wicket.apache.org > Subject: Problem when MIgrating f

RE: Does something happen other than what html is output?

2008-02-28 Thread David Leangen
> The url is a file:/// type url that points to a file on the local > filesystem. > > > in the first case it could be the browser preventing a site from > > accessing your local file system, which might be allowed if it > > sees it is a local html file. > > Ah... maybe you're right! Yep, you're

RE: Does something happen other than what html is output?

2008-02-28 Thread David Leangen
> is the /resources/ path local to the user or to the server? The url is a file:/// type url that points to a file on the local filesystem. > in the first case it could be the browser preventing a site from > accessing your local file system, which might be allowed if it > sees it is a local

RE: Does something happen other than what html is output?

2008-02-28 Thread David Leangen
Hello. > > public void renderHead( final IHeaderResponse > > response ) > > { > > response.renderString( cssLink ); > > } > > Shouldn't this read > > response.renderCssReference( cssLink ), > > in

RE: Does something happen other than what html is output?

2008-02-28 Thread David Leangen
> > > If oncomponenttag is used it should work. > > > > Really? I don't see why I'd need onComponentTag for the approach I'm > > using... > > > I misunderstood, i though that sometimes the container was to render > as an image tag and sometimes as a link tag, hence the oncomponenttag > method :

RE: Does something happen other than what html is output?

2008-02-28 Thread David Leangen
gt; setescapemodelstrings on the container. The html is rendered just fine. If I copy the code and paste it in a static html file, everything renders just fine. Thanks! Dave > On Thu, Feb 28, 2008 at 4:16 AM, David Leangen <[EMAIL PROTECTED]> wrote: > > > > Hello, > >

Does something happen other than what html is output?

2008-02-27 Thread David Leangen
Hello, I am adding a MarkupContainer to my page that outputs something like this: or this: [Just in case this does not render because of html-based mail clients: or this: Generating static website
Hello. I've tried searching, so please excuse me if this question has already been asked. I will add the answer to this on the wiki... I would like to develop a static site with Wicket, then save the static html files on the file system. I can think of lots of ways to do this, but is there al

Intention of PropertyModel in 1.3

Hello! I'm (finally!) migrating to 1.3, so have a few wrinkles to iron out. Is somebody able to tell me the intention of the PropertyModel? I'm wondering if something has changed, or if I just wasn't using it correctly before... In one of my panels, I use this type of property: PropertyModel

RE: the flow of wicket

> I disagree with this answer. That's great! You are most welcome to disagree. I happen to disagree with your disagreement. That's the great thing about OSS... If you disagree strongly enough, then maybe you can write more stuff on the wiki. I think you're missing a good opportunity here: look

RE: the flow of wicket

> > > > It would be faster if you can help us. :) > > > > > > sure, it would probably be faster if i coded your project > > > for you too :) > > > > Cool! > > > > Since you're now doing this kind of volunteer work, Igor, > > how about coding some stuff for me, too? ;-) > > > > I'll send you the pr

RE: the flow of wicket

> > It would be faster if you can help us. :) > > sure, it would probably be faster if i coded your project for you too :) Cool! Since you're now doing this kind of volunteer work, Igor, how about coding some stuff for me, too? ;-) I'll send you the project description off-link, but you need to

Re: Wicket in Action

Ok, thanks! Guess something's wrong with my registration, then. Cheers, David On Sun, 2008-01-06 at 22:53 -0500, Robby O'Connor wrote: > I just got an email like yesterday. > Ch 9 and 10. > > -rob > David Leangen wrote: > > Hi! > > > > Anybod

Wicket in Action

Hi! Anybody know what's going on with WIA? I haven't received a notification from MEAP in a long time. Any new updates planned soon? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: Wickettester and session?

there was a good explanation for it in the end! David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wickettester and session?

s a WebSession. When I change the base class of CustomSession to be WebSession instead, the test passes with no exceptions. Regards, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wickettester and session?

though, because presumably you'd need to trampoline everything in WebApplication (and Application) that might be called on your application, so I would suggest deferring the construction of the WicketTester until later on if at all possible. Hope this helps, David -

Re: BookmarkablePageLink giving a different URL

(Incidentally, it looks like the JavaDoc for QueryStringUrlCodingStrategy could do with an update -- it still has references to QueryStringRequestTargetUrlCodingStrategy, which I presume was the old name for the class.) David Shepherdson -

Re: Wickettester and session?

lass) method to test your page. David Shepherdson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wicket meetup in San Francisco

Dec 6th conflicts with the Bay Area Functional Programmers meeting where Yariv Sadan will be presenting Erlyweb. I'm out of town the week of the 10th So... for me, neither. :-( On Dec 3, 2007 8:35 AM, Orion Letizi <[EMAIL PROTECTED]> wrote: > For anyone interested in a meetup in San Francis

Re: [RFE] packed JS in DEPLOYMENT mode.

: David, what is the best practice to specify the order of included resources? Thank you! David Bernard-2 wrote: You could aggregate every type of resources. Alex Objelean wrote: Very interesting. Would be nice to have also aggregate css. Regards, Alex. David Bernard-2 wrote: If you want you

Re: [RFE] packed JS in DEPLOYMENT mode.

You could aggregate every type of resources. Alex Objelean wrote: Very interesting. Would be nice to have also aggregate css. Regards, Alex. David Bernard-2 wrote: If you want you could use the yuicompressor-maven-plugin to "minified" (more than just strip whitespace) at build

Re: [RFE] packed JS in DEPLOYMENT mode.

If you want you could use the yuicompressor-maven-plugin to "minified" (more than just strip whitespace) at build time. http://alchim.sf.net/yuicompressor-maven-plugin Other features: * aggregate js * minified css So you could test/run with minified in development and/or deployment mode Disclam

RE: French companies working with Wicket

Et j'espère que "French" ne se limite pas seulement à la France ! ;-) Y'a d'autres francophones aussi, tsé. > -Original Message- > From: Hugues Pichereau [mailto:[EMAIL PROTECTED] > Sent: 20 November 2007 05:43 > To: users@wicket.apache.org > Subject: Re: French companies working with

Re: Wicket & OSGi

Sorry, been away for a few days and didn't catch this thread until now. If you are new to Wicket+OSGi and don't have backporting issues like Ernesto did, I suggest you take a look a Pax Wicket. I've been generally very satisfied. It's also easy to jump in and make changes if you need them. ht

Re: How to Jquery, Json, wicket spring?

Hi, I started the wicketstuff-jquery project, currently there is no doc/wiki, only the [source][1] is available and a demo application ([source][2], [war][3]). For the communication with between client and server, I used the native Wicket API, simpler than trying to "write it" in JSON (client a

Re: WicketTester - reload page after model changed

ine: the postProcessRequestCycle(...) method in MockWebApplication is private, so we had to copy the code into our tester class. David . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Configuring AJAX tree

modify the width of the tree view? Should I use CSS? And, if so, how do I hook my CSS settings in? Second, can I move/remove the floating debugger link? And can anyone provide a link to a tutorial/guide that explains how to tweak pre-built components? Hopefully that will get me moving in th

Re: Wicket and Netbeans 6

manage to have it running. I run the Start.java but nothing happens... Sorry for all these questions, I'm new to Netbeans (which I choose to try out the UML part). Thanks in advance ZedroS On 10/20/07, David Bernard <[EMAIL PROTECTED]> wrote: I try NB 6 some time ago with wick

Re: Wicket and Netbeans 6

I try NB 6 some time ago with wicket and maven. You don't need to "mvn netbeans:netbeans", but you need to install NB module/plugins to manage maven2 project. Tools>Plugins>Available plugins Sort by category, select to install : maven in category java, and if you want (optional) other plugin in

Re: [OT] Blocking, Persistent Queue suggestions?

I've develop this for a previous project where we replace JMS (MQ-Serie) queue by homemade system. After some benchmark, ehcache was the winner. But when it's not stopped cleaned, then data/index are correpted and reset at the next start => loosing data :-( At the end we develop a queueing syste

Re: Wicket Stuff

self promotion In the wicketstuff-jquery there is a sortable list (by DnD) (based on jquery). You could download the examples war at (quicker than svn co + build only for test) http://alchim.sourceforge.net/download/wicketstuff-jquery-examples-0.1-SNAPSHOT.war anita nichols wrote: I tried t

Re: PopupDatePicker + AjaxButton + IE 7 + visibility

self promotion In the wicketstuff-jquery there is a date picker (based on jquery) that should (not tested I'm on linux) work on IE7. You could download the examples war at (quicker than svn co + build only for test) http://alchim.sourceforge.net/download/wicketstuff-jquery-examples-0.1-SNAPSHOT

Re: is wicket well-suited for integrating JS widgets?

Hi, It's lot of easier to integrate JS lib with wicket, than with JSF. I currently work on JQuery's widget. About integration with YUI or Scriptaclus, take a look at wicketstuff.org (svn and wiki), there is already some project about it. Regards. dukehoops wrote: I'm a complete newbie to wic

Re: pass information through ajax without form

return getCallbackScript("wicketAjaxGet('" + getCallbackUrl(), null, null); } and you parse the parameters in the server side? YES with the code sent ealier. I think you have already given me good hints and I will

Re: pass information through ajax without form

request? i can add custom js to the wicket ajax javascript, but how can I pass the some dynamic js state into that ajax request, e.g. i trigger the ajax request by a link with AjaxEventBehavior on onclick event. would you mind show me a simple example? David Bernard-2 wrote: For a similar

Re: pass information through ajax without form

For a similar case, I override (in MyBehavior) @Override public final void respond(AjaxRequestTarget target) { try { Request req = RequestCycle.get().getRequest(); String param1 = req.getParameter("param1"); // to stuff super.respond(

Re: Server cannot find /app url after migration to 1.3 filter

Have you try: * to set port to 80 instead of 8080 Port 80 is listened by apache httpd. I need apache httpd to serve large amount of static contents. Yes, and resin.conf isn't run as part of Apache? Apache (port 80) -> srun(6802) Sorry , no other idea, except may be create an dummyServlet

Re: Server cannot find /app url after migration to 1.3 filter

wrote: 2007/10/3, David Bernard <[EMAIL PROTECTED]>: Sorry I need the mapping, could you send /usr/local/resin/conf/resin.conf. This is my partial resin.conf , thanks in advanced. ... ... 4096 30

Re: Url Coding Strategy

://tuckey.org/urlrewrite/) to convert /{var1}/fragment1/fragment2/{var2}/{var3} into /fragment1/fragment2/{var1}/{var2}/{var3} /david kent lai wrote: Hi, I am wondering if Wicket supports an in-built coding strategy where I can, given the following form /{var1}/fragment1/fragment2/{var2

Re: Server cannot find /app url after migration to 1.3 filter

Sorry I need the mapping, could you send /usr/local/resin/conf/resin.conf. smallufo wrote: 2007/10/2, David Bernard <[EMAIL PROTECTED]>: It depends of how you map/forward from apache to resin. What is your apache configuration? If it works when you access resin directly, what is done wh

Re: Server cannot find /app url after migration to 1.3 filter

goes wrong , servlets' requests will not be processed by resin, either. But http://foo.bar.com/servlet/other.servlet just works fine. (No port assign) It means resin (2.1.7) seems doesn't intercept filter's requests. I've also reported this issue to resin's maillist. 20

Re: Server cannot find /app url after migration to 1.3 filter

app* or (3)/app/* ? In my experience you need to map (1 and 3) or 2. You don't need to map 1 and 3 only if you have a rewrite rule /app => /app/. /david smallufo wrote: Hi , I think it seems resin's problem (2.1.7). After a lot of combinations , I still cannot make the wicket fil

Re: Server cannot find /app url after migration to 1.3 filter

Have you the same result if you try /app/ ? try to add : wicket /app wicket /app/* /david smallufo wrote: Hi : I am upgrading an small project from wicket 1.2.6 to 1.3-b3 After some string replacing and package renaming , and edit web.xml , changing wicket servlet

Re: Presented Wicket to my Company...

You could alspo take a look at http://ptrthomas.wordpress.com/2007/05/14/a-wicket-user-tries-jsf/ /david robert.mcguinness wrote: This is the kind of ammo I was looking for and will be very useful so I can ask the right questions when I sit in the Seam presentation next week. No worries

Re: Presented Wicket to my Company...

t of xml to maintain. It's quicker to start wth JSF than Wicket, but when to start to customize and use none basic widget,... welcome to hell (of configuration, documentation,...) WARN: it's a 2006 experience. I've not used JSF extension/preview from IDE /david robert.mcguinn

Re: Wicket, IDEA and Winstone...

st (you could replace "winstone-lite" by "winstone" for a full feature app. /david PS: Gwyn, have try winstone-maven-plugin, have you some feedback (I'm the author)? Gwyn Evans wrote: I thought I ought to flag the above combination, as I'm finding it rea

Re: wicket 1.3 examples

Hi, What do you download exactly ? in the .zip or .tar.gz from http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ * the source of org.apache.wicket.examples in under apache-wicket-1.3.0-beta3/src/jdk-1.5/wicket-examples/src/main/java/ * the war under apache-wicket-1.3.0-beta3/lib /david

Re: Redirect to HTTPS?

Hi, Doug. > Most of my clients do not want to have trivial resources (js, > css, images) > fetched via HTTPS. This creates an undo burden on the SSL pipe and > ultimately affects performance, user experience, and capacity planning. > While this is trivial for a 100 user site with 1 txn/sec, th

Re: Redirect to HTTPS?

I'm not as expert in cryptology, but many of the use cases you write below somehow don't seem right to me. > 1. A page has information that needs to be secure, i.e. demographic > information, billing information. This information can be accessed from a > non-secured page, i.e. home page Is the

Re: [OT] Making it easy for Designers in my Wicket project

e designer is to view the stuff in context. It doesn't mean much for the designer to see this html: Are you saying you don't set up anything so your designers can view someReallyComplicatedComponent in context with the application? Cheers, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Updating a Dynamic Image with AJAX (and JFreeChart)

Hi, Have you try to extend NonCachingImage instead of Image (and comments setHeaders(...))? /david Jason Mihalick wrote: I am integrating JFreeChart into my application and I've followed the JFreeChart example on the wiki. That works very nicely. I was impressed. What I want to do n

Re: Questions about GWT, JSF and Wicket

x27;t choose it when I start my current project, because it was too younger (no validation, need to implement ISerializable, bad maven integration,... lot of things that seems to be fixed now). /david Patrick Labonte wrote: Hello, at the moment I'm writing my diploma-thesis. The project I&#

Re: Redirect to HTTPS?

Hi, In my previous project, it was done by configuring (rewrite rules) the http front-end (apache, lighttpd,...). It's an other solution, that avoid developper to deal certificate and all the ssl machinery. /david Daniel Frisk wrote: I'm trying to add a check to the constructor on

Re: [podcast] Wicket talk at JavaZone 2007

Done, I added http://cwiki.apache.org/confluence/display/WICKET/Slides+and+presentations . Xavier, could you check information. I create links to your presentations, but may do you prefer to convert to attachement (part of the wiki). /david Gerolf Seitz wrote: n 9/24/07, David Bernard

RE: yui examples

Unfortunately, yui is not updated with the same care as the core. I hope to get around to yui soon to lend a hand to all those who have contributed. Cheers, David > -Original Message- > From: Gwyn Evans [mailto:[EMAIL PROTECTED] > Sent: 24 September 2007 19:03 &g

Re: [podcast] Wicket talk at JavaZone 2007

nt (slides, src...) * agenda/toc /david Xavier Hanin wrote: On 9/22/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote: for those of you couldn't attend JavaZone 2007 (probably most of you) and haven't already listened to the podcast, here we go: http://www4.java.no/presentations/javazon

<    2   3   4   5   6   7   8   >