Tobago causes javaScript error

2006-03-28 Thread Iryna Stetska
Title: Tobago causes javaScript error Tobago team, We are using tobago version dated 03/22/2006 and have lots of _javascript_ errors in _javascript_ Console while working with toolbars. Under Firefox error looks like the following: Error: this.images[id] has no properties Source File: h

tobago stable release

2006-03-21 Thread Iryna Stetska
Tobago team, When are you going to make stable official release? We would like our application to stick to some definite version and not to update tobago and deal with changes (like deprecated components) every time something is changed or fixed. Releases would also give release notes and list of

Tobago t:link behaves oddly under IE

2006-03-20 Thread Iryna Stetska
Hi, I have t:link on the page which redirects to some other page (navigate). Sometimes if I click on it under IE once the page will remain unchanged (no action performed). It will only work if I click on it once again. The problem does not exist under Firefox. I am using trunk version of tobago

Need target attribute for Tobago t:toolBarCommand

2006-03-03 Thread Iryna Stetska
Hello, I need something like "target" attribute for t:toolBarCommand component. The aim is to open the result of the action execution in e.g new window(target=blank). Using type="script" will not satisfy me, because I need the backing bean action being executed, and then the result being opened in

Re: JSF navigation url problem

2006-03-02 Thread Iryna Stetska
Hello Anthony, I've been fighting with this problem for long. I'm afraid you cannot be offered any good solution now. Look here http://issues.apache.org/jira/browse/TOBAGO-2 for our company's ideas on how to solve it. Thursday, March 2, 2006, 4:19:33 PM, you wrote: > In JSF navigation rule, sh

Re[2]: Tobago t:toolBarCommand

2006-03-02 Thread Iryna Stetska
Volker, Thank you. One more question. Can I have something like "target=blank" attribute for button with submit (i.e. to open the result of the action performed in a new window) ? Please help Thursday, March 2, 2006, 2:33:50 PM, you wrote: > Hi Iryna, > Iryna Stetska

Tobago t:toolBarCommand

2006-03-02 Thread Iryna Stetska
Hello, I have 2 questions on Tobago toolBarCommand component. 1. How can I implement functionality on both executing script and executing action of the backing bean while pressing the toolbar button? This mean that if I press the toolbar button some java script should be executed (e.g. showing al

tobato t:sheet sorting

2006-02-23 Thread Iryna Stetska
We are using t:sheet component. We need to implement sortable column in it which would perform sorting by clicking on the column header, while sorting will be performed on the server side. (We don't want to use standard tobago sheet sorting for substantial reason). Can we have some event handler

Tobago t:in (IllegalArgumentException: empty expr)

2006-02-06 Thread Iryna Stetska
t:in producess java.lang.IllegalArgumentException: empty expr I experienced java.lang.IllegalArgumentException: empty expr When pressing ENTER in t:in component. #{instances.pagingLength} value binding is of type int and actual value was 40 java.lang.Il

Re[2]: Tobago sheet sorting

2006-02-03 Thread Iryna Stetska
HI, I tried using construction like this: In this case the links are not displayed, just labels instead (not clickable). Please help > Hi Olexandr, > First: please don't use SortableByApplication, this will be removed. > We are thinking about to allow applications to register a eve

Tobago t:tree : visual indicator for the current node.

2006-02-02 Thread Iryna Stetska
I'm using t:tree. I would like to have some visual indicator (different backgroung, color or style) for the tree node currently selected (which is changed when TreeState.setMarker(DefaultMutableTreeNode node) is called). Is it possible??

Tobago t:link underline

2006-01-19 Thread Iryna Stetska
HI, I have the following structure Links in the first column should be underlined, in second column - not underlined. Can I implement it? Did you consider specifying "class" or "s

Tobago bugs

2006-01-10 Thread Iryna Stetska
Hi, Our company is developing application using Tobago. I'm sending you a list of bugs / enhancements we came across recently. Please give some feedback. 1. t:forEach (bug) Component does not work with Iterables. It seems that it analyzes only one record. For now we can only use t:sheet to itera