ah, ok h:commandLinks won't work with dummyForm anymore, I think.
It's a MyFaces extension, and you'll have to use t:commandLink. regards, Martin On 4/3/06, Furer Alexander <[EMAIL PROTECTED]> wrote: > > I don't think i need to register ExtensonsFilter, since i use h:commandLink, > anyway, i checked it, looks OK: > <filter> > <filter-name>MyFacesExtensionsFilter</filter-name> > <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filter-class> > <init-param> > <param-name>maxFileSize</param-name> > <param-value>20m</param-value> > </init-param> > </filter> > <filter-mapping> > <filter-name>MyFacesExtensionsFilter</filter-name> > <url-pattern>*.faces</url-pattern> > </filter-mapping> > > The problem still remains... > > > ----- Original Message ----- > From: "Martin Marinschek" <[EMAIL PROTECTED]> > To: "MyFaces Discussion" <[email protected]> > Sent: Sunday, April 02, 2006 6:38 PM > Subject: Re: linkDummyForm js error > > Do you properly configure the ExtensionsFilter? > > regards, > > Martin > > On 4/1/06, Furer Alexander <[EMAIL PROTECTED]> wrote: > > > > Hi all > > I upgrated myfaces from 1.1.1 to 1.1.3 and started to get js error > "Object > > expected" (linkDummyForm) for links that are not under "form" tag. > > it seems like linkDummyForm is not rendered.. > > Any advice ? > > Thanks > > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

