Hi,

is it possible to use an template parameter as a parameter of a struts-tag ?
for example, something like this:

jsp:
 <template:insert template="thetemplate.jsp">
  <template:put name="name" content="Mike" direct="true" />
 </template:insert>
template.jsp:

<html:form action="somethingto.do" >
 Name: <html:text property="name" value="<template:get name="name" />"/>
</html:form>

thanks,
horst

Reply via email to