How to stop the request processing and write to reponse

2008-12-10 Thread [EMAIL PROTECTED]
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Page expires on calling ModalWinow.close(target)

2008-10-16 Thread [EMAIL PROTECTED]
ext: http://www.nabble.com/Page-expires-on-calling-ModalWinow.close%28target%29-tp20012621p20012621.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Update ListView using AjaxLink

2008-10-04 Thread [EMAIL PROTECTED]
Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "This time last year" .... is Wicket really a disappointment?

2008-07-24 Thread [EMAIL PROTECTED]
- Original Message - Da : "Matej Knopp" <[EMAIL PROTECTED]> A : users@wicket.apache.org Oggetto : Re: "This time last year" is Wicket really a disappointment? Data : Thu, 24 Jul 2008 15:45:49 +0200 > Too many constrains? Really? > Just write a model t

wicket, spring and aop

2008-04-03 Thread [EMAIL PROTECTED]
e SpringWebApplication in the wicket-spring package but i don't know how to use it to integrate the instrumentation. I don't need to inject components using the @SpringBean annotation. Thanks for your time, --------- To un

Add different component for treenode

2008-03-27 Thread [EMAIL PROTECTED]
Hi, with newNodeComponent in the BaseTree class i can specify a different component for my treenode, but this is the same for all node. Is it possible setting different treenode component for added a different type of node in my tree? something like this: protected Component newNodeC

Re: Copenhagen Meetup

2008-03-19 Thread [EMAIL PROTECTED]
velopers. Perhabs we can persuade him to participate? Nino, will you offer for the meeting ? /Flemming - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: form submit to popup

2008-03-10 Thread [EMAIL PROTECTED]
's content to the url. but it isnt really safe to pass this on the url because those have a character limit... -igor On Mon, Mar 10, 2008 at 2:36 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello folks. Time for me to use the knowledge of the community again. Some backgr

form submit to popup

2008-03-10 Thread [EMAIL PROTECTED]
Also, let me know if you need clarification. TIA, Jörgen ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TextArea problems

2008-03-02 Thread [EMAIL PROTECTED]
Thank Jay. It's always so simple :) /Jörgen Jay Hogan skrev: 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

TextArea problems

2008-03-02 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Form.getMethod() throws Exception

2008-02-18 Thread [EMAIL PROTECTED]
ds WebPage { public MySuperSecretHidingPage(String password) { } } will work just fine for your purposes. Martijn On 2/19/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Sorry that I was not clear enough. Even though I have a specific scenario in my application, the question

Re: Form.getMethod() throws Exception

2008-02-18 Thread [EMAIL PROTECTED]
skrev: I don't understand what you are trying to achieve. setResponsePage goes to another page. If you don't want to go to another page, then don't set response page. Martijn On 2/18/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Ah, so I was half correct ;) What is

Re: Form.getMethod() throws Exception

2008-02-18 Thread [EMAIL PROTECTED]
: Hi The parameters are left out of the request URL in the request that brings you to the onSubmit method, but the response URL will contain the PageParameters you set for the MyResponseClass page. BR, Henrik Lundahl 2008/2/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hello. It was ju

Re: Form.getMethod() throws Exception

2008-02-18 Thread [EMAIL PROTECTED]
his method in a constructor. The component isn't added to the page yet, and therefore doesn't know its markup causing it to fail to find the method="foo" tag. Why do you want to call this method in a constructor? Martijn On 2/18/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Form.getMethod() throws Exception

2008-02-18 Thread [EMAIL PROTECTED]
$Http11ConnectionHandler.process(Http11Protocol.java:584) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) - To unsubscribe, e-mail: [EMAIL PROTECTED

Some questions - mainly about session expiration and serialization

2008-02-06 Thread [EMAIL PROTECTED]
Terracotta). Also, in version 1.2 I once saw that there was a UserSession (?) method that looked like it was useful for disabling serialization, and I had a mental note about using it, but it looks like it disappeared in 1.3.0. Hints? Thanks in advance.. -- Fabrizio Giudici, Ph.D. - Java Archite

Re: Wizard and PasswordTextField

2007-10-23 Thread [EMAIL PROTECTED]
nd then I was looking at google. At the same time it is something easy. How can I solve by my self? Just a guide. ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

i18n feedbackmessages

2007-10-23 Thread [EMAIL PROTECTED]
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to Hide/View Fields at run time combo selection

2007-08-16 Thread [EMAIL PROTECTED]
. 2007/8/16, Edi <[EMAIL PROTECTED]>: > > I am using wicket1.2.3. I think this method is not available in that API > > > Gerolf Seitz wrote: > > > > if you want to initially hide components and show them later via ajax, > > you have to call .setOutputMarkup

Re: updateing a component on AjaxTabbedPanel

2007-08-15 Thread [EMAIL PROTECTED]
The ajax tabbed panel should be an instance variable. Then you can use target.addComponent(tabbedPanel). 2007/8/15, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi there, > > i am very new to wicket an got some problems while using a tree and a > AjaxTabbedPanel. > > I want