You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/05/20 17:37:43 UTC

[jira] Resolved: (WW-1764) freemarker.core.InvalidReferenceException: s.combobox not found.

     [ https://issues.apache.org/struts/browse/WW-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-1764.
---------------------------------

    Resolution: Fixed

> freemarker.core.InvalidReferenceException: s.combobox not found.
> ----------------------------------------------------------------
>
>                 Key: WW-1764
>                 URL: https://issues.apache.org/struts/browse/WW-1764
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.6
>            Reporter: Erik Berg
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Similar to WW-1757. Using: <@s.combobox ... />
> in a Freemarker template returns:
> freemarker.core.InvalidReferenceException: on line 148, column 1 in ftl/index.ftl s.combobox not found.
> Change to <@s.comboBox ... /> renders properly.
> Freemarker tag name should be consistent with JSP tag name and vice versa. Failing that, update the documentation to reflect the tag name for Freemarker.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.