RE: [Trinidad]: multiline table rows tr:table with nested tr:column - Tags

2007-11-01 Thread Kuhn, Harald
Hi Max, thanks for your response. But, I think non-nested columns isn't generally an option, as colspan should be considered also. So, what I want to achieve is, i.e.: header row 1: |Header 1.1 (colspan=2) |Header 1.2 (colspan=1)| header row 2: |Header 2.1

Re: [Trinidad] PPR table header facet

2007-11-01 Thread Paul Mander
Not sure this is the same thing but thanks anyway. max.starets wrote: Paul, This bug has been fixed: https://issues.apache.org/jira/browse/TRINIDAD-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel Regards, Max Starets Paul Mander wrote: setting the

Combining a listbox to select items with a form to modify them

2007-11-01 Thread Edward Steel
Hello again List, I have a listbox (SelectSingleListbox) containing items. Beneath this list are comandLinks to add/remove these items and move them up/down. This is working correctly. Next to the list I have a form, which reflects the selected item's properties, including name and description.

tiles 2

2007-11-01 Thread Garner, Shawn
I was just wondering if there were plans to update the JspTilesViewHandlerImpl to work with the Tiles 2 official 2.0.5 GA release. Shawn -Message Disclaimer- This e-mail message is intended only for the use of the individual or entity to which it is addressed, and may contain

Re: [Trinidad] tr:chart doesn't work inside tr:iterator?

2007-11-01 Thread venkata guddanti
I am not sure I understand this issue. The value attribute for the tr:chart must be bound to a ChartModel instance. So if you did that did you add component getter/setter inside it which is an instance of CoreChart? Regards, Venkata On 10/31/07, Dan Potter [EMAIL PROTECTED] wrote: t:dataList

Re: [Trinidad] tr:chart doesn't work inside tr:iterator?

2007-11-01 Thread venkata guddanti
You could also try using af:forEach instead of af:iterator. Regards, Venkata On 11/1/07, venkata guddanti [EMAIL PROTECTED] wrote: I am not sure I understand this issue. The value attribute for the tr:chart must be bound to a ChartModel instance. So if you did that did you add component

[Trinidad] Poll disabling during dialog lifespan

2007-11-01 Thread Bertrand, Shawn R
Is the poll mechanism supposed to be disabled when a dialog is displayed via the Trinidad dialog framework? We're using 1.0.2 in our application, and have a poll on our main page. When a dialog is displayed, it seems the poll is still occurring. This is usually a good thing, as it allows us

RE: tiles 2

2007-11-01 Thread Garner, Shawn
Can you let me know when a version is in the nightly snapshot of the sandbox? I tried to change the current one to use the new tiles but they changed it too much and I couldn't figure it out. Shawn -Original Message- From: Matthias Wessendorf Sent: Thursday, November 01, 2007 1:13 PM

Re: tiles 2

2007-11-01 Thread Matthias Wessendorf
We currently dicussing this on the dev-list. Looks like it will endup in Sandbox . -M On 11/1/07, Garner, Shawn [EMAIL PROTECTED] wrote: I was just wondering if there were plans to update the JspTilesViewHandlerImpl to work with the Tiles 2 official 2.0.5 GA release. Shawn -Message

Fwd: Panel Tabbed Pane

2007-11-01 Thread Hasnain Badami
There is an other issue, related to the earlier one, which I think is weird. Possibly I am doing something wrong Copy this code and execute %@ page contentType=text/html;charset=UTF-8 language=java % %@ taglib prefix=f uri=http://java.sun.com/jsf/core; % %@ taglib prefix=h

[trinidad] JS error with navigationTree

2007-11-01 Thread Steve Horne
Using Trinidad 1.0.3- This was working in 1.0.1: A navigationTree component that when clicking on a twisty (disclose) icon, gets the following error on the javascript console: [Invalid PPR response. The response-headers were:\nServer: Apache-Coyote/1.1\nX-Powered-By: Servlet 2.4...] [Error ,

Re: tiles 2

2007-11-01 Thread Matthias Wessendorf
Hi! there is a patch attached to TOMAHAWK-1115 (see [1]). That doesn't really introduce a huge dependency for your project. Maybe you want to try it on your own, till MyFaces / Tomahawk ships it ? -M [1] https://issues.apache.org/jira/browse/TOMAHAWK-1115 On 11/1/07, Garner, Shawn [EMAIL

[Tobago] Weird problem with tc:link inside tc:sheet

2007-11-01 Thread Ramon Ziai
Hi, I have a strange problem with links inside tc:sheet rows. I am new to Tobago and JSF in general, so please bear with me if this is an obvious problem. Consider the following fragment: tc:sheet columns=2*;6*;2* var=doc value=#{requestScope.docList} showHeader=false ... tc:column f:facet