Have you added the onchange="submit(this);"? You have to do a submit in order to get the interceptor fired.
Please post the corresponding view- and src-code if this doesn`t help. On 2/15/07, Mohammad Norouzi <[EMAIL PROTECTED]> wrote:
Thank Gerald, yes I have looked the link you sent, and I think everything is right in my code. you know, I have a combo box (selectOneMenu) and I want when user change it (it displays possible rows per page for my dataTable) the dataTable panelGroup get updated. when I change the box, nothing happens, when I change again, it shows a box with message the proccess has been started already or something like this, it seems it is waiting for response from server, I am not sure. the thing I didnt add to my code is valueChangeListeer property for selectOneMenu because I just want the dataTable being updated. On 2/15/07, Gerald Müllan <[EMAIL PROTECTED]> wrote: > Hi, > > the three resource loading errors should not matter, they are a > "common" log statement since a few months. Did you have a look at our > examples-page? > > http://example.irian.at/example-sandbox-20070215/pprPanelGroup.jsf > > It works there without any problems. Any description of the problem > with more details? Maybe also the included source code helps. > > cheers, > > Gerald > > On 2/15/07, Mohammad Norouzi <[EMAIL PROTECTED]> wrote: > > Hi all > > I have latest version of sandbox 1.1.5 and I need to use <s:pprPanelGroup> > > but when the page loads the following error will be displayed and it wont > > work properly: > > > > ---- > > ERROR Unable to find resource src/dom/__package__.js for component > > dojo.DojoResourceLoader . Check that this fi > > le is available in the classpath in sub-directory /resource of the > > package-directory. > > ERROR Unable to find resource src/__package__.js for component > > dojo.DojoResourceLoader . Check that this file i > > s available in the classpath in sub-directory /resource of the > > package-directory. > > ERROR Unable to find resource __package__.js for component > > dojo.DojoResourceLoader . Check that this file is av > > ailable in the classpath in sub-directory /resource of the > > package-directory. > > --- > > > > I am using latest version of facelets as well and I added the following tag > > to sandbox.taglib.xml: > > > > <tag> > > <tag-name>pprPanelGroup</tag-name> > > <component> > > > > <component-type>org.apache.myfaces.PPRPanelGroup </component-type> > > <renderer-type>org.apache.myfaces.PPRPanelGroup > > </renderer-type> > > </component> > > </tag> > > > > ---- > > > > please help me out, I surfed web but found nothing. > > > > Thanks > > > > -- > > Regards, > > Mohammad > > > -- > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > -- Regards, Mohammad
-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

