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

Reply via email to