You can't set a tag within a tag - that's something that JSP doesn't allow. You could try using <ww:set><acegitag></ww:set> and then grabbing the value from the set variable. Matt
On 7/11/07, Bron <[EMAIL PROTECTED]> wrote:
I'm using Appfuse 1.9.3 and can't figure out how to escape a taglib within the value property of a Web Work tag. Every combination of quotes and double quotes or %{} syntax I try results in Javax.servlet.ServletException: Could not execute action. I am trying to get the logged in username from the <authz: tag and set it as the default value: <ww:textfield label="%{getText('offer.contactId')}" name="offer.contactId" value="<authz:authentication operation="username"/>" required="true"/> What's the trick? it works fine within non-<ww: type tags. Bron -- View this message in context: http://www.nabble.com/taglibs -in-ww%3Atextfield-values-tf4064561s2369.html#a11548593 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com