Details
Description
The ResponseWriter.writeAttribute(Striing attr, String val, String property) call is not being used properly in a lot of our renderers, including the core renderers. The 3rd argument is supposed to refer to the component property name that the attribute refers to.
We need to update the Core renderer IResponseWriter.writeAttribute() method to support this, and use the call properly. In many cases we pass in null, or repeat the attribute name, which is not correct.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This is primarily an issue for IDEs, but should be a straightforward change.