Hello, I want to write something like this in a jsp file
<script language="javascript">
function f() {
return <bean:write name="some_bean" property="a_property"/>;
}
</script>
but the bean:write tag isn't processed. So how can I make it processed?
Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

