Re: How to Hack the HtmlFormRenderer?

2007-12-17 Thread Ole Ersoy
Hi Martin, Martin Marinschek wrote: Hi ole, what form are you using? h:form or s:form? I'm using the h:form. If you are using h:form, then you'll be working against: org/apache/myfaces/shared_impl/renderkit/html/HtmlFormRendererBase.java In any case, you are right, they stem from the

Re: How to Hack the HtmlFormRenderer?

2007-12-17 Thread simon
On Mon, 2007-12-17 at 09:52 -0600, Ole Ersoy wrote: This is what I did initially (Might be valuable in case there are some build issues): svn co http://svn.apache.org/repos/asf/myfaces/shared/branches/3_0_0 myfaces-shared-3.0.0 Then made the change, deleted myfaces from the repository,

Re: How to Hack the HtmlFormRenderer?

2007-12-17 Thread Ole Ersoy
Hi Simon, Excellent explanation. It all makes much more sense now. I'll give it go. Thanks again, - Ole simon wrote: On Mon, 2007-12-17 at 09:52 -0600, Ole Ersoy wrote: This is what I did initially (Might be valuable in case there are some build issues): svn co

How to Hack the HtmlFormRenderer?

2007-12-16 Thread Ole Ersoy
Hi, I've been trying to hack the HtmlFormRenderer. It's contained in org.apache.myfaces.shared.renderkit.html...but appears to be moved to org.apache.myfaces.shared_impl.renderkit.html during the build. I tried commenting out all of encodeBegin. Then I deleted the myfaces directory in my

Re: How to Hack the HtmlFormRenderer?

2007-12-16 Thread Martin Marinschek
Hi ole, what form are you using? h:form or s:form? If you are using h:form, then you'll be working against: org/apache/myfaces/shared_impl/renderkit/html/HtmlFormRendererBase.java In any case, you are right, they stem from the same source in: org.apache.myfaces.shared.renderkit.html - you