a wrong statement in the optiontransferselect documentation page
----------------------------------------------------------------
Key: WW-3344
URL: https://issues.apache.org/struts/browse/WW-3344
Project: Struts 2
Issue Type: Bug
Components: Documentation
Affects Versions: 2.1.8
Reporter: Ankit Garg
Priority: Minor
On the last line of the description section of the page:
http://struts.apache.org/2.x/docs/optiontransferselect.html , it says
"The generated id and doubleId will be
<form_id>_<optiontransferselect_doubleName> and
<form_id>_<optiontransferselect_doubleName> respectively."
_________________________________________________________|----------------|
but it should be
"The generated id and doubleId will be <form_id>_<optiontransferselect_name>
and <form_id>_<optiontransferselect_doubleName> respectively."
_________________________________________________________|-------|
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.