答复: What is the Wicket way to redirect?

2008-05-01 Thread Jay
Hi, Igor What's the difference between "RestartResponseException" and "RestartResponseAtInterceptPageException"? Thx Regards, Jay -邮件原件- 发件人: Igor Vaynberg [mailto:[EMAIL PROTECTED] 发送时间: 2008年2月21日 7:03 收件人: users@wicket.apache.org 主题: Re: What is the Wicket

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

2008-03-17 Thread Jay Hogan
+1

Re: Revisited: How to mount a form?

2008-03-12 Thread Jay Hogan
guide on the wiki (http://cwiki.apache.org/WICKET/newuserguide.html) for further information. Jay On Wed, Mar 12, 2008 at 5:23 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > That is not an acceptable answer. And from what I've seen, Wickets > RequestCodingStrategy-architect

Re: How to mount a form?

2008-03-07 Thread Jay Hogan
Hi, A form cannot be rendered on it's own, it must be part of a page. Create a LoginPage, add your form subclass and then mount the LoginPage. Cheers, Jay On Fri, Mar 7, 2008 at 5:41 AM, Jörn Zaefferer < [EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to mount a form, e

Re: Anyone thinking about an OLAP4J component?

2008-03-05 Thread Jay Hogan
> > > Sounds like a great idea, and maybe give companies like SAS institute > > and SPSS a little run for it:) > > > > I'd love to do that, but unfortunalty I'ts not a business case for my > > company.. I'd be glad to help out a little though:) > &g

Form submit to resource download to redirect to new page

2008-03-03 Thread Jay Hogan
. I would like to be able to create and download the PDF AND redirect to a new page when the form is submitted. What is the best way to do this? Thanks in advance for your help, Jay

Re: TextArea problems

2008-03-02 Thread Jay Hogan
Hi Jörgen, The textarea tag requires a close tag, rather than an open-close tag. Like this: Content to be replaced by wicket Cheers, Jay On Sun, Mar 2, 2008 at 6:01 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi. > > I have a form that contains a text ar

Anyone thinking about an OLAP4J component?

2008-02-29 Thread Jay Hogan
Has anyone thought about writing a Wicket OLAP viewer using the new (still beta) olap4j API? (http://www.olap4j.org/) I would kill (ok, maim) for something like that and Wicket is a great platform for it IMHO. I have not been very impressed with the Java OLAP pivot tools I have seen, of which JPivo

Re: Pickup up new markup without restarting webapp

2008-02-28 Thread Jay Hogan
tings that replicates the DEV mode markup reload functionality. Good luck, Jay On Thu, Feb 28, 2008 at 4:50 PM, Chris Colman <[EMAIL PROTECTED]> wrote: > The interesting thing is that a bounce of the app reads the new variants > without a problem. This seems to indicate to me that t

Re: Pickup up new markup without restarting webapp

2008-02-28 Thread Jay Hogan
ng MarkupCache? I'm just a Wicket user so > one > > of > > the devs might want to weigh in but that is where I would start > looking. > > > > > http://people.apache.org/~tobrien/wicket/apidocs/org/apache/wicket/marku > p/<http://people.apache.org/%7Etobrie

Re: close tag error

2008-02-28 Thread Jay Hogan
Does wicket:message require an explicit close tag? Like this: Replace me On Thu, Feb 28, 2008 at 4:28 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > Oh, I just typed this as a simplified example - it's properly done in my > real code. > > Any other suggestions? > > -Original Message- >

Re: Pickup up new markup without restarting webapp

2008-02-28 Thread Jay Hogan
Chris, Have you looked at subclassing MarkupCache? I'm just a Wicket user so one of the devs might want to weigh in but that is where I would start looking. http://people.apache.org/~tobrien/wicket/apidocs/org/apache/wicket/markup/MarkupCache.html Cheers, Jay On Thu, Feb 28, 2008 at 4:

Re: Pickup up new markup without restarting webapp

2008-02-28 Thread Jay Hogan
rk for you (see http://cwiki.apache.org/WICKET/multiple-markups-per-page.html)? If neither of these fits th bill, you could try using a ReloadingWicketFilter: http://people.apache.org/~tobrien/wicket/apidocs/org/apache/wicket/protocol/http/ReloadingWicketFilter.html Cheers, Jay On Thu, Feb 28,

Outdated Javadoc referenced on wicket.apache.org

2008-02-26 Thread Jay Hogan
Any chance someone can updated the javadoc referenced on the Wicket homepage? It is currently showing a 1.3.0 snapshot. Cheers, Jay

Re: AjaxRequestTarget and dynamic form component

2008-02-14 Thread Jay Hogan
search operator is changed but when I add the form to AjaxRequestTarget.addComponent() the form is re-rendered and my changes are lost. Am I making any sense? Thanks, Jay On Thu, Feb 14, 2008 at 3:12 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Thu, 14 Feb 2008, Jay Hogan wrote:

AjaxRequestTarget and dynamic form component

2008-02-14 Thread Jay Hogan
operator. addOrReplaceValuePanel(item,field) } } Any ideas? Am I taking the wrong approach? Am I making a stupid-wicket-newbie mistake? I'm open to suggestions. Cheers, Jay

Re: Nested list structures and RecursivePanel

2008-01-03 Thread Jay Hogan
Thanks Igor, that did the trick. I knew it had to be a simple solution. Sometimes learning a new technology is like hammering nails with your forehead! Jay On Jan 3, 2008 1:17 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you can use the wicket:container tag instead of span if you

Nested list structures and RecursivePanel

2008-01-03 Thread Jay Hogan
cript but I'm the kind of person who is more comfortable working in Java. Plus, I know wicket can do it and it burns me that I can't figure it out. Anyone have any ideas? Thanks, Jay NavigationPanel.java: public class NavigationPanel extends Panel { private static final long s

Ottawa Wicket Meetup

2007-12-21 Thread Jay Lawrence
I just added to the Wiki pages ... thought I would drop a note to the list If you're in Ottawa and are interested in meeting up to discuss Wicket, etc., give me a shout. Jay -- View this message in context: http://www.nabble.com/Ottawa-Wicket-Meetup-tp14454416p14454416.html Sent fro

Turbine and Wicket co-existence while migrating frameworks

2007-12-21 Thread Jay Lawrence
tch - we'd really like to find a way to make the two frameworks co-exist to some degree or another. We envision invoking Turbine from within Wicket and somehow keep track of session for both. Has someone, or is someone out there considering this? Any experiences, etc. would be appreciated!