ValueChangeListener is executed three times...

2007-10-17 Thread wkluge
Hi, I have three different SelectOneMenu components with ValueChangeListeners. Each ValueChangeListener calles the same method! If you now change the value from one of the selectOneMenus all three ValueChangeListener will be called, so the processValueChangePosResult method is called three

Re: h:commandButton link

2007-10-03 Thread wkluge
Hi Andrew, I tried to code the url directly in the navigation handler. I tried several combinations etc. but it does not really work and I guess your right that the navigation should only be used by inter-application navigation! Furthermore I don't understand what you mean with send a redirect to

Re: Trinidad rendererKit error

2007-09-29 Thread wkluge
Hi Matthias, first sorry for the late replay! The template.xhtml has no form tag inside. It includes another xhtml file which is called menu.xhtml but this file also includes no form tag! I don't know why does the current configuration of the pom.xml and web.xml work now, because I tried it so

New Trinidad renderer problem

2007-09-29 Thread wkluge
Hi, Trinidad works, but there is although a problem with the rendererKit, because if I click on a link now nothing happens. For instance I have a menu in form of a tomahawk tree2. If I click on a treenode, which is link to a xhtml site, nothing happens. Same for instance by tr:panelPopup. Do let

Re: New Trinidad renderer problem

2007-09-29 Thread wkluge
Re, yes in the meantime I know that the viewhandler must be in the web.xml But if I remove the viewhandler from the faces-config then the links won't be rendered anymore. This means, if you click on a link nothing happens. If I leave the handler in the faces-config then it works. Next problem I

New Trinidad renderer problem

2007-09-29 Thread wkluge
Ich nehme mal an, dass du aus Deutschland bist, da sich dein Name doch sehr Deutsch anhoert :) Deshalb switch'e ich jetzt mal auf Deutsch, da dass Problem wohl doch etwas komplizierter ist und mein Englisch noch nicht ganz so ausgereift ist ;) Also ich habe jetzt ein kleines beispiel kreiert,

Trinidad rendererKit error

2007-09-28 Thread wkluge
Hi, if I put the default rendererKit into my faces-config.xml then I got the following error: --- 28.09.2007 16:13:43 org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit createResponseWriter SCHWERWIEGEND: No

Re: Trinidad rendererKit error

2007-09-28 Thread wkluge
Hi, really strange I removed the tr:form tags and now it seems to work! I have no idea why this is now working. Because how you can see I have no other form tag inside my xhtml file. Hope everything concerning trinidad will work now! ;) Thanks for you help again. Cheers Wolfgang Re, I have

Re: Trinidad rendererKit error

2007-09-28 Thread wkluge
Re, I have only one form tag in mei xhtml file. I put the trinidad stuff in another much more smaller xhtml file, to be sure having only this one form tag. But same error. You can view the xhtml here: http://nopaste.info/48d9a6aca3.html Is it possible, that you have a form inside a form ?

Re: Trinidad rendererKit error

2007-09-28 Thread wkluge
Re Matthias, I went several times through the Facelets_with_Trinidad tutorial, but I got always the rendererKit Error. I checked all config files again but I guess they should be ok. I put the ViewHandler out of the faces-config and now I got another error: 28.09.2007

[a4j] Rerender h:inputText and a4j:commandButton]

2007-09-25 Thread wkluge
Hi, I tried to rerender the h:inputText and a4j:commandButton after clicking on a submit button. But this doesn't work. I also tried surround the two components with a a4j:region and I added a a4j:support component but both didn't work. Can you give me some hints? Cheers, Wolfgang

[a4j] Rerender h:inputText and a4j:commandButton - GOT IT!

2007-09-25 Thread wkluge
Original Message Subject: [a4j] Rerender h:inputText and a4j:commandButton] From:[EMAIL PROTECTED] Date:Tue, September 25, 2007 8:01 pm To: users@myfaces.apache.org

another a4j rerender problem

2007-09-25 Thread wkluge
Hi, I have a page with a lot of a4j submit buttons. If I click on a button something happens and the t:datatable is rerendered. This works all fine except one a4j submit button. If I click this button, it is the newNameButton then the t:datatable isn't rerendered! I have really know idea why

heightened h:outputText

2007-09-23 Thread wkluge
hi, for a short time the font size of the h:outputText component has doubled and I don't know where it's coming from? Any hints? Cheers, Wolfgang