[ http://issues.apache.org/jira/browse/ADFFACES-68?page=comments#action_12421934 ] Pierre-Luc Archambault commented on ADFFACES-68: ------------------------------------------------
Hey Arnaud, I havn't used an afh:frameBorderLayout yet but I think I could still be able to provide you a small working patch with something better than hardcoded value :) could you please provide me a small code example of a page using afh:frameBorderLayout and point out the frameset border present (what do they visually looks like) on it that you want to have removed. > remove frameset border in afh:frameBorderLayout > ----------------------------------------------- > > Key: ADFFACES-68 > URL: http://issues.apache.org/jira/browse/ADFFACES-68 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Reporter: Arnaud MERGEY > Priority: Minor > Attachments: FrameBorderLayoutRenderer.java > > > In pages I need to remove frameset border with framespacing and border > parameter (ex:<frameset framespacing="0" border="0" frameborder="0">). > I have hard coded in FrameBorderLayoutRenderer.java > //XXX AM:disable frameset border > writer.writeAttribute("framespacing", "0", null); > writer.writeAttribute("border", "0", null); > writer.writeAttribute("frameborder", "0", null); > It would be fine to add a parameter in afh:frameBorderLayout to allow > conditional removing of frameset border -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
