Re: [Wicket-user] Panel visibility

2006-07-10 Thread Martijn Dashorst
Just a thought: if you had overridden (?) isVisible on your MyPanel,
then setting it wouldn't have any effect.

Martijn

On 7/7/06, Frank Silbermann [EMAIL PROTECTED] wrote:
 I did not modify the client header, but I don't think it's a caching
 issue, because other widgets are changing as expected on postback.

 I modified my program in a way that should not have made a difference,
 and it seems to work now.  Perhaps I had some sort of programming error
 that's now gone.  Oh, well.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Juergen
 Donnerstag
 Sent: Friday, July 07, 2006 2:28 PM
 To: wicket-user@lists.sourceforge.net
 Subject: Re: [Wicket-user] Panel visibility

 Are you sure it not a caching issue? Your browser caching the page?
 Did you modify the response header to disable client caching?

 Juergen

 On 7/7/06, Frank Silbermann [EMAIL PROTECTED] wrote:
 
 
  I'm using Wicket 1.2, and I've included on my page a subclass of
  Panel.  In response to an event, I called myPanel.setVisible(false)
  but the panel remains visible.  Is this a known bug, or do I need to
  do something to implement void setVisible(boolean) in my subclass?
  Using Tomcat but need to do more? Need to support web services,
 security?
  Get stuff done quickly with pre-integrated technology to make your job

  easier Download IBM WebSphere Application Server v.1.0.1 based on
  Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=1216
  42
 
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 

 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Panel visibility

2006-07-07 Thread Frank Silbermann



I'm using Wicket 1.2, and I've included on my page a 
subclass of Panel. In response to an event, I called 
"myPanel.setVisible(false)" but the panel remains visible. Is this a known 
bug, or do I need to do something to implement "void setVisible(boolean)" in my 
subclass?
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Panel visibility

2006-07-07 Thread Juergen Donnerstag
Are you sure it not a caching issue? Your browser caching the page?
Did you modify the response header to disable client caching?

Juergen

On 7/7/06, Frank Silbermann [EMAIL PROTECTED] wrote:


 I'm using Wicket 1.2, and I've included on my page a subclass of Panel.  In
 response to an event, I called myPanel.setVisible(false) but the panel
 remains visible.  Is this a known bug, or do I need to do something to
 implement void setVisible(boolean) in my subclass?
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Panel visibility

2006-07-07 Thread Frank Silbermann
I did not modify the client header, but I don't think it's a caching
issue, because other widgets are changing as expected on postback.

I modified my program in a way that should not have made a difference,
and it seems to work now.  Perhaps I had some sort of programming error
that's now gone.  Oh, well. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Juergen
Donnerstag
Sent: Friday, July 07, 2006 2:28 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Panel visibility

Are you sure it not a caching issue? Your browser caching the page?
Did you modify the response header to disable client caching?

Juergen

On 7/7/06, Frank Silbermann [EMAIL PROTECTED] wrote:


 I'm using Wicket 1.2, and I've included on my page a subclass of 
 Panel.  In response to an event, I called myPanel.setVisible(false) 
 but the panel remains visible.  Is this a known bug, or do I need to 
 do something to implement void setVisible(boolean) in my subclass?
 Using Tomcat but need to do more? Need to support web services,
security?
 Get stuff done quickly with pre-integrated technology to make your job

 easier Download IBM WebSphere Application Server v.1.0.1 based on 
 Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=1216
 42


 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user