Re: Setting the value of a html:select with a bean:write

2002-03-26 Thread Nicolas De Loof
You cannot use jsp tag as attribute of other jsp tag (XML compliant notation). use sriptlet (value="<%= %>") instead. > " > > > > > This does not work. I got a work around to work, but there has got to be a > slicker way of doing it. any suggestions > > > > -- > To unsubscribe, e-mail:

Setting the value of a html:select with a bean:write

2002-03-26 Thread @Basebeans.com
Subject: Setting the value of a html:select with a bean:write From: "Daniel Jaffa" <[EMAIL PROTECTED]> === I have tried to do this " > This does not work. I got a work around to work, but there has got to be a slicker way of doing it. any suggestions -- To unsubs