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 "Marcio Mazza (JIRA)" <em...@incubator.apache.org> on 2010/08/25 03:01:17 UTC

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

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
            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.


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

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere updated EMPIREDB-84:
------------------------------------------

    Fix Version/s:     (was: empire-db-2.0.6-incubating)
                   empire-db-2.0.7-incubating 

> 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
>             Fix For: empire-db-2.0.7-incubating 
>
>
> 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.


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

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere closed EMPIREDB-84.
-----------------------------------------

    Fix Version/s: empire-db-2.0.6-incubating
       Resolution: Fixed

Tanks for reporting! Should be fixed when the website is refreshed.

> 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
>             Fix For: empire-db-2.0.6-incubating
>
>
> 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.


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

Posted by "Francis De Brabandere (JIRA)" <em...@incubator.apache.org>.
     [ 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.