Thanks Matt,

It doesn't look like my version will accept the body of <ww:set></ww:set> 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.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
  
I'm really just trying to get the logged in user id or name, is there
another way?  This seems like a "hello world" level question, but I can't
get it from the value stack any way I try.  Do I need to manually add it to
the value stack during the login action?

 

mraible wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/taglibs-in-ww%3Atextfield-values-tf4064561s2369.html#a11549833
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to