Re: Invoulentary session sharing/leakage in Wicket 1.3.x

2008-04-11 Thread Gwyn Evans
Anything new on this issue? /Gwyn On Wed, Apr 9, 2008 at 5:55 PM, Niels Bo <[EMAIL PROTECTED]> wrote: > > ok, I can put a try-catch(Throwable t) around the service() and log that > together with the request-url. > But since it is a production server, I am not able to get it deployed until > t

Re: Localization, Bookmarkable pages, and mounting strategies

2008-04-14 Thread Gwyn Evans
On Mon, Apr 14, 2008 at 11:40 AM, Sebastiaan van Erk <[EMAIL PROTECTED]> wrote: > However they're still workarounds for something that I think is > conceptually not quite right in Wicket currently: the fact that it should be > possible to mount different locales of a page on different urls, for >

Re: wicket maven dependency

2008-04-25 Thread Gwyn Evans
That doesn't sound correct - are you sure your Maven installation hasn't been pointed somewhere else, as we don't manually install them locally & they are on repo1 - What particular artifacts are showing as unavailable? See http://repo1.maven.org/maven2/org/slf4j/ & http://repo1.maven.org/maven2/j

Re: Difficulty getting QuickStart

2008-05-02 Thread Gwyn Evans
Yes, Frank was meaning anything that limits you from directly accessing 'external' resouces, rather than anyhting stopping incoming traffic! /Gwyn On Fri, May 2, 2008 at 2:09 PM, Frank Silbermann <[EMAIL PROTECTED]> wrote: > Of course I am. Who isn't, these days? /Frank > > > -Original Mes

Re: DateTextField - what am I missing here?

2008-05-13 Thread Gwyn Evans
>From a very quick look, won't your property model value of "date" will mean it'll be doing a "getDate()" not "getExpiryDate()"? /Gwyn On Tue, May 13, 2008 at 8:38 PM, V. Jenks <[EMAIL PROTECTED]> wrote: > > Sorry, I'll clarify, was trying to be as condensed as possible. > "EditDiscountCode" is

Re: Need Help

2008-05-18 Thread Gwyn Evans
At a guess, the m1 quickstart's not been genericised... If you're getting started, I'd suggest sticking to a release 1.3 version, as 1.4-m1 is just a milestone against a moving target & not a good starting point if new to Wicket. /Gwyn On Sat, May 17, 2008 at 6:24 PM, Depak Shidu <[EMAIL PROTECT

Re: Wicket 1.4 generics question

2008-05-18 Thread Gwyn Evans
But keep commenting - the idea of the milestones are to let people see the changes & feedback their thoughts on the generification & how it fits into the various use-cases beyond the one's we have... /Gwyn On Sun, May 18, 2008 at 11:32 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > page was not y

Re: Contribution for Wicket

2008-05-20 Thread Gwyn Evans
Well, the 'official' Apache line is at http://www.apache.org/foundation/contributing.html - the Apache Swag! at http://www.cafepress.com/meepzor/230676 looks interesting, but there's no Wicket stuff there yet! :-) Have you got a copy of Wicket in Action? /Gwyn On Tue, May 20, 2008 at 8:12 AM, Jo

Repeating suggestions...

2008-05-20 Thread Gwyn Evans
I've not got into the repeaters as yet, so wondering if anyone has any pointers to help get started... Hopefully this will come through as understandable... I'm currently using something like the following markup: card id=A p select wicket:id="mycomponent" option /select /p /card with

Quote replacement in document prologue?

2008-05-20 Thread Gwyn Evans
Just noticed that even though I specify a prologue as: it gets delivered as: Anyone able to point me to where this is happening, as the particular document spec variant I'm trying to work to here requires the former... /Gwyn -

Re: Quote replacement in document prologue?

2008-05-20 Thread Gwyn Evans
Ah - org.apache.wicket.Page#configureResponse doesn't take account of the specified template, just uses it's hard-coded one... Tomorrow... /Gwyn On Wed, May 21, 2008 at 12:10 AM, Gwyn Evans <[EMAIL PROTECTED]> wrote: > Just noticed that even though I specify a prologu

Re: Repeating suggestions...

2008-05-21 Thread Gwyn Evans
er-repeaters.html > > ** > Martin > > 2008/5/21 Gwyn Evans <[EMAIL PROTECTED]>: >> I've not got into the repeaters as yet, so wondering if anyone has any >> pointers to help get started... >> >> Hopefully this will come through as understandable...

Re: localization properties file

2008-05-22 Thread Gwyn Evans
See http://cwiki.apache.org/WICKET/i18n-and-resource-bundles.html for more options On Thu, May 22, 2008 at 8:05 AM, Maurice Marrink <[EMAIL PROTECTED]> wrote: > That would be the easiest yes. > > Maurice > > On Thu, May 22, 2008 at 7:45 AM, Eyal Golan <[EMAIL PROTECTED]> wrote: >> Hi, >> If I want

