On 6/14/06, Dave Newton <[EMAIL PROTECTED]> wrote:
chuanjiang lo wrote: > <bean:define id="biz_link" type="String" name="Biz_Bean" > property="business_id"/> > <html:link action="/viewBiz/ViewBusinessDetail?business_id=${biz_link}">You need to use the EL-enabled tag libs (struts-el or something like that) when you don't have JSP 2.0 available.
<snip/> Indeed: http://struts.apache.org/struts-action/struts-el/index.html -Rahul
Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

