I ((hopefully) understood what you meant Ginny. Just to make it clear to others:
1. We could use Strut/JSP within other html Tags (bean:write within option) <option value=<bean:write name="item" property="dealTypeId"/> </option> 2.We cannot use Strut/JSP within other Strut/JSP (bean:write within html:text) <html:text property="blah" value="<bean:write property=blah/>" /> Santhi -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 4:51 PM To: [EMAIL PROTECTED] Subject: RE: [MVC-Programmers] Using strut tag values inside other tags Sorry I mean u can use struts or JSP tags with other html basic tags -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 11:56 AM To: [EMAIL PROTECTED] Subject: RE: [MVC-Programmers] Using strut tag values inside other tags Hi, You can use struts tag or Jsp tags without other html basic tag but not within other JSP/Struts tags Ginny -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 11:13 AM To: '[EMAIL PROTECTED]' Subject: RE: [MVC-Programmers] Using strut tag values inside other tags Sample that is working: <logic:iterate id="item" name="types" indexId="index" type="dto.DealTypes" > <option value=<bean:write name="item" property="dealTypeId"/> </option> </logic:iterate> Thank you Santhi -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: RE: [MVC-Programmers] Using strut tag values inside other tags Hi Santhi, You cannot use a struts tag within another tag, same like JSP tags, But another alternative that you can use is expressions. <bean:define id="firstName" name="item" property="firstname" type="java.lang.String"/> value="<%= firstName %>" Regards, Ginny -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:43 AM To: '[EMAIL PROTECTED]' Subject: RE: [MVC-Programmers] Using strut tag values inside other tags It is possible to write like that: value=<bean:write name="item" property="firstname"/> Santhi -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 9:02 PM To: [EMAIL PROTECTED] Subject: [MVC-Programmers] Using strut tag values inside other tags Hi, I was wondering if it was possible to use strut tag values inside other ones... i.e. evaluate the tag value and add it as part of another tag. For example i'd like to do something like <html:text property="blah" value="<bean:write proprty=blah/>" /> I'm sure if this is possible i'd have to delimit it or something... if anyone knows, much appreciated. Thanks. -w __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers