Re: [Wicket-user] Wicket 1.3 Javadoc

2007-07-25 Thread Evan Chooly
On 7/25/07, Bjön Limell <[EMAIL PROTECTED]> wrote: > > hi > > Im using this one: http://wicketstuff.org/wicket13doc/ > > On 7/25/07, NateBot2000 <[EMAIL PROTECTED]> wrote: > > > > Can someone tell me where a public 1.3-beta2 Javadoc is located? or do > I > > need to pull from SVN and build it myse

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-24 Thread Evan Chooly
On 7/23/07, James Law <[EMAIL PROTECTED]> wrote: > > Hi Matthias, my 2 cents on orm. > As far as which orm/persistence tool, I think a good strategy that I > follow is to use them all! > Really though, I categorize data access into multiple categories > > 1. Lots of insert/update stuff use cases, w

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-24 Thread Evan Chooly
Except the question wasn't about learning. It's about being productive. And too often NIH is the anti-productivity pill. Don't want a feature? Don't use it. Wicket offers a lot that I don't use but I'd have to crazy not to use it because of that. On 7/24/07, davor-x <[EMAIL PROTECTED]> wrote: >

Re: [Wicket-user] JPA Annotation Validation

2007-07-13 Thread Evan Chooly
I use the JPA annotations. Have been for probably a year now. The went final with the EE 5 spec, though. On 7/12/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote: I haven't seen anything on JPA annotations. Last I heard, they were in "draft" or "review". Are they actually available now, and if so,

Re: [Wicket-user] WicketTester and Spring

2007-07-11 Thread Evan Chooly
Here it is warts and all: http://www.antwerkz.com/wp/?p=1026 On 7/11/07, Evan Chooly <[EMAIL PROTECTED]> wrote: yeah, I saw that which is great. The problem is still getting the environment set up so that spring, et. al, can find everything it needs to initialize the application conte

Re: [Wicket-user] WicketTester and Spring

2007-07-11 Thread Evan Chooly
TED]> wrote: for wicket 1.2, see http://cwiki.apache.org/WICKET/spring.html for reference (button) Wicket 1.3 can use actual WebApplication so it should be no problem. On 7/11/07, Evan Chooly <[EMAIL PROTECTED]> wrote: > > Does anyone have any documentation on using WicketTester with

[Wicket-user] WicketTester and Spring

2007-07-10 Thread Evan Chooly
Does anyone have any documentation on using WicketTester with annotation based spring injection? I tried creating a WicketTester using my own Application rather then the DummyApplication that's used by default but spring complains with: java.lang.IllegalStateException: No WebApplicationContext f

Re: [Wicket-user] replaceWith() not working

2007-06-29 Thread Evan Chooly
That's a good idea i'll remember for the future. Instead I had the better idea of using a modal window for the delete confirmation. Purty. On 6/29/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Try a reuse items strategy to see if that works? Martijn On 6/29/07, Eva

Re: [Wicket-user] replaceWith() not working

2007-06-29 Thread Evan Chooly
tire tree as it iterates across all the rows and overwrite what I just changed. That sounds like the probably culprit. Thoughts? On 6/29/07, Evan Chooly < [EMAIL PROTECTED]> wrote: It is not. I'm not entirely sure what's broken here. I'm assuming that tests exist in wicket

Re: [Wicket-user] replaceWith() not working

2007-06-29 Thread Evan Chooly
much info there... On 6/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: it is not by accident an ajax request right? On 6/28/07, Evan Chooly <[EMAIL PROTECTED]> wrote: > > On 6/28/07, Eelco Hillenius < [EMAIL PROTECTED]> wrote: > > > > > publ

Re: [Wicket-user] replaceWith() not working

2007-06-28 Thread Evan Chooly
On 6/28/07, Evan Chooly <[EMAIL PROTECTED]> wrote: I started off with a panel but i moved it down one to the link itself thinking there might be some oddities with the panel being part of a column blah blah blah. I'll rework it and try again. So bumping it back up to the whole p

Re: [Wicket-user] replaceWith() not working

2007-06-28 Thread Evan Chooly
i wouldn't be surprised if things didn't work as expected. You should try to replace a panel with panel, possible attached to -Matej On 6/28/07, Evan Chooly <[EMAIL PROTECTED]> wrote: > On 6/28/07, Eelco Hillenius <[EMAIL PROTECTED]> wrot

Re: [Wicket-user] replaceWith() not working

2007-06-28 Thread Evan Chooly
On 6/28/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > public void onClick() { > DeleteLink.this.replaceWith(new > ConfirmDeletePanel(DeleteLink.this.getId(), "really delete?") { > @Override > protected void onCancel() { >

[Wicket-user] replaceWith() not working

2007-06-28 Thread Evan Chooly
I'm on the latest snapshot and am having a problem using replaceWith(). When I have wicket logging turned on I can see all sorts of activity, but my page doesn't get updated. Below is the code I'm using. I ripped this code off from eelco's blog at http://chillenious.wordpress.com/2006/11/30/ask-

Re: [Wicket-user] [announce] Apache Wicket

2007-06-20 Thread Evan Chooly
Awesome! Let me be the first to say ... So when is beta 2 coming out? 8^)= On 6/20/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: We have Graduation! Apache Wicket is established as a top level project within the Apache Software Foundation. >From Greg Stein: Original Mess

[Wicket-user] Re: newMarkupResourceStream question

2006-05-27 Thread evan
7;s markup before deferring to super.getMarkup() Can Application.markupCache be make protected? so in Application.init() I can plug in a custom implementation? thx, evan Juergen Donnerstag wrote: Wicket caches the markup loaded. Hence you'll see it loaded only once. However in d

[Wicket-user] anyone at java one?

2006-05-18 Thread evan
Any wicket users/contributors at Java one? If so, want to meet and go for a drink tonight? I will buy a few rounds as part of my company's contribution back to the community :) Sorry for late notice. -evan --- Using Tomcat but need

[Wicket-user] Re: Dynamically updating a tree via Ajax?

2006-04-21 Thread evan
s are made - showbranch or load new divs, if showBranch comes first you'd need to workaround. -evan David Griffiths wrote: Hi, how far away is Wicket from being able to do this: - create a tree object initially displaying only the root node - when you click to expand a node do it via a xmlhtt