Re: (Class>) casting troubles

2008-05-24 Thread Gwyn Evans
On Sat, May 24, 2008 at 11:42 AM, John Patterson <[EMAIL PROTECTED]> wrote: > The reason I put LinkGeneric rather than GenericLink was simply so that the > two options would appear next to each other in code completions. But of > course in English GenericLink is more correct. Good point regardin

Re: (Class>) casting troubles

2008-05-25 Thread Gwyn Evans
ECTED]> wrote: > I don't buy the autocompletion as argument. Not with eclipse. It might > be difference when you do it first time and don't know the classes, > but every other time you just write GLink and eclipse autocompletes it > just fine. > > -Matej > > On S

Re: more getting started documents

2008-05-29 Thread Gwyn Evans
On Wed, May 28, 2008 at 10:30 PM, anirelles <[EMAIL PROTECTED]> wrote: > > is there any step by step CRUD for wicket? > > i would like to use wicked for a personal website but i'm losing to much > time > integrating the live examples in my own project > > i'll return to wicket when more documentati

Re: Clone a WebPage

2008-05-30 Thread Gwyn Evans
On Thu, May 29, 2008 at 8:48 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > In my item page I update the cart via Ajax and call updateCart( > AjaxRequestTarget target ) > this add a container with the cart fragment And you've checked updateCart /does/ add the fragment to the AJAX target? Do

Re: ClassCastException with ListView()

2008-05-30 Thread Gwyn Evans
On Fri, May 30, 2008 at 5:14 PM, David Nedrow <[EMAIL PROTECTED]> wrote: > > On May 30, 2008, at 11:47 AM, Thomas Mäder wrote: > >> 2) You're being done in by the BoundCompoundPropertyModel you have in the >> item. Fire up the debugger and check the values directly (relying on >> toString() is bad;

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Gwyn Evans
Interesting idea - I'd encourage you to expand a bit on the the "Are you using models?" stage though, as that could be take the wrong way! :-) Incidently, for "non-visibles", you might want to consider Component.setOutputMarkupPlaceholderTag() as an alternative such as when the parent contains a n

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

2008-06-02 Thread Gwyn Evans
On Mon, Jun 2, 2008 at 8:17 AM, Scott Swank <[EMAIL PROTECTED]> wrote: > I would prefer to have models and components generified, however if > this makes the API too verbose or cumbersome to use then I prefer to > fall back to only generified models. At one point someone suggested a > wiki page ou

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Gwyn Evans
On Mon, Jun 2, 2008 at 1:59 PM, Ames, Tim <[EMAIL PROTECTED]> wrote: > Sorry, I don't understand how to access the pdf from this link You probably need to scoll down - here, at least, the page seems to have some info about the file, then a number of blank lines & only then the "Download Now" l

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Gwyn Evans
Ah, I was using AdBlock Plus, so had a slightly cleaner display! The "Add Attatchment" on the wiki is restricted to the Confluence "wicket-committers" group (which is probably out of sync with the real Wicket committers list). /Gwyn On Mon, Jun 2, 2008 at 3:39 PM, Frank Bille <[EMAIL PROTECTED]>

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Gwyn Evans
On Mon, Jun 2, 2008 at 7:24 PM, Frank Bille <[EMAIL PROTECTED]> wrote: > On Mon, Jun 2, 2008 at 8:19 PM, Frank Bille <[EMAIL PROTECTED]> wrote: > >> On Mon, Jun 2, 2008 at 5:37 PM, Gwyn Evans <[EMAIL PROTECTED]> wrote: >> >>> The "Add Attatc

Re: Wrap a ListView and it cannot be updated via AJAX ?

2008-06-02 Thread Gwyn Evans
If you're hiding the container, try setting it to output a placeholder id too. /Gwyn On Mon, Jun 2, 2008 at 11:21 PM, smallufo <[EMAIL PROTECTED]> wrote: > Hi > > I tried to export the listViewContainer with "getListViewContainer()" > and in the gmap2's ClickListener : onClick() : > target.addCom

Re: Wicket cheat sheet, solve your wicket problem fast?

2008-06-03 Thread Gwyn Evans
On Tue, Jun 3, 2008 at 8:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > argh! It's very clean on the upload side of stuff. Anyway when we get > confluence sorted out i'll put the diagram on this page : I've put the 2nd version up as an attatchment now. /Gwyn ---

Re: Migration pains: new css id handling / no getContextPath()

2008-06-03 Thread Gwyn Evans
On Tue, Jun 3, 2008 at 9:19 AM, jd17 <[EMAIL PROTECTED]> wrote: > > The first and most important one is the fact that per default Wicket now > makes css ids unique, which isn't even mentioned in the migration guide (Can > you please add it?). I make heavy use of css in my application and it was > r

