[trinidad] Facelet Template with tr:document

2008-08-03 Thread Burghard Britzke
I am developing a facelet template with a tr:document within. The html-title should vary for every use of that template. So I put the title-tag in a ui:insert within a f:facet name=metaContainer. That works well from my template-clients which use ui:define to overwrite the f:facet

[MyFaces][Core] Command Link in a datatable

2008-08-03 Thread Guy Bashan
Hi, I am having a weird behavior with commandLink in a datatable: I want that the command link will be rendered only if a select box of that row is checked (it is a select box used for editing the row). This is the code of the command link: h:column f:facet name=header

Re: Please help with a4j:mediaOutput

2008-08-03 Thread Andrew Robinson
A4j is not associated with myfaces, you should try the jboss forums for these questions On 2008-08-02, Julien Martin [EMAIL PROTECTED] wrote: Hello, I have a a4j:mediaOutput which I use in order to render a captcha. I would like for that a4j:mediaOutput to be reRendered upon each a4j:form

Re: [trinidad] Facelet Template with tr:document

2008-08-03 Thread Andrew Robinson
Template: tr:document xmlns=http://www.w3.org/1999/xhtml; xmlns:f=http://java.sun.com/jsf/core; xmlns:fn=http://java.sun.com/jsp/jstl/functions; xmlns:h=http://java.sun.com/jsf/html; xmlns:t=http://myfaces.apache.org/tomahawk; xmlns:ui=http://java.sun.com/jsf/facelets;

Re: [MyFaces][Core] Command Link in a datatable

2008-08-03 Thread Volker Weber
Hi Guy, 2008/8/3 Guy Bashan [EMAIL PROTECTED]: Hi, I am having a weird behavior with commandLink in a datatable: I want that the command link will be rendered only if a select box of that row is checked (it is a select box used for editing the row). This is the code of the command link:

RE: [MyFaces][Core] Command Link in a datatable

2008-08-03 Thread Guy Bashan
The value of #{editableVideo.edit} is connected to a selectBooleanCheckbox. When pressing this checkbox, you can enter row to editable mode. The code of the checkbox is: h:selectBooleanCheckbox value=#{editableVideo.edit} onclick=submit(); / Thanks, Guy. -Original Message- From: [EMAIL

Autocompletion on password fields?

2008-08-03 Thread Bjørn T Johansen
Is it possible to programmatically disable autocompletion on password fields for a html form? I like this feature but sometimes it get in the way; is there a way to disable it for selected fields and/or for a form? Regards, BTJ --