Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-07-20 Thread octoberdan
There were no jsf or myfaces jars or folders anywhere (asides for my deployed projects) and I'm still getting this problem. The current set of jars: tomahawk-sandbox, myfaces-shared-tomahawk, myfaces-api, myfaces-imp, latest nightlies commons collections, digester, lang, logging, and validator

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-06-30 Thread agdibugdi
I am trying to migrate from 1.1.1 to 1.1.3 with all jsf tags enclosed in forms and I am having the same problem. Here is the scenario: If i Remove myfaces-all jar file then I do not get the DummyFormUtil exception. however I had to convert all myfaces.apache.org/extensions component references to

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mike Kienenberger
On 5/22/06, octoberdan <[EMAIL PROTECTED]> wrote: Aha! My project deploys smoothly on Tomcat5 and only throws that pesky exception when I'm using JBoss4! Anyone want to double check this? Some versions of JBoss came prepackaged with MyFaces. Be sure that you've deleted the prepackaged version

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mario Ivankovits
Hi! > Aha! My project deploys smoothly on Tomcat5 and only throws that pesky > exception when I'm using JBoss4! Anyone want to double check this? > Please skim through the JBoss directories, I bet you'll find a old JSF/Myfaces lib there. Ciao, Mario

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
Aha! My project deploys smoothly on Tomcat5 and only throws that pesky exception when I'm using JBoss4! Anyone want to double check this? -- View this message in context: http://www.nabble.com/java.lang.NoSuchMethodError%3A+.DummyFormUtils.isWriteDummyForm...-t1651961.html#a4508901 Sent from the

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Jeff Bischoff
Oh right, forceId! That allows me to clean up some of my code nicely. Speaking of the "simple" example, I think they should use forceId more often. e.g. in the panelNavigation2 example, adding forceId="true" to the t:div's would make it much easier to get this example working in one's own appl

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
I grabbed all the myfaces jars from the sandbox example. The odd thing is that sandbox deploys and runs quite smoothly. Perhaps there is a conflict somewhere? Here is what I'm deploying with: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.7.jar c

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Joey Geiger
Is the state saving issue going to be back ported to 1.1.3 and released as some kind of patch? I'd like to have that fix, but I still need to maintain the linkDummyForm functionality since my pages currently make heavy use of it. The application is in "release" and I can't re-write all pages r

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Sean Schofield
This seems to work well, though one must be careful to account for the resulting changes to the "id" attribute of all enclosed components. Note that some of these components may be rendered inaccessible to CSS # statements in IE, which does not recognize the \: escape sequence for CSS. That's wh

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mario Ivankovits
Hi! > I have the newest build and it's still failing. Here's the pages code: > I cant believe it. I installed a fresh build yesterday too - the only error I got was the one that I should embed some stuff within an h:form. Sorry if I missed this information, but: Do you use JSF-RI + tomahawk? I

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Mike Kienenberger
On 5/19/06, octoberdan <[EMAIL PROTECTED]> wrote: When will it officialy be removed? and how does a developer get involved with this project? It's being worked on now. We'd like to do a MyFaces core and a tomahawk release fixing this bug and the server-side state saving issue as soon as it's

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread octoberdan
I have the newest build and it's still failing. Here's the pages code: <%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-19 Thread octoberdan
When will it officialy be removed? and how does a developer get involved with this project? -- View this message in context: http://www.nabble.com/java.lang.NoSuchMethodError%3A+.DummyFormUtils.isWriteDummyForm...-t1651961.html#a4478956 Sent from the MyFaces - Users forum at Nabble.com.

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-19 Thread Jeff Bischoff
Mike Kienenberger wrote: I recommend creating one form that spans the entire of the page: This seems to work well, though one must be careful to account for the resulting changes to the "id" attribute of all enclosed components. Note that some of these components may be rendered inaccessibl

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-19 Thread Mike Kienenberger
Dan, DummyFormUtils is being removed due to a myriad of problems that it causes. The solution is to put all of your components (particularly buttons, links, and navigationMenus) in h:forms explicitly. I recommend creating one form that spans the entire of the page: [...] On 5/19

java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-19 Thread octoberdan
Anyone else getting the following exception from the newest build? java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.DummyFormUtils.isWriteDummyForm(Ljavax/faces/context/FacesContext;)Z at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBody