Antwort: Re: [Tobago] sortActionListener not called for dynamic columns

2008-01-18 Thread Adam . Henne
Hi Volker, thanks for the hint and a nice weekend... kind regards Adam A. Henne > Hi Adam, > > at the first quick look: > you are removing the dynamic columns in the setDocumentBinding(). > This method is invoked on every view restore, after this there are no > colums to invoke the act

[Tobago] sortActionListener not called for dynamic columns

2008-01-17 Thread Adam . Henne
Hi, i'm using with the attribute sortActionListener. The sheet contains one static column () and a dynamic number of supplemental columns. The dynamic columns are added by the binding attribute of the . The problem is as followed: The sortActionListener method is ONLY called by clicking on t

Re: [Tobago] Reload sheet "B" on action in sheet "A"

2007-11-13 Thread Adam . Henne
Hello Volker, your solution worked fine for the last months but since the 1.0.12 Release i get some strange JS-Errors. It seems that the JS-Errors are caused by the prototype.js. Timeout thread: delay 10 ms Error: name: EvalError message: Statement on line 254: Illegal use of eval Backtrace:

[Tobago] Target-attribute not working on javascript-submit

2007-09-07 Thread Adam . Henne
Hi, i have a problem with the target-attribute of the or -Tag. ... ... ... When i click on the link then it works fine and the content is displayed in the Iframe. But when i submit the action by javascript then the content is displayed in the main window (like target="_self")

Re: [Tobago] Reload sheet "B" on action in sheet "A"

2007-04-03 Thread Adam . Henne
Hello Volker, thank you for the hint. It works fine for me. kind regards Adam A. Henne [EMAIL PROTECTED] schrieb am 02.04.2007 14:57:05: > Hi Adam, > > if ajax-enabled is true, all sheet actions are done via ajax, > currently only on ajax component could be updated in one request, this > wi

[Tobago] Reload sheet "B" on action in sheet "A"

2007-04-02 Thread Adam . Henne
Hi all, i've a sheet "A" which is sortable and has more than one page. I've also a sheet "B" which should observe all changes on sheet A and changes itself. To notice changes in sheet "A" i am using the stateChangeListener and sortActionListener methods. The problem is that if in tobago-config.x

Antwort: [Tobago] no onchange for tc:selectBooleanCheckbox

2006-12-06 Thread Adam . Henne
Hello Helmut, you can use instead of the onchange attribute the change facet: kind regards Adam A. Henne "H. Swaczinna" <[EMAIL PROTECTED]> schrieb am 06.12.2006 00:58:34: > Hello, > > the onchange attribute of the tc:selectBooleanCheckbox is not rende

Antwort: Re: Dynamic ID for in

2006-10-24 Thread Adam . Henne
Hello Volker, thanks for the fast answer. This seems to be a nice way to solve my problem. Thanks a lot one more time :) kind regards Adam A. Henne "Volker Weber" <[EMAIL PROTECTED]> schrieb am 24.10.2006 17:25:31: > Hi Adam, > > in jsf it is not allowed to use valuebinding in id attr

Dynamic ID for in

2006-10-24 Thread Adam . Henne
I'm using Tobagos Tag inside of and accordingly in . When i'm trying to set my own ID-String for the ID-attribute of the -Tag using a value from the sheetdata i get unfortunately an Error. Here is the JSP:                 var="rowData"                 columns="*"         rows="3"          

Re: Re: Tobago:

2006-10-09 Thread Adam . Henne
Hello Volker, thank you for the fast reply. I've used it in the tag with the hope that it would work in IE. kind regards Adam A. Henne > Hi Adam, > in which tag did you use the ? > The itemImage attribute is currently only supported by . > Regards, >    Volker

Tobago:

2006-10-09 Thread Adam . Henne
Hello, i try to use the attribute itemImage from the tag . Now the problem: In the rendered html code is no image to find so the image isn't displayed. Whats wrong? kind regards Adam A. Henne