Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Bron
Ha, I can't catch a break. Apparently since I am in Servlet 2.3 and have to use the tag around an EL expression, I am again in the same boat with nested custom tags. I will switch to 2.4 and try again without the mraible wrote: > > ${pageContext.request.remoteUser} should give you the

Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Matt Raible
${pageContext.request.remoteUser} should give you the user's name. Matt On 7/11/07, Bron <[EMAIL PROTECTED]> wrote: Thanks Matt, It doesn't look like my version will accept the body of as the value. I think that is only in very recent versions of WebWork - http://64.233.167.104/search?q=cac

Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Bron
Thanks Matt, It doesn't look like my version will accept the body of as the value. I think that is only in very recent versions of WebWork - http://64.233.167.104/search?q=cache:BYU5Sia9efQJ:jira.opensymphony.com/browse/WW-1435+%3C/ww:set%3E&hl=en&ct=clnk&cd=4&gl=us&client=firefox-a http://64.

Re: [appfuse-user] taglibs in ww:textfield values

2007-07-11 Thread Matt Raible
You can't set a tag within a tag - that's something that JSP doesn't allow. You could try using 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