Author: musachy Date: Mon May 28 09:36:38 2007 New Revision: 542263 URL: http://svn.apache.org/viewvc?view=rev&rev=542263 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=542263&r1=542262&r2=542263 ============================================================================== --- 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:38 2007 @@ -3,7 +3,7 @@ </div> <@s.form action="panel3Submit" namespace="/nodecorate"> - <@sx.autocompleter label="Gender" name="gender" list=r"%{#{'Male':'Male','Female':'Female'}}" /> + <@sx.autocompleter label="Gender" name="gender" list="%{#{'Male':'Male','Female':'Female'}}" /> <@sx.submit targets="result" /> </@s.form>