ajax4jsf doesn't work with https and InternetExplorer 9

2011-04-27 Thread Georg Füchsle
Hallo Users! I have a jsf page that uses ajax (ajax4jsf-1.1.1). Now with InternetExplorer 9 the ajax-request on this page does not work, if this page has to be called by https. There is displayed the following (German) errors: ** Details zum Fehler auf der Webseite

Re: Ajax4jsf and myfaces

2010-05-20 Thread Anton Gavazuk
>> > >> com.sun.facelets.FaceletViewHandler > >> > >> > >> > >> javax.faces.FacesException: java.security.NoSuchAlgorithmException: > >> Cannot > >> find any provider supporting DES/ECB/PKCS5Padding > >> > >>at > >

Re: Ajax4jsf and myfaces

2010-05-20 Thread jiny
x.faces.FacesException: java.security.NoSuchAlgorithmException: >> Cannot >> find any provider supporting DES/ECB/PKCS5Padding >> >>at >> >> org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:476) >> >> - >> Caused by: java.se

Re: Ajax4jsf and myfaces

2010-05-20 Thread Anton Gavazuk
; org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:476) > > - > Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider > supporting DES/ECB/PKCS5Padding > > at javax.crypto.Cipher.getInstance(DashoA13*..) > >at

Ajax4jsf and myfaces

2010-05-19 Thread jiny
: java.security.NoSuchAlgorithmException: Cannot find any provider supporting DES/ECB/PKCS5Padding at javax.crypto.Cipher.getInstance(DashoA13*..) at org.apache.myfaces.shared_impl.util.StateUtils.symmetric(StateUtils.java:451) -- View this message in context: http://old.nabble.com/Ajax4jsf-and

Re: Problem when using Ajax4JSF

2009-06-07 Thread Shasi Mitra Yarram
I'm using tomahawk1.1.8, myfaces1.1.6 with a4j.. Please suggest a solution. --- On Fri, 5/6/09, Anton Gavazuk wrote: From: Anton Gavazuk Subject: Re: Problem when using Ajax4JSF To: "MyFaces Discussion" Date: Friday, 5 June, 2009, 7:20 AM Ask the question on related richfa

Re: Problem when using Ajax4JSF

2009-06-05 Thread Anton Gavazuk
Ask the question on related richfaces jboss forum 2009/6/5 Shasi Mitra Yarram > Hi all- On load of the body I'm rendering a panelgrid by calling one > actionListener using . But till that panelgrid loads none of > the actions on the page are working. As ajax is asynchronous, it should not > wait

Problem when using Ajax4JSF

2009-06-04 Thread Shasi Mitra Yarram
Hi all- On load of the body I'm rendering a panelgrid by calling one actionListener using . But till that panelgrid loads none of the actions on the page are working. As ajax is asynchronous, it should not wait for the panel grid to load to perform other actions. Any idea how to resolve this?

can work with ajax4jsf?

2009-05-19 Thread Dave
Hello,                       can work with ajax4jsf?  Anyone is using it successfully?   Thanks Dave  

tomahawk and ajax4jsf

2009-03-17 Thread Dipl.-Ing. Torsten Liermann
Hi, (sorry, no english) I have a localeSelctor based on the localeSelector from the seam project. The switching of the language is done by a 'a4j:support'. Ajax4jsf rerender after the language switching the entire html body. The effect of language switching is as expecte

Ajax4jsf and commandSortHeader

2009-01-11 Thread Guy Bashan
Hi, I am trying to add ajax support to my table sorting headers. A column in my table looks like this: I simply tried adding: a4j:support tag to the

Re: [TRINIDAD]What happens if we use renderer-type of trinidad but render-kit class of ajax4jsf

2008-11-12 Thread Andrew Robinson
A4J and Trinidad are not compatible, at least it is not supported. If you choose to use both, you do so at your own risk. -Andrew On Tue, Nov 11, 2008 at 11:55 PM, dushyant agarwal <[EMAIL PROTECTED]> wrote: > Hi, > I have a situation in which I am using frames and am getting a View expired > exc

