I' afraid that according to JSP specification you CANNOT nest custom tags in
the way you are doing with
<html:form action="<bean:write name=\"formAction\" ></bean:write>" >
Danail
-----Original Message-----
From: Dudley Butt@i-Commerce [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 4:17 PM
To: '[EMAIL PROTECTED]'
Subject: help..bean write not working..<html:form action="<bean:write
name='formAction' />" >
hi all,
i cant seem to get this bean write tag to work, any ideas?
<logic:notPresent name="user" >
<bean:define id="formAction" value="/eFilerAddNoUser" scope="request" />
</logic:notPresent>
<logic:present name="user" >
<bean:define id="formAction" value="/eFilerAdd" scope="request" />
</logic:present>
<html:html>
<html:errors/>
<head><html:base/>
<link rel="stylesheet" href=<bean:message key="all.stylesheet"/>
type="text/css">
</head>
<body>
<html:form action="<bean:write name=\"formAction\" ></bean:write>" >
.....
..
.
thanx