You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Dudley Butt@i-Commerce" <Du...@za.didata.com> on 2001/04/26 16:16:33 UTC

help..bean write not working..

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