Here is a small snippet. On click of the AjaxSubmit, I want 'nameDisplay', 'username' to refresh. nameDisplay does refresh, but username does not. What am I doing wrong?
Thanks!
<body jwcid="@Border">
<form jwcid="loginForm">
<span jwcid="@FieldLabel" field="component:username" />
<input jwcid=" [EMAIL PROTECTED]"
value="ognl:userName" displayName="message:username.input" />
<span jwcid="@Insert" value="ognl:currTime"/>
<div jwcid="[EMAIL PROTECTED]" class="displayName">
<span jwcid="@Insert" value="ognl:dataSaveStatus"/>
</div>
<a jwcid="@tacos:AjaxSubmit"
updateComponents="ognl:{'nameDisplay', 'username' }"
effects="template:{highlight:{any:'[255,255,184], 500, 500'}}"/>
</form>
</body>
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
