HI Paula,

Lumby Paula wrote:

> Many thanks Richard Vowles for the quick response to my question about the
> import(s) attribute of the page directive. Yes, I should have read the jsp mail
> first, but I just re-subscribed to this forum because I just started converting
> an working web from the JSP 1.0 reference implementation to the JSWDK.  Now the
> question becomes how to read notes that were sent before I subscribed.

This is also in the FAQ, question 22:
22) Where can I find the mailing list archives?

     Archives of the JSP mailing list are available at
http://archives.java.sun.com/archives/jsp-interest.html

     These archives are searchable.

> My other question is still outstanding.Without resorting to a scriplet, how can
> I get the value of the property of one bean, and set the property of a second
> bean to the same value.  Can this be done with setProperty and getProperty tags?
> My previous note expands on this question with sample lines of code.

AFAIK, the answer is no - tags can't be embedded into each other (which is part of
the problem
with the <@! tag - you can't create class level functions that contain HTML).

Someone else may have a solution?

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to