How to solve link enable/disable by validator?

2010-11-08 Thread Benjamin Mark
Hello, I have the following problem: If some user is entering a already used email adress or username I wan't to let appear a link (s:link/button) to the forgott password page in a form? I'm not sure how to solve it with my custom email validator? Has someone an idea how I could solve that?

Re: How to solve link enable/disable by validator?

2010-11-08 Thread Anton Gavazuk
Hi, rendered option is your friend: 2 possibilities inside your validator 1) you are looking for the link component in your view and change rendered property of discovered UIComponent 2) you create a binding method for the rendered attribute of the link and binding method will verify the

Re: [Tobago] update model value with tc:hidden

2010-11-08 Thread Bernd Bohmann
Hello Hani, I'm thinking about a way how to extend the rendered region in a case of a sheet ajax request. Can you add an issue for this, please. And can you explain why you need to update the hidden field? Regards Bernd On Fri, Nov 5, 2010 at 1:59 PM, Abushammala, Hani (EXTERN: conceptQ)

unsuscribe

2010-11-08 Thread Oscar Duque

AW: [Tobago] update model value with tc:hidden

2010-11-08 Thread Abushammala, Hani (EXTERN: conceptQ)
Hello Bernd, Actually we have a request bean that saves some information for each request and we use this bean to transfer the values from page to page. The information in the request bean used to render a sheet column so that by an ajax request the request bean will be empty and the values

Wolfgang Toepfer ist außer Haus.

2010-11-08 Thread wolfgang . toepfer
Ich werde ab dem 08.11.2010 nicht im Büro sein. Ich kehre zurück am 09.11.2010. I will be out of the office from 08.11.2010. I will be returning on 09.11.2010. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. **

Re: [Trinidad] problems with 2.0 - statis quo?

2010-11-08 Thread Daniel Niklas
Hi, ... running jsf/trinidad within a portal is another problem, but has nobody tried out trinidad-2.0 with state saving=server? Daniel -- View this message in context: http://old.nabble.com/-Trinidad--problems-with-2.0---statis-quo--tp30018933p30162422.html Sent from the MyFaces - Users

Re: composite components: optional method-expression-attributes

2010-11-08 Thread Thomas Möller
Hi Jakob, I wanted to design the following composite component (a panel with two buttons): my:buttonPanel button1=#{myBean.button1} button2=#{myBean.button2} / where #{myBean.button1} and #{myBean.button2} are instances of SimpleModel. For the button expression should apply: If it evaluates