RE: .JSP / .ASP Integration

2002-06-07 Thread Hakan Forss
Hi Jerry, I'm not sure this is the way to go but take a look at single signon products like GetAccess from Entrust(http://www.entrust.com/getaccess/index.htm) or Netegrity's SiteMinder (http://www.netegrity.com/products/index.cfm?leveltwo=SiteMinder). Hakan From: Jerry Jalenak [EMAIL

Re: Partial Loading of JSP Page

2002-01-11 Thread Hakan Forss
Start building the top of page that would contain a progress message. Flush the output to the browser. After a task are completed write some javascript that updates the progress message in the output and flush again. Keep doing this until the actions are performed an then redirect to a new

More than one action for a request

2001-09-23 Thread Hakan Forss
Hi, I am new to Stuts and would like to do the following: 1. request comes in and is passed to an action 2. action performs its logic and decides what jsp to display 4. second action performs its logic and decides what jsp to display 5. third action performs its logic and decides what jsp to

Re: More than one action for a request

2001-09-23 Thread Hakan Forss
actions, by specifying an action instead of a JSP page in your forwards, like this: forward name=success path=nextAction.do / -- Martin Cooper - Original Message - From: Hakan Forss [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 23, 2001 12:55 PM Subject: More than one