Hi,
I don't know if it is a bug :
- name attribute in frame tag is ignored and isn't rendered in HTML code
checking FrameRenderer source I can see this comment /Renders the client
ID as both "id" and "name"
/So I need to replace name by id attribute in tag and it works.
My question is: is it a bug ? name and id attributes should be rendered
independently ? if the answer is yes I can fill a JIRA issue with a
patch to fix it.
Or according to code comment id and name should be rendered together ?
in this case name attribute should be removed of frame tag definition.
thanks,
Arnaud