RE: Bowser back buttons and jsp

2001-02-22 Thread Kev Roberts
You can try to get round this on the client side with JavaScript but to do things robustly you need to handle this server side. How do you handle the navigation, validation and processing from your JSP? Have a look at the State pattern, this works really well for an encapsulated approach to this,

RE: Port 23791

2001-02-20 Thread Kev Roberts
This is the default port for the RMI server, see http://www.orionserver.com/docs/rmi.xml.html Kev > -Original Message- > From: Jim Archer [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2001 06:22 > To: Orion-Interest > Subject: Port 23791 > > > Hi All... > > Does anyone know why Orion

RE: Any news from Orion yet??

2001-02-14 Thread Kev Roberts
> I don't think it supports Servlet 2.2/JSP 1.1 yet > either..unless it recently > has added that support. I am surprised that with $2billion This has now been added in the latest service pack Kev