Author: musachy Date: Mon May 28 09:36:23 2007 New Revision: 542262 URL: http://svn.apache.org/viewvc?view=rev&rev=542262 Log: Fix example to use Dojo plugin tags
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/nodecorate/panel3.ftl Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/nodecorate/panel3.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/nodecorate/panel3.ftl?view=diff&rev=542262&r1=542261&r2=542262 ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/nodecorate/panel3.ftl (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/ajax/tabbedpanel/nodecorate/panel3.ftl Mon May 28 09:36:23 2007 @@ -2,8 +2,8 @@ <div id="result"> </div> -<@s.form action="panel3Submit" namespace="/nodecorate" theme="ajax"> - <@s.select label="Gender" name="gender" list=r"%{#{'Male':'Male','Female':'Female'}}" theme="ajax" /> - <@s.submit theme="ajax" resultDivId="result" /> +<@s.form action="panel3Submit" namespace="/nodecorate"> + <@sx.autocompleter label="Gender" name="gender" list=r"%{#{'Male':'Male','Female':'Female'}}" /> + <@sx.submit targets="result" /> </@s.form>