Name attribute defaults to empty string on UI tags
--------------------------------------------------

                 Key: WW-2892
                 URL: https://issues.apache.org/struts/browse/WW-2892
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Tags
    Affects Versions: 2.1.2
            Reporter: Jeff Klein
            Priority: Minor


When a name is not given to a UI tag, is defaults to the empty string;
<select name="">

this will send a parameter without a name to the server;
view.action?=value

Can the name attribute just be dropped if not given? This would be useful for 
controls that are only used for JS actions, and which don't need to submit 
their values to the server. 

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

Reply via email to