We have got round the problem of passing javabeans into other frames by
using javascript to set variables in the other frames(the alternative to to
using jsp:includes and jsp usebeans).  This is one of the possible issues
that you may run into (as we have) when using frames.

IMHO I think it's much more maintainable to use <includes> and <usebeans> to
create a frame like appearance instead of using frames and javascript but we
also have been forced into it by the powers that be.

If anyone out there in Struts land knows of a nicer than using javascript to
populate frames  with objects passed back by action I'd certainly love to
hear about it.  The thought of having to map the javabeans placed in to the
request by the action into javascript objects purely so that they can be
used to populate other frames is still making me shudder.....

HTH

Jin
----- Original Message -----
From: "Thierry Ruiz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 10:58 AM
Subject: Advice needed for frame templating


>
> Hi all,
>
> Reading severall articles, It seems to be a better solution to avoid
> the use of frames in web project. However I'm afraid not to have
> the choice (I need an applet running in background).
>
> Could someone give advice on frame templating using Struts.
>
> Thanks in advance.
>
> -Th.
>
>
> --
> 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