You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org> on 2010/09/08 08:52:33 UTC

[jira] Assigned: (EMPIREDB-84) Typo in section "Empire-db and Struts2 » Forms and controls"

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

Francis De Brabandere reassigned EMPIREDB-84:
---------------------------------------------

    Assignee: Francis De Brabandere

> Typo in section "Empire-db and Struts2 » Forms and controls"
> ------------------------------------------------------------
>
>                 Key: EMPIREDB-84
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-84
>             Project: Empire-DB
>          Issue Type: Bug
>          Components: Website
>            Reporter: Marcio Mazza
>            Assignee: Francis De Brabandere
>            Priority: Trivial
>
> In http://incubator.apache.org/empire-db/struts2ext/forms_controls.htm
> Where one reads:
> 	<s:select key="employee.gender"
> 		  list="genders" listKey="key" listValue="value"
> 		  required="true"
> 		  disabled="!hasAccess('employee.department')" />
> 	Again with Empire-Struts2-Extensions the code is simply:
> 	<e:control column="<%= EMPLOYEES.DEPARTMENT_ID %>" />
> the last line should read
> 	<e:control column="<%= EMPLOYEES.GENDER %>" />

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