Is this a game? You are trying to manipulate client side functionality
without using the only client side programming feature (javascript) you
have.

Trying to develop any system with a browser front end without using
javascript is a futile exercise.

Tell whoever mandated the ban on javascript that he is a muppet and should
seek alternative employment in McDonalds. You can tell him I said so!


----- Original Message -----
From: "Harry Knörrer" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 10:49 AM
Subject: AW: forward to TOP-Frame


> And javascript isn't allowed
>
> > -----Ursprüngliche Nachricht-----
> > Von: Harry Knörrer [mailto:[EMAIL PROTECTED]]
> > Gesendet: Mittwoch, 14. August 2002 11:45
> > An: 'Tomcat Users List'
> > Betreff: AW: forward to TOP-Frame
> >
> >
> > This is a problem cause the forward should happen when the session is
> > invalid.
> > I check this in my controller.jsp
> >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Barney Hamish [mailto:[EMAIL PROTECTED]]
> > > Gesendet: Mittwoch, 14. August 2002 11:29
> > > An: 'Tomcat Users List'
> > > Betreff: RE: forward to TOP-Frame
> > >
> > >
> > > You can't solve this with forward. You need to do this client
> > > side with
> > > either javascript or by changing whatever link the user
> > > clicks on to to
> > > include a target.
> > > Hamish
> > >
> > > -----Original Message-----
> > > From: Harry Knörrer [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 14, 2002 11:27 AM
> > > To: Tomcat-Liste (E-Mail)
> > > Subject: jsp:forward to TOP-Frame
> > >
> > >
> > > Hello!
> > >
> > > I want to forward the request to a page but it should be shown in my
> > > top-frame.
> > >
> > > e.g href="logindialogController.jsp?formcommand=logout"
> > > target = "_top"
> > >
> > > How can i solve this with jsp:forward
> > >
> > > or any other solution?
> > >
> > >
> > >
> > > Thanks
> > > Harry Knoerrer
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to