[TRINIDAD]What happens if we use renderer-type of trinidad but render-kit class of ajax4jsf

2008-11-11 Thread dushyant agarwal
Hi, I have a situation in which I am using frames and am getting a View expired exception after some time in the non working frames. To remove this I used the richfaces-impl.jar file in my jBoss server, which resolved the problem. But the view root is now coming as an instance of org.ajax4jsf.co

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-25 Thread Matthias Wessendorf
15 > > Please respond to > "MyFaces Discussion" > To > "MyFaces Discussion" > cc > Subject > Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF > > > > > Hi Bart, > > Sorry, I don't have the example anymore. > > Do you get a

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-25 Thread Bart . Kummel
i" <[EMAIL PROTECTED]> 25-06-2008 08:15 Please respond to "MyFaces Discussion" To "MyFaces Discussion" cc Subject Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF Hi Bart, Sorry, I don't have the example anymore. Do you get an exception when you

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Cagatay Civici
Hi Bart, Sorry, I don't have the example anymore. Do you get an exception when you add RichFaces? Cagatay On Wed, Jun 25, 2008 at 9:10 AM, <[EMAIL PROTECTED]> wrote: > > Hi Cagatay, > > Can you recall any special configuration that you had to do to let Trinidad > a

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Bart . Kummel
Hi Cagatay, Can you recall any special configuration that you had to do to let Trinidad and Ajax4JSF coexist in the same application? I cannot get my application deployed without errors when I try to combine them both... Best regards, Bart Kummel "Cagatay Civici" <[EMAIL PROTE

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Bart . Kummel
Hi Stephen, Thanks for pointing me at that example. I will have a look at it. Best regards, Bart Kummel Stephen Friedrich <[EMAIL PROTECTED]> 24-06-2008 17:07 Please respond to "MyFaces Discussion" To MyFaces Discussion cc Subject Re: [Trinidad] + Facelets + Rich

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Stephen Friedrich
g Trinidad components on Facelets, running on a Glassfish (v2) server, hence using the Sun RI JSF implementation. One of the few features that Trinidad is missing is drag-and-drop support. I tried to add it via the "Ajax4Jsf" (a4j) approach of RichFaces, which has the ability to add AJAX f

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Matthias Wessendorf
On Tue, Jun 24, 2008 at 7:04 AM, Cagatay Civici <[EMAIL PROTECTED]> wrote: > I've tried to combine these two for an experimental project, other than the > ppr stuff, it was fine. > > Ajax4JSF and Trinidad PPR doesn't play well. that's due to the fact of no standa

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Cagatay Civici
I've tried to combine these two for an experimental project, other than the ppr stuff, it was fine. Ajax4JSF and Trinidad PPR doesn't play well. On Tue, Jun 24, 2008 at 5:00 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 12:25 AM, <[E

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Matthias Wessendorf
-and-drop support. I tried to > add it via the "Ajax4Jsf" (a4j) approach of RichFaces, which has the ability > to add AJAX functions to existing JSF components. However, I did not succeed > in my attempt. It seems tuning the web.xml is a very delicate matter. Every > time I

[Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Bart . Kummel
Hi, We're very happy using Trinidad components on Facelets, running on a Glassfish (v2) server, hence using the Sun RI JSF implementation. One of the few features that Trinidad is missing is drag-and-drop support. I tried to add it via the "Ajax4Jsf" (a4j) approach of RichFaces,

[ORCHESTRA] problems with ajax4jsf and orchestra?

2008-05-21 Thread Justin Miller
detail page, I get an NPE (or the JSF equivalent, i.e. missing Jsp property or something) because my access scoped bean(s) isn't setup properly. I'm using Ajax4Jsf in this project, and when I looked back at the link that would take me to the details page, I realized I was using an . In

[Trinidad] Dialog not shown without Ajax4JSF

2008-05-16 Thread Stefan Kogler
Hello, i'm new in this mailing list, so hello everybody :) Well, my problem is that the trinidad dialog framework only works correctly when i use Ajax4JSF and define that in my web.xml: Ajax4jsf Filter ajax4jsf org.ajax4jsf.F

RE: Using t:dataList with Ajax4JSF

2008-04-21 Thread Matt.Rossner-prest
Discussion Objet : Re: Using t:dataList with Ajax4JSF Hi Matt, attention - your fix will not always work as expected. What you effectively do is you evaluate the value-binding once, and then set the retrieved value locally. So the value-binding will only be evaluated on the _first_ request. You s

Re: Using t:dataList with Ajax4JSF

2008-04-11 Thread Martin Marinschek
> > org.apache.myfaces.HtmlDataList > > > com.sag.ibee.web.gui.component.datalist.HtmlDataList > > > > > > > Just tested and it works fine for me. > > ____ > > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] >

Re: Using t:dataList with Ajax4JSF

2008-04-10 Thread Grant Smith
; > } > > > > Then just override it in your config file : > > > > > > org.apache.myfaces.HtmlDataList > > > com.sag.ibee.web.gui.component.datalist.HtmlDataList > > > > > > > Just tested and it works fine for me. > -- > &

RE: Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
users@myfaces.apache.org Objet : RE: Using t:dataList with Ajax4JSF Ok I found the problem already, this would appear to be a bug with Tomahawk (as I have the source attached here). Looks like "itemStyleClass" was omitted from the saveState method. When I was debugging this I noticed t

RE: Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
r bug maybe? I haven't done so before so I'm not sure what the process is for that. De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 avril 2008 15:23 À : users@myfaces.apache.org Objet : Using t:dataList with Ajax4JSF Hi, I

Using t:dataList with Ajax4JSF

2008-04-10 Thread Matt.Rossner-prest
Hi, I have a small problem with t:dataList and Ajax4JSF. I'm going to step through this in the debugger soon but maybe someone's already encountered this. I have a t:dataList like so: Elsewhere I'm doing some Ajax4JSF action and I pass "dataList" to be rer

Re: Ajax4JSF Re-render Entire Form

2007-10-16 Thread Matt Cooper
> onmousedown="createPopUp('userAndGroupLookup','find')" > onclick="return > false"> > > > > > > > Any pointers/suggestions to avoid reRe

Ajax4JSF Re-render Entire Form

2007-10-16 Thread bansi
reRendering of whole form using a4j reRender attribute will be highly appreciated -- View this message in context: http://www.nabble.com/Ajax4JSF-Re-render-Entire-Form-tf4636814.html#a13242526 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Trinidad 1.2. and ajax4jsf 1.1.1

2007-10-15 Thread Andrew Robinson
erybody, > > > > > > I'd like to ask if it is possible to use trinidad > > 1.2.1 with richfaces > > > 3.1.0 (which includes ajax4jsf) and facelets. > > > > > > This is my 1st day learning trinidad so I haven't got time to try > >

Re: Trinidad 1.2. and ajax4jsf 1.1.1

2007-10-15 Thread Matthias Wessendorf
em mixing this two libraries too, and I would like to know > if anyone got a solution. > > Thanks, > > Thai Dang Vu wrote: > > > Hi everybody, > > > > I'd like to ask if it is possible to use trinidad > 1.2.1 with richfaces > > 3.1.0 (which includes aja

Re: [MyFaces] ajax4jsf and expanded tree2

2007-10-08 Thread NABA
nt is built -A On 10/5/07, NABA <[EMAIL PROTECTED]> wrote: Hi All... I use: Myfaces 1..1.5 Tomahawk 1.6 ajax4jsf 1.1.1 Problem: When you expand the tree and navigate to an other page and com back, the tree is collapsed. And you can not see, which tree-node is selected. the scope of the

Re: [MyFaces] ajax4jsf and expanded tree2

2007-10-08 Thread NABA
tree component is built -A On 10/5/07, NABA <[EMAIL PROTECTED]> wrote: Hi All... I use: Myfaces 1..1.5 Tomahawk 1.6 ajax4jsf 1.1.1 Problem: When you expand the tree and navigate to an other page and com back, the tree is collapsed. And you can not see, which tree-node is selected. the s

Re: [MyFaces] ajax4jsf and expanded tree2

2007-10-05 Thread Andrew Robinson
Put the tree state in the session scope. Use component binding or the tree model to re-load the old state when the tree component is built -A On 10/5/07, NABA <[EMAIL PROTECTED]> wrote: > Hi All... > I use: > Myfaces 1..1.5 > Tomahawk 1.6 > ajax4jsf 1.1.1 > > Problem:

[MyFaces] ajax4jsf and expanded tree2

2007-10-05 Thread NABA
Hi All... I use: Myfaces 1..1.5 Tomahawk 1.6 ajax4jsf 1.1.1 Problem: When you expand the tree and navigate to an other page and com back, the tree is collapsed. And you can not see, which tree-node is selected. the scope of the bean which manage this page is session. Structure: page1: and

Trinidad 1.2. and ajax4jsf 1.1.1

2007-09-30 Thread Alan Romaniuc
dad 1.2.1 with richfaces > 3.1.0 (which includes ajax4jsf) and facelets. > > This is my 1st day learning trinidad so I haven't got time to try > different ways to configure the web.xml file to make trinidad and > ajax4jsf work togeter. > > If you have an existing example

RE: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-09-28 Thread Alan Romaniuc
Any success doing that? I am using trinidad 1.2.2 and ajax4jsf 1.1.1 , but no success. Any help? Thai Dang Vu wrote: > Hi everybody, > > I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces > 3.1.0 (which includes ajax4jsf) and facelets. > > This is my 1s

Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread Chetan Bob
putText will be validated and 5 chars are > required.. > I had to wrap the input I process with support - to region!! > The answer comes from jobss-ajax4jsf-forum... > naba > > > > NABA schrieb: >> Hi All... >> My environment: >> MyFaces 1.1.5 >> To

Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread NABA
Hi.. Who is interested in this issue.. The problem is, that the whole tree is processed... and so the request will fail because the inputText will be validated and 5 chars are required.. I had to wrap the input I process with support - to region!! The answer comes from jobss-ajax4jsf-forum

validateLength and ajax4jsf don't work together?

2007-09-24 Thread NABA
Hi All... My environment: MyFaces 1.1.5 Tomahawk 1.1.6 ajax4jsf 1.1.1 jboss Aplication Server 4.0.5 IDE: netbeans 5.x I try to develop a small application to learn more about jsf and ajax4jsf. I faced an unexplainable problem. When I use AJAX4JSF and in the same JSP minimum="5" /&

Re: MyFaces with ajax4jsf and richfaces

2007-09-12 Thread Andrew Robinson
ra <[EMAIL PROTECTED]> wrote: > > I'm trying to use MyFaces and Tomahawk 1.1.5 with facelets 1.1.11 + ajax4jsf > > 1.1.1 + richafaces 3.0.1 > > > > In a single xhtml file I'm having this error : > > > > java.lang.NoSuchMethodError: > > org.

Re: MyFaces with ajax4jsf and richfaces

2007-09-12 Thread Andrew Robinson
Do you have a form component in the page? What is the full stack trace? On 9/12/07, Érico Teixeira <[EMAIL PROTECTED]> wrote: > I'm trying to use MyFaces and Tomahawk 1.1.5 with facelets 1.1.11 + ajax4jsf > 1.1.1 + richafaces 3.0.1 > > In a single xhtml fil

MyFaces with ajax4jsf and richfaces

2007-09-12 Thread �rico
I'm trying to use MyFaces and Tomahawk 1.1.5 with facelets 1.1.11 + ajax4jsf 1.1.1 + richafaces 3.0.1 In a single xhtml file I'm having this error : java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.DummyFormUtils.findNestingForm(Ljavax/faces/component/UICompon

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-09-06 Thread mike . sauer
I also had problems integrating ajax4jsf with trinidad in cases where I was doing a partial update within a form. Luka Surija <[EMAIL PROTECTED]> wrote on 08/30/2007 08:06:32 AM: > Last time I've tried to use a4j with trinidad there was problem with > tr:inputText and numb

RE: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-30 Thread Thai Dang Vu
dnesday, August 29, 2007 7:47 PM To: MyFaces Discussion Subject: Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible? Thai, Theoretically they should work together but some people have reported problems. That said, I don't think a4j gives you anything that Trinidad

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-30 Thread Renzo Tomaselli
his issue. Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This is my 1st day learning trinidad so I haven't got time to try different ways to configure the web.xml file to make trin

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-30 Thread Luka Surija
Last time I've tried to use a4j with trinidad there was problem with tr:inputText and number validators and couldn't resolve this issue. Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and

Antwort: Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-30 Thread wolfgang . toepfer
functionality. Note that all this is surrounded by SEAM with . Regards, Wolfgang. Scott O'Bryan <[EMAIL PROTECTED]> 30.08.2007 01:47 Bitte antworten an "MyFaces Discussion" An MyFaces Discussion Kopie Thema Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces a

RE: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-29 Thread Rich Schramm
ECTED] Sent: Wednesday, August 29, 2007 7:38 PM To: MyFaces Discussion Subject: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible? Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This is

Re: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-29 Thread Scott O'Bryan
? Scott Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This is my 1st day learning trinidad so I haven't got time to try different ways to configure the web.xml file to make t

[Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-08-29 Thread Thai Dang Vu
Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This is my 1st day learning trinidad so I haven't got time to try different ways to configure the web.xml file to make trinidad and ajax4jsf work togete

Ajax4jsf and trinidad question...

2007-08-27 Thread Julien Martin
m.calyonfinancial.protide.VERSION beta12 org.apache.myfaces.trinidad.resource.DEBUG true Ajax4jsf Filter ajax4jsf org.ajax4jsf.Filter forceparser false extensionsFilter org.apa

Sandox tableSuggestAjax & Ajax4Jsf

2007-08-15 Thread Tara Peltier
. [... more jsf components here ...] In IE7, this works beautifully -- the onchange event is triggered, ajax4Jsf calls the server and the reRender works great. However

Modal Panel breaks Ajax4JSF form submission

2007-08-02 Thread organavid
ntrol variables are still in the POST. (eg AJAXREQUEST=form_login%3AregistrationForm&form_login_SUBMIT=1&jsf_tree_64=...) Anyone have experience getting AJAX form submission to work in a modal panel? Thanks, David -- View this message in context: http://www.nabble.com/Modal-Panel-breaks-

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread Andrew Robinson
; > >> >> > >> >> > >> >> > >> >> >> >> columnClasses="label" > > >> >> > >> >> > >> >> > >>

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread bansi
> >> value="#{deviceBean.tagNumber}" >> >> disabled="#{!updateDeviceBean.disableMode}"> >> >> > >> action="#{deviceBean.loadAssetDetails}" >> >&

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread Andrew Robinson
quot;onblur" reRender="mypanel" /> > >> > >> > >> > >> > >> > >> > >> Backing Bean > >> public void loadTagMode() { &

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread bansi
t;onblur" reRender="mypanel" /> >> >> >> >> >> >> >> Backing Bean >> public void loadTagMode() { >>

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-01 Thread Andrew Robinson
> > > > > > Backing Bean > public void loadTagMode() { > System.out.println("Inside loadTagDetails"); > disableMode = true; > > } > Any pointers/suggestions will be highly appreciated > -- > View this message in context: > http://www.nabble.com/ajax4jsf-onchange--event-doesnt-reRender-Textfield-tf4202589.html#a11953535 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

ajax4jsf onchange event doesnt reRender Textfield

2007-08-01 Thread bansi
isableMode = true; } Any pointers/suggestions will be highly appreciated -- View this message in context: http://www.nabble.com/ajax4jsf-onchange--event-doesnt-reRender-Textfield-tf4202589.html#a11953535 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-16 Thread Brian Woolf
Surround h:selectOneMenu with a4j:region, the questions have been resolved, thank you. -- View this message in context: http://www.nabble.com/Can%27t-reRender-h%3AinputText-value-using-ajax4jsf---tf4081255.html#a11615805 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-16 Thread sushma sharma
I am sure you are changing myBean.myValue in your action method of the bean, but still, Can you post your action method here? On Sun, 15 Jul 2007 Cagatay Civici wrote : >Maybe you can try ajax4jsf list? > >On 7/15/07, Brian Woolf <[EMAIL PROTECTED]> wrote: >> >> >

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Andrew Robinson
e: Maybe you can try ajax4jsf list? On 7/15/07, Brian Woolf <[EMAIL PROTECTED]> wrote: > > Hi > > I think I've already asked, but still no idea how to update input text > component using h:selectOneMenu Can anyone help? Simply, reRender doesn't > work on this compo

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Cagatay Civici
Maybe you can try ajax4jsf list? On 7/15/07, Brian Woolf <[EMAIL PROTECTED]> wrote: Hi I think I've already asked, but still no idea how to update input text component using h:selectOneMenu Can anyone help? Simply, reRender doesn't work on this component. The code:

Can't reRender h:inputText value using ajax4jsf ?

2007-07-14 Thread Brian Woolf
in context: http://www.nabble.com/Can%27t-reRender-h%3AinputText-value-using-ajax4jsf---tf4081255.html#a11600039 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread Adam Winer
Jul 2, 2007 12:29:31 PM org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId WARNING: The id "org.ajax4jsf.view.state" is used more than once. When I mentioned this on the Ajax4JSF forum I was told that rerendering the form is not the right way. I am not sure now b

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread Luka Surija
Couple months ago, I've also tried to integrate Trinidad and Ajax4Jsf and never solved this problem. Appears that it has to do something with tr:convertDate or tr:convertNumber. If you use a4j only with tr:inputText for string entry, then it worked. There is also a plug-in class a4j-trinida

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread mike . sauer
org.apache.myfaces.trinidadinternal.io.DebugResponseWriter _logDuplicateId WARNING: The id "org.ajax4jsf.view.state" is used more than once. When I mentioned this on the Ajax4JSF forum I was told that rerendering the form is not the right way. I am not sure now based on what you are saying that that should be correct.

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-10 Thread mike . sauer
a where to add the code to default > the FormData. > > -- Adam > > > On 7/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > I assume then that this should be considered a problem with Ajax4JSF and not > > something to be addressed in Trinidad? > &g

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread Adam Winer
k... If someone could track *that* down, we might have a good idea where to add the code to default the FormData. -- Adam On 7/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I assume then that this should be considered a problem with Ajax4JSF and not > something to be a

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread Adam Winer
ave a good idea where to add the code to default the FormData. -- Adam On 7/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I assume then that this should be considered a problem with Ajax4JSF and not something to be addressed in Trinidad? "Adam Winer" <[EMAIL PROTECTED

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
I assume then that this should be considered a problem with Ajax4JSF and not something to be addressed in Trinidad? "Adam Winer" <[EMAIL PROTECTED]> wrote on 07/09/2007 12:44:50 PM: > Hrm, true, but somehow there definitely is a RenderingContext; the > issue is that th

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread Adam Winer
Hrm, true, but somehow there definitely is a RenderingContext; theissue is that the FormData did not get created. To solve this, some bit of Ajax4JSF code would need a hook point that could be subclassed/plugged-in to that would let Trinidad set up a FormData object. -- Adam On 7/9/07

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread Matthias Wessendorf
I asked, because I noticed on your stack there is only this ViewHandler AjaxViewHandler (for ajax4jsf) On 7/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Yes, I did. I followed all of the non-seam directions (since I am not using seam). [EMAIL PROTECTED] wrote on 07/09/2007 11:57

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
; wrote: > > > > I am trying to use Ajax4Jsf with Trinidad, Facelets, and JSF 1.2. (I am > > considering using the RichRaces components as well) In my demo I have a > > required text field, a check box and a set of fields that are enabled if the > > checkbox is selecte

Re: [Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread Matthias Wessendorf
have u checked this page http://wiki.apache.org/myfaces/TrinidadSeamAjax4Jsf On 7/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am trying to use Ajax4Jsf with Trinidad, Facelets, and JSF 1.2. (I am considering using the RichRaces components as well) In my demo I have a require

[Trinidad] Problems working with Ajax4JSF

2007-07-09 Thread mike . sauer
I am trying to use Ajax4Jsf with Trinidad, Facelets, and JSF 1.2. (I am considering using the RichRaces components as well) In my demo I have a required text field, a check box and a set of fields that are enabled if the checkbox is selected. I am trying to use ajax on the checkbox and only

Re: ajax4jsf & trinida

2007-07-03 Thread Adam Winer
inside 'tr:selectOneListbox' ? > > binding="#{bean.listComponent}"> > reRender="query_address /> > > > it doesn't work. someone knows why ? thanks. > -- > View this message in context: http://www.nabble.com/ajax4jsf---trinidad-tf4

Re: ajax4jsf & trinida

2007-07-02 Thread Matthias Wessendorf
AIL PROTECTED]> wrote: could I use a4j:support tag inside 'tr:selectOneListbox' ? http://www.nabble.com/ajax4jsf---trinidad-tf4016410.html#a11406689 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Matthias Wessendorf

ajax4jsf & trinidad

2007-07-02 Thread binya
could I use a4j:support tag inside 'tr:selectOneListbox' ? http://www.nabble.com/ajax4jsf---trinidad-tf4016410.html#a11406689 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Error using Ajax4JSF with myFaces

2007-05-31 Thread Laurentiu Trica
Hi I am trying to use Ajax4JSF with myFaces and I get this error: 2007-05-30 18:14:53,406 | ERROR org.apache.catalina.core .ContainerBase.[Catalina].[localhost].[/].[Faces Servlet] - Servlet.service() for servlet Faces Servlet threw exception java.lang.NullPointerException at

Re: SkinNotFoundException thown while configuring ajax4jsf

2007-05-10 Thread Cagatay Civici
Have you tried with removing the skin context param? On 5/10/07, Eugine F <[EMAIL PROTECTED]> wrote: Hi to all, I am struggling to configure ajax4jsf to work with facelets in a jsf application and I am having the following exception thrown. The stack trace is pasted

SkinNotFoundException thown while configuring ajax4jsf

2007-05-10 Thread Eugine F
Hi to all, I am struggling to configure ajax4jsf to work with facelets in a jsf application and I am having the following exception thrown. The stack trace is pasted below. org.ajax4jsf.framework.skin.SkinNotFoundException: Skin with name classic not found at

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-05-10 Thread ::SammyRulez::
MyFaces Discussion" >Subject: Re: Configuring ajax4jsf to run with facelets and myfaces >implementation >Date: Mon, 30 Apr 2007 19:51:33 +0300 > >Try classic with small letters > >2007/4/30, Eugine F <[EMAIL PROTECTED]>: >> >>Hello Mike, >>Thanks I

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-05-10 Thread Eugine F
Hello Mike, I have tried but it fails still. I am still havin the same error. From: "Adrian Mitev" <[EMAIL PROTECTED]> Reply-To: "MyFaces Discussion" To: "MyFaces Discussion" Subject: Re: Configuring ajax4jsf to run with facelets and myfaces implementat

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-04-30 Thread Adrian Mitev
ad.run(Thread.java:595) 30.04.2007 17:03:51 org.ajax4jsf.framework.renderer.AjaxPhaseListener beforePhase my web.xml file is configured as follows org.ajax4jsf.SKIN CLASSIC Ajax4jsf Filter ajax4jsf org.ajax4jsf.Filter ajax4jsf Faces Servlet REQUEST FORWARD >From

ajax Exception "SkinNotFoundException" thown while configuring ajax4jsf

2007-04-30 Thread Eugine F
Ajax4jsf Filter ajax4jsf org.ajax4jsf.Filter ajax4jsf Faces Servlet REQUEST FORWARD Any help would be appreciated. Thanks in advance Eugine _ Ihr Blog. Ihre Fotos. Ihre Erlebnisse. Jetzt auf MSN Spaces. - http

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-04-30 Thread Eugine F
(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) 30.04.2007 17:03:51 org.ajax4jsf.framework.renderer.AjaxPhaseListener beforePhase my web.xml file is configured as follows org.ajax4jsf.SKIN CLASSIC Ajax4jsf Filter ajax4jsf org.ajax4jsf.Filter ajax4jsf Faces Servlet

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-04-27 Thread Adrian Mitev
The correct jar is oscache.jar. It comes with the ajax4jsf package 2007/4/27, Mike Kienenberger <[EMAIL PROTECTED]>: Your error message states that ajax4jsf has a dependency on opensymphony (com/opensymphony/oscache/base/NeedsRefreshException). Find the correct jar and add it to your cla

Re: Configuring ajax4jsf to run with facelets and myfaces implementation

2007-04-27 Thread Mike Kienenberger
Your error message states that ajax4jsf has a dependency on opensymphony (com/opensymphony/oscache/base/NeedsRefreshException). Find the correct jar and add it to your classpath. On 4/27/07, Eugine F <[EMAIL PROTECTED]> wrote: Hello experts, I am struggling to use ajax to run

Configuring ajax4jsf to run with facelets and myfaces implementation

2007-04-27 Thread Eugine F
Hello experts, I am struggling to use ajax to run an JSf application that I have written with facelets. Without ajax everything was running fine. I looked at the documentation for the ajax4sf at https://ajax4jsf.dev.java.net/nonav/documentation/ajax-documentation/developerGuide.html and conf

Populate fields based on radio button row selection in dataTable using AJAX4JSF

2007-04-27 Thread bansi
iceDetail[] getTableRow() { return tableRow; } public List getTableRows() { return tableRows; } public void setTableRow(DeviceDetail[] tableRow) { this.tableRow = tableRow; } public void setTableRows(List tableRows) { this.tableRows = tableRows; } Here is my Select only one radio button row

Re: ajax4jsf and t:inputCalendar element conflict

2007-04-12 Thread Danny Antonetti
Thank you, I was wondering what this problem was. ajax4JSF also conflicts with inputHtml. Thanks Danny On 4/12/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: Haven't experience those issues. Try: 1) Make sure you use a date time converter with the correct time zone (if you are

Re: ajax4jsf and t:inputCalendar element conflict

2007-04-12 Thread Andrew Robinson
>> > > >> > > On 3/4/07, Wesley Hales < [EMAIL PROTECTED]> wrote: >> > > > Try the Jenia calendar component >> > > > http://www.jenia.org/TestPopup/jsp/home.jsf . >> > > > >> > > > >> > >

Re: ajax4jsf and t:inputCalendar element conflict

2007-04-11 Thread bansi
3/4/07, Wesley Hales < [EMAIL PROTECTED]> wrote: >> > > > Try the Jenia calendar component >> > > > http://www.jenia.org/TestPopup/jsp/home.jsf . >> > > > >> > > > >> > > > >> > > > On 3/4/07, raindogs

Re: datatable and Ajax4jsf

2007-04-05 Thread Andrew Robinson
posedPrice and ProposedGrossMargin are >>>> editable columns. >>>> If I change a value of ProposedPrice of a particular row then it should >>>> dynamically update ProposedGrossmargin column of that row and at the >>> same >>>> time it should al

  1   2   3   >