Re: [Wicket-user] Link behaviour inconsistent

2006-09-11 Thread Imran M Yousuf
Dear Johan,
What you said is correct. But I press refresh of the browser it does not
give page expired, instead it gets the original page from the Server. But
before getting it, it shows pages that is not even in the flow. Can we
relate it to browser caching directly and rationally? I have set the
CACHE-CONTROL to no-cache and EXPIRES to current date time. Let see what
comes the result, does the browser takes it and stops caching.

Thank you

Imran

-Original Message-

Date: Sun, 10 Sep 2006 15:57:32 +0200
From: Johan Compagner [EMAIL PROTECTED]
Subject: Re: [Wicket-user] Link behaviour inconsistent
To: wicket-user@lists.sourceforge.net
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=iso-8859-1

The strange thing is if you restart your server (without keeping sessions)
then when you hit refresh in the browser
it should give you a PageExpired page anyway. Because the page
shouldn't/can't be found..
when you some how also have another browser window and build up the session
there (generate the page again)
and then in another window you do a refresh. Then maybe you can get another
page then you saw first.

johan



-
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] Link behaviour inconsistent

2006-09-10 Thread Imran M Yousuf
Dear Users,I am using Link implementation in my application to navigate. When the server restarts all the links that are of Link implementation starts behaving strangely and goes to a page that is not even navigateable from that page. Can someone let me know what the reason could be?
The links that cause problem looks like as follows: http://192.168.1.14:8080/sakura/home?wicket:interface=:5::Need help on this in urgent basis.
Thank you in advance.Imran
-
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] Link behaviour inconsistent

2006-09-10 Thread Martijn Dashorst
These links are not supposed to be bookmarkable. You should use
BookmarkablePageLInks when you want to provide bookmarks to your
pages.

You can read more on the subject here:
http://www.javalobby.org/java/forums/t61556.html

Martijn

On 9/10/06, Imran M Yousuf [EMAIL PROTECTED] wrote:
 Dear Users,

 I am using Link implementation in my application to navigate. When the
 server restarts all the links that are of Link implementation starts
 behaving strangely and goes to a page that is not even navigateable from
 that page. Can someone let me know what the reason could be?
 The links that cause problem looks like as follows:
 http://192.168.1.14:8080/sakura/home?wicket:interface=:5::
 Need help on this in urgent basis.
 Thank you in advance.

 Imran

 -
 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.2 now! New Ajax components: Tree, TreeTable and ModalWindow
-- 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


Re: [Wicket-user] Link behaviour inconsistent

2006-09-10 Thread Gwyn Evans
The point is, non-bookmarkable links aren't intended to persist over
server restarts - in fact, they're only 'good' for the life of the
session in which they were created.  Can you explain a bit more about
the scenario you've intending them to cover.

/Gwyn

On 10/09/06, Imran M Yousuf [EMAIL PROTECTED] wrote:
 Sorry to disappoint you. But I already know what you have mentioned in your
 reply. The URL I sent in the mail was an example which URLs' cause such
 behavior. They were not used for bookmark purpose. I hoped I cleared myself.
 Please feel free to ask any question in regard to this.

 Thank you

 Imran

 -Original Message-
 From: Martijn Dashorst [mailto:[EMAIL PROTECTED]
 Sent: Sunday, September 10, 2006 6:37 PM
 To: [EMAIL PROTECTED]; wicket-user@lists.sourceforge.net
 Subject: Re: [Wicket-user] Link behaviour inconsistent

 These links are not supposed to be bookmarkable. You should use
 BookmarkablePageLInks when you want to provide bookmarks to your
 pages.

 You can read more on the subject here:
 http://www.javalobby.org/java/forums/t61556.html

 Martijn

 On 9/10/06, Imran M Yousuf [EMAIL PROTECTED] wrote:
  Dear Users,
 
  I am using Link implementation in my application to navigate. When the
  server restarts all the links that are of Link implementation starts
  behaving strangely and goes to a page that is not even navigateable from
  that page. Can someone let me know what the reason could be?
  The links that cause problem looks like as follows:
  http://192.168.1.14:8080/sakura/home?wicket:interface=:5::
  Need help on this in urgent basis.
  Thank you in advance.
 
  Imran
 
  -
  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.2 now! New Ajax components: Tree, TreeTable and
 ModalWindow
 -- 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



-- 
Download Wicket 1.2.2 now! - 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


Re: [Wicket-user] Link behaviour inconsistent

2006-09-10 Thread Imran M Yousuf








The page that comes is not the link that I
click on. Thats the problem. I think you understood the problem. My wild
guess is that the Browser is messing things up so I trying to make the page
expire using the response header directive. Please let me know of any solution
you come across. 

Thank you



Imran











From: Johan Compagner
[mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 10, 2006
7:40 PM
To: [EMAIL PROTECTED];
wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Link
behaviour inconsistent





is that also really the
link you click on?
that looks strange to me because that link is just a page request link.
It is not an url of a link on the page. that should be something like
this:

http://www.wicket-library.com/wicket-examples/linkomatic?wicket:interface=:0:actionLink::ILinkListener

johan





On 9/10/06, Imran M
Yousuf  [EMAIL PROTECTED]
wrote:



Dear Users, 

I am using Link implementation in my application to navigate. When the server
restarts all the links that are of Link implementation starts behaving
strangely and goes to a page that is not even navigateable from that page. Can
someone let me know what the reason could be? 
The links that cause problem looks like as follows: http://192.168.1.14:8080/sakura/home?wicket:interface=:5
::
Need help on this in urgent basis. 
Thank you in advance.






Imran




-
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] Link behaviour inconsistent

2006-09-10 Thread Johan Compagner
The strange thing is if you restart your server (without keeping sessions) then when you hit refresh in the browserit should give you a PageExpired page anyway. Because the page shouldn't/can't be found..when you some how also have another browser window and build up the session there (generate the page again)
and then in another window you do a refresh. Then maybe you can get another page then you saw first.johanOn 9/10/06, Imran M Yousuf 
[EMAIL PROTECTED] wrote:













The page that comes is not the link that I
click on. That's the problem. I think you understood the problem. My wild
guess is that the Browser is messing things up so I trying to make the page
expire using the response header directive. Please let me know of any solution
you come across. 

Thank you



Imran











From: Johan Compagner
[mailto:[EMAIL PROTECTED]] 
Sent: Sunday, September 10, 2006
7:40 PM
To: [EMAIL PROTECTED];
wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Link
behaviour inconsistent





is that also really the
link you click on?
that looks strange to me because that link is just a page request link.
It is not an url of a link on the page. that should be something like
this:

http://www.wicket-library.com/wicket-examples/linkomatic?wicket:interface=:0:actionLink::ILinkListener


johan





On 9/10/06, Imran M
Yousuf  [EMAIL PROTECTED]
wrote:



Dear Users, 

I am using Link implementation in my application to navigate. When the server
restarts all the links that are of Link implementation starts behaving
strangely and goes to a page that is not even navigateable from that page. Can
someone let me know what the reason could be? 
The links that cause problem looks like as follows: http://192.168.1.14:8080/sakura/home?wicket:interface=:5
::
Need help on this in urgent basis. 
Thank you in advance.






Imran




-
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