Re: What is cool on Wicket?

2008-06-03 Thread Gwyn Evans
Have a look here (http://cwiki.apache.org/confluence/display/WICKET/Articles+about+Wicket) and a quick seach with Nabble, as I think there were similar requests on the list not too long ago. /Gwyn On Tue, Jun 3, 2008 at 8:37 PM, Eyal Golan <[EMAIL PROTECTED]> wrote: > Hi, > I'm going to give an i

Re: Bean properties from view?

2008-06-03 Thread Gwyn Evans
On Tue, Jun 3, 2008 at 9:38 PM, FastGorilla <[EMAIL PROTECTED]> wrote: > > I have knowledgde of Servlets, JSP and JSF, and reading a bit about Wicket. > > Something that turns me immediately off is that you have to use something > like > add(new Label("firstName", person.getName())); > add(new Labe

Re: Bean properties from view?

2008-06-03 Thread Gwyn Evans
Also http://cwiki.apache.org/WICKET/more-on-models.html On Tue, Jun 3, 2008 at 9:58 PM, Gwyn Evans <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 9:38 PM, FastGorilla <[EMAIL PROTECTED]> wrote: >> >> I have knowledgde of Servlets, JSP and JSF, and reading a bit ab

Re: Contructor model

2008-06-05 Thread Gwyn Evans
Are you looking for something like: public class MyPage extends WebPage { public MyPage(String name) { setModel(new Model(new Customer(name)); ... /Gwyn On Thu, Jun 5, 2008 at 2:22 PM, Manuel Corrales <[EMAIL PROTECTED]> wrote: > Hi, i will rephrase. I have a class Customer on my domai

Re: Contructor model

2008-06-05 Thread Gwyn Evans
s being filled. > > > On Thu, Jun 5, 2008 at 10:40 AM, Gwyn Evans <[EMAIL PROTECTED]> wrote: > >> Are you looking for something like: >> >> public class MyPage extends WebPage { >> public MyPage(String name) { >>setModel(new Model(new Customer(nam

Re: Tomcat 5.5.9 isn't running Quickstart

2008-06-06 Thread Gwyn Evans
That's a bit odd then... One thing you could try is adding in SLF4J's jcl-over-slf4j.jar instead of any commons-logging jars. That would redirect any Commons-Logging logging to SLF4J. (Personally I'd also be looking to go with James' suggestion of switching to Jetty, as I find that to be both cl

Re: wicket generics

2008-06-07 Thread Gwyn Evans
On Sat, Jun 7, 2008 at 8:20 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > thoughts and ideas? Is there much else apart from Generic's that's in 1.4 that would benefit from a release 'sooner' rather than 'later'? I know the intentions's not to have it much different, but not changing 1.3's overri

Re: Lightweight generic busy indicator

2008-06-09 Thread Gwyn Evans
I'd have thought that either under the "AJAX" or the "View layer" topics in the Reference Library[1] page. If so, go to the 'topic' page for the one you choose ([2] or [3]) and "Add page" your own page which should then automatically appear in the lists. If you've already created a page, it's not

Re: stateless vs. stateful

2008-06-10 Thread Gwyn Evans
The two pages that point to that one are http://cwiki.apache.org/WICKET/page-maps.html and http://cwiki.apache.org/WICKET/page-maps.html. Nathan's latest Wicket article[*] on JavaWorld also has a discussion on stateless vs. stateful which might be useful. /Gwyn [*] http://www.javaworld.com/javaw

Re: enclosure around listview

2008-06-11 Thread Gwyn Evans
On Wed, Jun 11, 2008 at 10:34 AM, Matthijs Wensveen <[EMAIL PROTECTED]> wrote: > Is there a way to hide a listview with an enclosure when there are no items > to display? One way to get it working is to toggle the visibility of the > listview based on wheter or not the list is empty or not. I th

Re: wicket url links

2008-06-11 Thread Gwyn Evans
Hmm... some (all) of us have jobs to do as well as this... Anyway, is component#urlFor() what you're looking for? What 1.2 version were you using, as 1.2.6 has the above but no component#forUrl()? /Gwyn On Wed, Jun 11, 2008 at 4:34 PM, i ii <[EMAIL PROTECTED]> wrote: > > no answer? > > > From:

Re: Dropdownchoice without default option "choose one"

2008-06-11 Thread Gwyn Evans
Just to summarise, you need to do two things: set a 'current selection' and call setNullValid(false). /Gwyn On Wed, Jun 11, 2008 at 6:14 PM, nitinkc <[EMAIL PROTECTED]> wrote: > > I would like to remove the default "choose one" option from the > DropDownChoice component. > Does anyone know how t

Re: Tomcat 5.5.9 isn't running Quickstart

2008-06-11 Thread Gwyn Evans
On Wed, Jun 11, 2008 at 9:00 PM, Frank Silbermann < [EMAIL PROTECTED]> wrote: > (My Wicket 1.3 QuickStart adds log4j-1.2.14.jar, slf4j-api-1.4.2.jar, > and slf4j-log4j12-1.4.2.jar to the application's lib directory; my > Wicket 1.2 application does not add these.) If I recall, 1.2 would have bee

Re: Multiple Layouts using Inheritance

2008-06-11 Thread Gwyn Evans
http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/Session.html#setStyle(java.lang.String) On Wed, Jun 11, 2008 at 9:33 PM, Kram.V <[EMAIL PROTECTED]> wrote: > > No, I have not. I am going to start looking. If you have any > links/documentation do let me know. > Thank you

Re: beginner question about models when having more than one component of the same type on the same page

2008-06-12 Thread Gwyn Evans
Just to come back to your original question (as I was intrigued & dug into it), the reason why Wicket didn't find the properties as expected is that the ResourceModel is relative to the component, so it was looking for properties such as: vacancyForm.hrContactPanel.nameLabel.nameLabel=HR Contac

Re: Modifying QuickStart to serve static content in embedded Jetty (was: RE: Tomcat 5.5.9 isn't running Quickstart)

2008-06-12 Thread Gwyn Evans
server(s) without changing this. *** > >> *** See Application#getConfigurationType() for more information. *** > >> > >> INFO - log- Started > >> [EMAIL PROTECTED]:

Re: Making Component easier to Generify

2008-06-14 Thread Gwyn Evans
Hmm... (As an aside, I wonder if they mean "pray in the jungle" or "prey in the jungle"? :-)) /Gwyn On Sat, Jun 14, 2008 at 8:23 AM, Martijn Dashorst < [EMAIL PROTECTED]> wrote: > Or with qi4j (http://qi4j.org) > > Martijn > > On Sat, Jun 14, 2008 at 5:37 AM, Eelco Hillenius > <[EMAIL PROTECTED

Re: Browser not jumping to Wicket Anchor

2008-06-16 Thread Gwyn Evans
Just looking at the HTML, do the anchor & the destination match correctly? Is the destination url just a normal page, or a form of some sort? /Gwyn On Mon, Jun 16, 2008 at 6:58 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I created an Link to another page's anchor similar to the code shown >

Re: Browser not jumping to Wicket Anchor

2008-06-16 Thread Gwyn Evans
somehow prevents the anchor from > being recognized on page load. Is there a work around for this? > > Thanks, > > Michael > > -Original Message- > From: Gwyn Evans [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2008 1:02 PM > To: users@wicket.apache.org &g

Re: Browser not jumping to Wicket Anchor

2008-06-18 Thread Gwyn Evans
use the page to jump to the anchor? > > Michael > > -Original Message- > From: Gwyn Evans [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2008 2:51 PM > To: users@wicket.apache.org > Subject: Re: Browser not jumping to Wicket Anchor > > Not an issue I'

Re: Controlling the application name

2008-06-18 Thread Gwyn Evans
Or "${project.artifactId}" On Wed, Jun 18, 2008 at 8:57 PM, James Carman <[EMAIL PROTECTED]> wrote: > It's a maven question. Put a element inside your > element in your pom.xml file: > > > mycoolapp > ... > > > > On Wed, Jun 18, 2008 at 3:36 PM, Frank Silbermann > <[EMAIL PROTECTED]> wrot

Re: wicket servlet mapping to subdirectory

2008-06-19 Thread Gwyn Evans
When you say "I always get redirected to the root of the webapp", do you mean when first trying to access your app, you have to go via a redirect or some such that takes you to "http://www.mysite.com/"; or similar? The 'traditional' trick was to have an index.html that redirected to "app/" as belo

Re: [Newbie]Session lost in an AjaxFallbackLink onClick()

2008-06-21 Thread Gwyn Evans
Try & reproduce it in a QuickStart, so someone else can investigate? /Gwyn On Fri, Jun 20, 2008 at 9:36 PM, A nono life <[EMAIL PROTECTED]> wrote: > > hi again > > A nono life wrote: > > > > I did the following try in between : > > - I rightly get the user and its content. So this part is proper

Re: In appfuse example, UserForm instantiate static abstract inner class ?

2007-12-19 Thread Gwyn Evans
The point is that in the constructor, you're actually instantiating an anonymous class that *extends* EditForm. It won't work without the abstract, because the onXXX methods are abstract and need implementing. /Gwyn On 19/12/2007, bryan0101 <[EMAIL PROTECTED]> wrote: > > I have googled this ques

Re: AjaxCheckBox not receiving onUpdate Event

2007-12-19 Thread Gwyn Evans
Something else going on, as that's fine without the onChangeNotification - try & simplify it to a test case (which'll work) & then work back is all I can suggest. /Gwyn On 19/12/2007, Advanced Technology(R) <[EMAIL PROTECTED]> wrote: > Thanks Stefan, But the error persist , still not notifing whe

Re: Wicket posts missing on nabble

2007-12-20 Thread Gwyn Evans
Sure, we like Nabble; we just don't have any more influence with it that anyone else, so as far as reporting any issues go, (as far as I'm aware), there's nothing we could do that anyone else couldn't equally well do! /Gwyn On 20/12/2007, jweekend <[EMAIL PROTECTED]> wrote: > > Your suggestion wo

Re: Strange wicket bug in DataView?

2007-12-20 Thread Gwyn Evans
No real idea, but I'd be tempted to stick in some diagnostic logging to log the calls to the DataProvider & the details of the lists it returns, just to check there's nothing odd happening there... /Gwyn On 20/12/2007, Tauren Mills <[EMAIL PROTECTED]> wrote: > Thanks. I will try to put together

Re: Javascript call to wicket

2008-01-10 Thread Gwyn Evans
As Cemel suggested, if you have time to put a summary up on the Wiki, it would be appreciated! /Gwyn On 09/01/2008, Pills <[EMAIL PROTECTED]> wrote: > > Thank you, now everything works fine, and it's clean ;) > > > > Michael Sparer wrote: > > > > You can do that like so: Map map = > > ((WebReques

Re: WicketServlet vs. WicketFilter

2008-01-11 Thread Gwyn Evans
On 10/01/2008, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > example weblogic has pretty broken filter support, Wasn't that Websphere rather than Weblogic, or did I miss something? /Gwyn - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: the flow of wicket

2008-01-23 Thread Gwyn Evans
On 21/01/2008, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Fine, this can be a good compromise: documentation written by the > > skilled community and reviewed by the developers themselves. I'm not > > that hardcore now, but the more I get into Wicket, the more I'll try > > to help out as much a

Re: Linking two DropDownChoices

2008-02-16 Thread Gwyn Evans
Also see the DropDownChoice wiki page - http://cwiki.apache.org/confluence/display/WICKET/DropDownChoice+Examples /Gwyn On 15/02/2008, James Carman <[EMAIL PROTECTED]> wrote: > Here's an Ajax-based example: > > http://www.wicketstuff.org/wicket13/ajax/choice.1 > > > On 2/15/08, Bruce McGuire <[EM

Re: Our new and shiny Wicket site!

2008-03-03 Thread Gwyn Evans
Hi Daniel, Just noticed "operation system" where I think you meant "operating system" on http://jalbum.net/software/features. /Gwyn On 27/02/2008, Daniel Frisk <[EMAIL PROTECTED]> wrote: > After a couple of months coding we have released our Wicket website! > It has generally been a pleasure

Re: Deploy Wicket 1.3 project to Websphere 6.1

2008-03-14 Thread Gwyn Evans
Does http://cwiki.apache.org/WICKET/websphere.html apply? /Gwyn On 12/03/2008, Justine Yan <[EMAIL PROTECTED]> wrote: > Hi, > > I am getting Error 404 when running the helloworld example. I read it > somewhere that I should use WicketServlet instead of WicketFilter. > Anyone has experiences dep

Re: Autolinking Relative Paths

2008-03-18 Thread Gwyn Evans
On 16/03/2008, James Carman <[EMAIL PROTECTED]> wrote: > > 3. Document the valid path syntax (and limitations) in the Wiki, WIA, etc. > > > > +1 - but it should at least be in the Wiki, though. I remember > getting frustrated when seeing replies on the Tapestry lists that said > "Buy Kent To

Re: After 1 minute the Pagemap null is still locked

2008-03-19 Thread Gwyn Evans
Along the same lines, if/when you're able to run with Java 6, there are a number of new & interesting options that become available for monitoring without needing to run the app with special arguments... (jstack, jconsole, visualvm & btrace for a start.) /Gwyn On 18/03/2008, Martijn Dashorst <[EM

Re: application deployment

2007-09-04 Thread Gwyn Evans
On Saturday, September 1, 2007, 8:49:15 AM, Ghodmode <[EMAIL PROTECTED]> wrote: > The URL I actually need is > http://localhost:8080/helloworld1/helloworld1 I > don't need to include the name of the servlet at all, and that was my > mistake. As I suspected originally, it was a stupid mistake to

Re: More real world Wicket

2007-09-05 Thread Gwyn Evans
On Wednesday, September 5, 2007, 4:13:22 AM, David <[EMAIL PROTECTED]> wrote: > Yep, Wicket kicks ass. The book will help even more. > Am I the only one having so many issues trying to update to 1.3, though? > Was there such a big jump because of the move to Apache? Or is this kind > of growing

Re: Wicket libraries

2007-09-05 Thread Gwyn Evans
On Wednesday, September 5, 2007, 1:23:42 PM, Robo <[EMAIL PROTECTED]> wrote: > I worked on some big project where Maven was used(or misused) and > form that tme I refuse to solve Maven troubles so Skipping > the Maven stuff as this is nto the case: If your experience was with Maven 1, then I can

Wicket Archetype- QuickStart

2007-09-05 Thread Gwyn Evans
Hi, I'd added details of how to create a 1.3 QuickStart project using the Wicket Archetype to the Documentation Index page at http://cwiki.apache.org/WICKET/documentation-index.html If you've not used Maven archetypes, they simplify setup to the following... One-off operations -

Re: Wicket Archetype- QuickStart

2007-09-05 Thread Gwyn Evans
Thanks - wiki updated/simplified! /Gwyn On Wednesday, September 5, 2007, 11:11:33 PM, Igor <[EMAIL PROTECTED]> wrote: > actually since archetype for beta3 is in the main maven repo you > can skip the get/install archetype steps i believe. > -igor > On 9/5/07, Gwyn Evans

Re: Wicket libraries

2007-09-06 Thread Gwyn Evans
On Thursday, September 6, 2007, 5:57:53 AM, Robo <[EMAIL PROTECTED]> wrote: > Ok, seems removing \"wicket-velocity-1.3.0-beta3.jar\" from build > path solved problem with velocity problem. But please explain me why > removing package from build path solves the problem if nowhere in my > Hello Worl

Re: Page state, undo and versioning?

2007-09-06 Thread Gwyn Evans
On Thursday, September 6, 2007, 9:12:32 AM, wicket <[EMAIL PROTECTED]> wrote: > My scenario is the following, I've got a page that allows a user to send an > sms to themselves every 20 seconds to a maximum of two times just incase > something in the network stopped the sms from getting to them in

Re: Wicket libraries stack trace

2007-09-06 Thread Gwyn Evans
On Thursday, September 6, 2007, 9:52:46 AM, Robo <[EMAIL PROTECTED]> wrote: > So after I put wicket-velocity jar in my build path, I`m getting > following errors. (I`m using nothing from it and the prove is > when I remove it it deploys OK.) ... > So please explain me why Tomcat is complaining at

Re: Wicket maven archetype

2007-09-07 Thread Gwyn Evans
On Friday, September 7, 2007, 9:38:53 AM, Al <[EMAIL PROTECTED]> wrote: > Gwyn Evans wrote: >> It's a bug in the Maven Surefire plugin V2.3 that shows up if there's >> a src/test/java tree but neither JUnit or TestNG in the dependencies. >> >> Simp

Re: Wicket maven archetype

2007-09-07 Thread Gwyn Evans
On Friday, September 7, 2007, 7:24:36 AM, Robo <[EMAIL PROTECTED]> wrote: > Hello, > Any idea? > [INFO] Trace > java.lang.NullPointerException > at > org.apache.maven.plugin.surefire.SurefirePlugin.constructSurefireBooter(SurefirePlugin.ja > va:594) It's a bug in the Maven Surefire plug

Re: Newbie - Help in setup of Wicket with Eclipse and Weblogic...

2007-09-07 Thread Gwyn Evans
The same sort of info's also at http://wicket.apache.org/quickstart.html now, too! /Gwyn On Friday, September 7, 2007, 6:23:43 PM, Igor <[EMAIL PROTECTED]> wrote: > see this page > http://cwiki.apache.org/WICKET/documentation-index.html#DocumentationIndex-Codeasdocumentation > under archetype

Re: First Day Disgust!

2007-09-08 Thread Gwyn Evans
On Saturday, September 8, 2007, 2:00:32 PM, Johan <[EMAIL PROTECTED]> wrote: > Sure, there is nothing special about Ant and wicket is very easy to > set up and the dependencies needed are kind of explained somewhere. > But I keep seing requests for information from newbies (such as > myself) answe

About the QuickStart (was Re: First Day Disgust!)

2007-09-09 Thread Gwyn Evans
On Sunday, September 9, 2007, 8:55:35 AM, chickabee <[EMAIL PROTECTED]> wrote: > I looked into Maven and did all the Quick-Start exercise, I have the > application up and running using Maven. Quick Start has following obvious > flaws: > 1. It is based on Maven. (I am not apache community with 25

Re: Param = null

2007-09-10 Thread Gwyn Evans
On Monday, September 10, 2007, 12:23:36 PM, chickabee <[EMAIL PROTECTED]> wrote: > I still do not see why the wicket should treat it as an internal error if > there are missing parameters? I guess wicket needs to follow the same > paradigm as in the raw HttpRequest, let the user pull the parameter

Re: Param = null

2007-09-10 Thread Gwyn Evans
Pardon? All that's doing is showing their custom error page, exactly as the other replies have suggested that you'd want to do with Wicket - I'd be more impressed if it had shown an index of the news for that date, but as it is, that's just what you can easily do with Wicket. All you need to do is

Re: Param = null

2007-09-10 Thread Gwyn Evans
You write your own coding strategy, using the existing ones as guidelines/templates - I've not got any example code as supporting free-format user-created URL's isn't a scenario that's been relevant in the applications I've done. Wicket provides a number of strategies, but the fundamental point is

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

2007-09-13 Thread Gwyn Evans
On Thursday, September 13, 2007, 10:44:23 AM, Arje <[EMAIL PROTECTED]> wrote: > Alright... I got the page up on > http://cwiki.apache.org/confluence/display/WICKET/Community+meetups Added a Bookmarkable link (http://cwiki.apache.org/WICKET/community-meetups.html), flagging the URL to the static p

Re: Calling Methods based on page parameters

2007-09-16 Thread Gwyn Evans
My expectation would be that it wouldn't be significant/noticeable, but it should be easy enough to knock up a test to confirm and quantify that... Of course, if you can just use numbers, then you can just use switch()... /Gwyn On Sunday, September 16, 2007, 1:01:02 PM, darrengreer <[EMAIL PROTE

Re: New Wicket Portlets Demo available

2007-09-20 Thread Gwyn Evans
Probably fairly soon - we've been looking at the changes and discussing it on the dev list, to try & get an idea if it'll cause a significant delay with regards to the aim of getting a 1.3 release out ASAP. Currently, however, I think the view is that it'll be likely to be in and we'll do a beta4,

Re: New Wicket Portlets Demo available

2007-09-20 Thread Gwyn Evans
On Thursday, September 20, 2007, 10:50:30 AM, Ate <[EMAIL PROTECTED]> wrote: > I've proposed to merge this into trunk now (before -beta4 release), > but this hasn't been decided or voted upon yet. Well, you can now vote on it, at least! :-) /Gwyn ---

Re: Setting focus to a TextField

2007-09-20 Thread Gwyn Evans
On Thursday, September 20, 2007, 11:43:45 PM, Doug <[EMAIL PROTECTED]> wrote: > I know this is probably one of the most trivial things to do...but I am > stumped. No example that I found on the Wicket example site has shown this. > I know that AjaxRequestTarget#focusComponent plays a part in this

Re: maven-jetty-plugin error

2007-09-20 Thread Gwyn Evans
Something very wierd there, as the "(Unsupported major.minor version 49.0)" is the sort of thing you see when you get a JDK 1.4 complaining about being given 1.5 classes... I also get the 6.1.1 Jetty plugin when I try... Does "mvn -U clean jetty:run" make any difference? /Gwyn On Friday, Septem

Re: Failing test org.apache.wicket.markup.html.image.ImageTest

2007-09-21 Thread Gwyn Evans
Hi, I'm not 100% sure, but after a quick look, I'd say that it's possible that the following fix changed the test return. Cross-posted to dev@ to see if anyone's got any comments... Revision: 575980 Author: ivaynberg Date: 15/09/2007 22:09:08 Message: WICKET-974: Image#getResource always r

Re: Dynamic Page Titles !

2007-09-22 Thread Gwyn Evans
On Saturday, September 22, 2007, 10:48:50 PM, chickabee <[EMAIL PROTECTED]> wrote: > -Posting agagin so that span tag is visible-- > Hi, I am looking for some insight on how to render page title dynamically in > wicket. I tried: > > > > > > > > Note : s-p-

Re: Label associated with an open/close tag

2007-09-24 Thread Gwyn Evans
On Monday, September 24, 2007, 2:29:07 AM, Kent <[EMAIL PROTECTED]> wrote: > Hi, > I think this is one of the most common gotcha's in Wicket: a Label > associated with > an open/close tag like will silently output nothing. As I really can't > think of > a use case when this behavior is the des

Re: yui examples

2007-09-24 Thread Gwyn Evans
On Monday, September 24, 2007, 10:51:30 AM, Mattijs <[EMAIL PROTECTED]> wrote: > i just checked out wicket-contrib-yui and wicket-contrib-yui-examples > to do some testing. > When i ran maven on it, the projects wouldn't build because of some > wrong dependencies in the pom.xml. > In a lot of pl

Re: FeedbackPanel issue [EMAIL PROTECTED]

2007-09-26 Thread Gwyn Evans
Best to use your own thread for a new request... Anyway, when you say "get something", do you mean that you see a feedback message on the web page, as that's what I'd expect your form's onSubmit() to result in. The "[EMAIL PROTECTED]" is the result of toString() being called on your AmountsTimesD

Re: Code directories

2007-09-26 Thread Gwyn Evans
On Wednesday, September 26, 2007, 12:47:54 PM, Neil <[EMAIL PROTECTED]> wrote: > I'm brand new to Wicket - trying to see if I can re-design some web > applications to use this framework. A couple of questions have come up > right at the beginning - I'll start with the simple one > 1) Code la

Re: wicket 1.3 examples

2007-09-27 Thread Gwyn Evans
On Thursday, September 27, 2007, 9:12:27 AM, tsuresh <[EMAIL PROTECTED]> wrote: > Hello, I downloaded the wicket 1.3 , but could not find the package > org.apache.wicket.examples , please help me. > thanks If you downloaded the beta3 kit, it should be below src/jdk-1.5/wicket-examples/ /Gwyn -

Wicket, IDEA and Winstone...

2007-09-27 Thread Gwyn Evans
I thought I ought to flag the above combination, as I'm finding it really useful at the moment. I've typically used Jetty, either via the wicket 'Start' class or via the Maven plugin, but just at the moment I've come across some issues with it. Basically, I'm investigating moving a Model 1 JSP web

Re: Adding a jar file...

2007-09-27 Thread Gwyn Evans
On Thursday, September 27, 2007, 12:26:15 PM, Neil <[EMAIL PROTECTED]> wrote: > This question may be as much for Netbeans 6 as for Wicket, but in either > case, I'm stumped... > I want to add the MySQL jdbc driver to my program so I can connect to a > MySQL database. In a regular > VWP project in

Form behaviour...

2007-09-27 Thread Gwyn Evans
Hi, I've got a form, on which I have, among other things, a TextField and an AjaxFallbackButton. The problem I have is that when then user enters a string into the text field and presses return, both the TextField.onModelChanged() and the AjaxFallbackButton.onSubmit() fire, but I'd like to avoid

Re: Form behaviour...

2007-10-02 Thread Gwyn Evans
n Thursday, September 27, 2007, 7:32:31 PM, Matej <[EMAIL PROTECTED]> wrote: > I don't think there's an easy solution for what you want. You can try > putting in two buttons, set one button as form default and hide it > using css. That one should be submitted when you pr

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

2007-10-02 Thread Gwyn Evans
Are you sure you deployed your web-app to the ROOT context? It's not just at http://localhost/myApp/app/ is it? One thing I like about Jetty is that it's normally clear to see what's mounted where, as the default '/' servlet will list them when running 'mvn jetty:run' /Gwyn On Tuesday, October

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

2007-10-02 Thread Gwyn Evans
On Tuesday, October 2, 2007, 2:53:51 PM, smallufo <[EMAIL PROTECTED]> wrote: > 2007/10/2, Gwyn Evans <[EMAIL PROTECTED]>: Are you sure you deployed your web-app to the ROOT context? It's not just at http://localhost/myApp/app/ is it?  One thing I like about Jetty i

Re: Threading wicket

2007-10-04 Thread Gwyn Evans
On Thursday, October 4, 2007, 7:44:44 AM, Vit <[EMAIL PROTECTED]> wrote: > Hallo, > how can I force from a middle of the loop, which may run up to few > minutes to update a component's value? > I am manipulating a lot of files and I would like to let the user know > how much of the processing is

Re: FormComponentPanel and Validators

2007-10-04 Thread Gwyn Evans
Some form of issue - it's definitely in 1.3.0b3 (D:\Wicket\apache-wicket-1.3.0-beta3\src\jdk-1.4\wicket\src\main\java\org\apache\wicket\markup\html\form\FormComponent.java) On Thursday, October 4, 2007, 4:15:39 PM, Michael <[EMAIL PROTECTED]> wrote: > I am using 1.3.0-beta2 - I popped open FormC

Re: hot redeploy of java classes

2007-10-05 Thread Gwyn Evans
On Friday, October 5, 2007, 9:18:22 AM, Artur <[EMAIL PROTECTED]> wrote: > I know that Wicket in development mode does hot redeploy of html templates. > Is it possible to configure it to does a hot redeploy of java classes too? > It would boost the development time!! As far as I'm aware, that's a

Re: hot redeploy of java classes

2007-10-05 Thread Gwyn Evans
On Friday, October 5, 2007, 11:56:41 AM, Artur <[EMAIL PROTECTED]> wrote: > Gwyn wrote: >> >> On Friday, October 5, 2007, 9:18:22 AM, Artur <[EMAIL PROTECTED]> wrote: >> >>> I know that Wicket in development mode does hot redeploy of html >>> templates. >>> Is it possible to configure it to does

  1   2   >