BTW (and to save time...), yes, I already know that I can always break
into Java with:
<% tableBean.setColumnFormat = dataFormatBean; %>
The idea is to avoid Java coding so that my page building folks don't
have to know any java ;)
- Kurt W.
> -----Original Message-----
> From: Kurt Williams [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, March 04, 1999 9:39 AM
> To: [EMAIL PROTECTED]
> Subject: Another JSP 1 spec suggestion
>
> After using JSP for a while (and loving it) I've ran into a number of
> situations where it would be advantageous to be able to set a bean's
> property to another bean. For example, I've got a set of format beans
> and I've got a table bean. It would be nice to assign the
> table.columnFormat property to a bean, rather than a string. Right
> now
> it seems that we are limited to just setting/getting string
> properties.
> It seems there should be some way to set a bean's property to another
> bean, not just a string.
>
> Something like a <SETFROMBEAN> tag that could work like:
>
> <USEBEAN name="dateFormatBean"
> type="com.mypackage.DateFormatBean"></BEAN>
>
> <USEBEAN name="tableBean" type="com.mypackage.TableBean">
> <SETFROMBEAN BEANPROPERTY="columnFormat" VALUE="dateFormatBean">
> </USEBEAN>
>
> This would be ultra cool and very useful. If there's already some way
> to do this, someone let me know.
>
> Thanks!
>
> _______________________________
> Kurtis G. Williams
> Internet Applications Development
> Sterling Wentworth Corp.
> [EMAIL PROTECTED]
> phone: (801) 355-9777 x260
> fax: (801) 355-9792
>
> ======================================================================
> =====
> 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".
===========================================================================
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".