[Trinidad] tr:column header facets are not being rendered

2007-08-10 Thread Graeme Steyn
Hi, I was hoping that someone may be able to point me in the right direct with a problem that I am experiencing. Basically, I have a number of tables within a form. I have applied some basic css to the column header text. When the form is rendered, the first table in the form does not render

Re: [Trinidad] Skinning - no CSS selector for tr:outputText?

2007-08-10 Thread Carsten Pieper
OK, thanks for the speedy answer! So it look's we should build our own renderer... Best regards, Carsten Matthias Wessendorf-4 wrote: Hi Carsten, yes you are right. There are no skinning keys for the tr:outputText component, because it is just text. But there are inlineStyle or

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Matthias Wessendorf
däh, I think I saw this a while ago, using facelets. Can you try a *single* page, that contains üü etc ? -M On 8/10/07, Daniel Niklas [EMAIL PROTECTED] wrote: Hi Adam, Alright, fixed on trunk. I'll try to make sure this gets into the official 1.0.2 release. Thanks a lot for

Re: [Trinidad] blocking=true

2007-08-10 Thread Adam Winer
AFAIK, blocking in fact does nothing today, at least as of Trinidad 1.0.2... the safest approach is to wrap your app inside a filter that synchronizes on an object in the session. -- Adam On 8/10/07, Compton, Brian [EMAIL PROTECTED] wrote: Hello. I'm running into a bit of a problem with

Re: [Trinidad] Assertions (TRINIDAD-44)

2007-08-10 Thread Adam Winer
Francisco, I've looked at this assertion this morning, and I can't reproduce a case where it fires on Tomcat 5.0. Can you tell what string is failing this assertion? By any chance, are you setting a style-sheet-name in trinidad-skins.xml that starts with a slash? The source for Trinidad is

Re: [Trinidad] creating tr:table using binding

2007-08-10 Thread Adam Winer
On 8/10/07, Luka Surija [EMAIL PROTECTED] wrote: Hi, I'm trying to create a tr:table using binging, and almost everything works fine except, getting row values in table. I've created in index.xhtml this: tr:table binding=bean.table / and in backing bean crating columns, and outputText

Re: [Trinidad] Logging

2007-08-10 Thread simon
On Fri, 2007-08-10 at 09:47 -0400, Murtaza Goga wrote: Are there any plans to migrate the logging in Trinidad to use Log4j? Is there a mechanism we could use Log4j. Java.util.logging is an API that code can implement. There also happens to be a (pretty stupid) implementation of the API

Tomahawk Sandbox

2007-08-10 Thread Lyn Büsching
Hi, i'm new on faces and have some problmes with Tomahawk/Sandbox, using Ajax support. The aim is to create a page, where only a part of this page should be rendered after the input. The code of the side:

[Orchestra] entityListeners not called

2007-08-10 Thread Nicu Mercioiu
Hi, I have this problem regarding entityListeners in my app: the entity listener it is not called. The thing is that when i didn't had orchestra in my app it worked. It looks that it has something to do with requestParameterFilter. Anyone can help? Thanks, Nicu

Re: [Tomahawk Sandbox] InputSuggestAjax problem

2007-08-10 Thread Renzo Tomaselli
I'm interested too in removing Firefox auto-suggest. Although not JSF or Tomahawk specific - it's very annoying while managing alternate dropdowns. -- Renzo JCP wrote: Hi, I'm trying to use the sandbox inputsuggestajax to achieve the following behaviour. I want the list of suggestions to

RE: [Trinidad] Logging

2007-08-10 Thread Butash, Bob
What about commons logging - would we see that used still or just the switch to directly using Java Logging. Thanks, Bob -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:58 AM To: MyFaces Discussion Subject: Re: [Trinidad] Logging No. If

Re: [Trinidad] Logging

2007-08-10 Thread Adam Winer
No. If anything, the rest of MyFaces is likely to move away from Log4J once they can require Java 5. java.util.logging.* is the standard as of Java 5. -- Adam On 8/10/07, Murtaza Goga [EMAIL PROTECTED] wrote: Are there any plans to migrate the logging in Trinidad to use Log4j? Is there

Re: [Trinidad] Assertions (TRINIDAD-44)

2007-08-10 Thread Adam Winer
On 8/10/07, Francisco Passos [EMAIL PROTECTED] wrote: Hello Adam, thank you for your response. I actually meant that this restrictive proxy I'm behind is... restrictive enough to not support certain kinds of HTTP requests, such as those made by SVN (using webdav). But you're right, I hadn't

Re: [Trinidad] Assertions (TRINIDAD-44)

2007-08-10 Thread Francisco Passos
Hello Adam, thank you for your response. I actually meant that this restrictive proxy I'm behind is... restrictive enough to not support certain kinds of HTTP requests, such as those made by SVN (using webdav). But you're right, I hadn't noticed the source is packed with the release. Thank you

panelBorderLayout problem: start/end cannot have 100% height

2007-08-10 Thread Stephen Friedrich
I used a panelBorderLayout to layout my page. The left facet contains a panelBox for navigation. Unfortunately the rendering of panelBorderLayout makes it very hard to have my navigation panelBox 100% height (which is a client requirement). panelBorderLayout puts the left facet in a td, but that

Re: panelBorderLayout problem: start/end cannot have 100% height

2007-08-10 Thread Simon Lessard
Hello Stephen, Have you tried innerStart facet as well by any chance? On 8/10/07, Stephen Friedrich [EMAIL PROTECTED] wrote: I used a panelBorderLayout to layout my page. The left facet contains a panelBox for navigation. Unfortunately the rendering of panelBorderLayout makes it very hard

Re: panelBorderLayout problem: start/end cannot have 100% height

2007-08-10 Thread Simon Lessard
Nvm that, I misunderstood your requirement... Maybe we should add selectors like af|panelBorderLayout::start-block, af|panelBorderLayout::inner-start-block, etc. Regards, ~ Simon On 8/10/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Stephen, Have you tried innerStart facet as well by

[Trinidad] blocking=true

2007-08-10 Thread Compton, Brian
Hello. I'm running into a bit of a problem with my app. It was initially getting ConcurrentModificationExceptions because users were clicking on cone of more command button or command link components multiple times without waiting for a response. The ConcurrentModificationException is not in

[Tomahawk Sandbox] InputSuggestAjax problem

2007-08-10 Thread JCP
Hi, I'm trying to use the sandbox inputsuggestajax to achieve the following behaviour. I want the list of suggestions to display something but upon selection something different is entered into the textfield (for example, the suggestions might show full city names but then only an abbreviation

[Trinidad] Logging

2007-08-10 Thread Murtaza Goga
Are there any plans to migrate the logging in Trinidad to use Log4j? Is there a mechanism we could use Log4j. Thanks, Murtaza.

[Trinidad] creating tr:table using binding

2007-08-10 Thread Luka Surija
Hi, I'm trying to create a tr:table using binging, and almost everything works fine except, getting row values in table. I've created in index.xhtml this: tr:table binding=bean.table / and in backing bean crating columns, and outputText inside columns. This is working well, but I can't

Bean: $Proxy80, property: dateString error......

2007-08-10 Thread Ganesh Surisetty
Hi, i have a dropdown in my jsf page which shows dates in Jan07 , Feb07 format. the value i am getting from bean also in the same format and it is selected default. but when i click on add button to add a record , i am getting Bean: *$Proxy80, property: dateString* message on my

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Daniel Niklas
Hi, I think I saw this a while ago, using facelets. Can you try a *single* page, that contains Something like this? ?xml version=1.0 encoding=UTF-8? trh:html xmlns:trh=http://myfaces.apache.org/trinidad/html; xmlns:tr=http://myfaces.apache.org/trinidad; trh:head

Re: [Trinidad] Skinning - no CSS selector for tr:outputText?

2007-08-10 Thread Matthias Wessendorf
Hi Carsten, yes you are right. There are no skinning keys for the tr:outputText component, because it is just text. But there are inlineStyle or styleClass attributes available on the TAG / COMPONENT -M On 8/10/07, Carsten Pieper [EMAIL PROTECTED] wrote: Hello everyone, I have been trying

[Trinidad] Skinning - no CSS selector for tr:outputText?

2007-08-10 Thread Carsten Pieper
Hello everyone, I have been trying to skin the tr:outputText but haven't been able to find a fitting selector. At first, I intuitively tried af|outputText but to no avail. I could neither find anything in the selectors' list (i.e. the link Simon gave recently:

Re: [Trinidad] using a custom skin

2007-08-10 Thread Azim, Dunia
...well that was exactly the point where I got stuck with it. But I found the base-desktop.xss in the web. That makes the whole thing appear in a much brighter light. Think for now, we can get along with it quite well. Thanx to everybody! Dunja On 8/9/07, Adam Winer [EMAIL PROTECTED]

Re: HTML embedded on a f:view

2007-08-10 Thread simon
On Thu, 2007-08-09 at 13:23 -0600, daniel ccss wrote: I use a an html code to call a javascript that shows a calendar: a href=# onclick=showCalendar('fecha'); img class=PopcalTrigger align=absmiddle src=../../images/calbtn.gif

Re: panelBorderLayout problem: start/end cannot have 100% height

2007-08-10 Thread Simon Lessard
I thought a bit more about this and I think you can already achieve it without that big selector of yours. Have you tried the following? af|panelBorderLayout { height: 100%; min-height: 100%; } This should make the outer table big enough ans the cells inside should stretch accordingly, note

[trinidad] menu bar with cascading popups: code snippet wanted

2007-08-10 Thread wolfgang . toepfer
Hi, I am looking for a code snippet that clarifies a bit more how to implement a menu bar with cascading popups in Trinidad. I also think of using another component library additionally because any other one has it out-of-the-box. Will Trinidad include such a component? Thanks, Wolfgang.

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Daniel Niklas
Hi Adam, Alright, fixed on trunk. I'll try to make sure this gets into the official 1.0.2 release. Thanks a lot for fixing this so fast! I can definitely say that I STRONGLY recommend web developers use UTF-8, and abandon all the old character sets. Good point, i would like to use UTF-8

[Trinidad] commandNavigationItem.action not workaing at all

2007-08-10 Thread Stephen Friedrich
When I define an action in commandNavigationItem it seems to have no effect at all. In the following snippet only the first item (that uses destintaion) is working. The others have no effect at all. Neither the static outcome works, nor does the third one ever call the processor component.

[Trinidad] Assertions (TRINIDAD-44)

2007-08-10 Thread Francisco Passos
Good morning. The problem reported in https://issues.apache.org/jira/browse/TRINIDAD-44remains. I tried editing the issue to reopen it, but couldn't. This is a really annoying bug that prevents one from debugging Trinidad applications. Alternatively, I'd like to be able to at least comment the

WAP?

2007-08-10 Thread Okan Çetin
Hi; I want my jsf (trinidad) application to run for mobile devices. Application would be call from wap. But i did not have any experience for creating wap pages. Any ideas will be greatful, regards, Okan -- ~ otomatik oluşturuldu: http://ocetin.net/log http://linux.beykent.edu.tr

Is it possible to develop a JSF application that gracefully degrades?

2007-08-10 Thread mraible
I'm trying to develop an application that gracefully degrades for users that have JavaScript turned off. We're not concerned so much about supporting non-JavaScript browsers. Rather, we want to developing using Hijax [1] so a page is enhanced by JavaScript, but continues to work if JavaScript is

Re: [Trinidad] Skinning - no CSS selector for tr:outputText?

2007-08-10 Thread Adam Winer
Generally speaking, you don't want to do this for outputText: you want to style parent components and/or the default font of the skin, not the outputText itself. -- Adam On 8/10/07, Carsten Pieper [EMAIL PROTECTED] wrote: OK, thanks for the speedy answer! So it look's we should build our

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Adam Winer
You seem to be confusing two different concepts: - the encoding of the XML file handed to Facelets - the encoding of the HTML file send to the browser I forget how Facelets defaults its encoding, but these two do not need to be the same. The error you're seeing here is that you've typed your

Re: [JSF] Custom component - commandLink

2007-08-10 Thread Pawel . Czerwinski
Thanks for your help, everything works now! -- regards Paweł Czerwiński Andrew Robinson [EMAIL PROTECTED] wrote on 2007-08-09 17:04:25: You have a few problems with that code. 1) You should set the parent of the component, this causes issues with many components 2) You should mark the

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Daniel Niklas
Hi, This is a bug in Netbeans for Windows (perhaps java), in linux you don't have this kind of error. It looks like in windows UTF-8 is not handled very well. I don't use Netbeans. My environment ist Windows 2000 SP4 and - trinidad-api, trinidad-impl - 1.0.2-SNAPSHOT - myfaces-api,

Re: Bug in trinidad-1.0.2-SNAPSHOT with German umlauts and facelets?

2007-08-10 Thread Luka Surija
Daniel Niklas wrote: Hi Adam, Alright, fixed on trunk. I'll try to make sure this gets into the official 1.0.2 release. Thanks a lot for fixing this so fast! I can definitely say that I STRONGLY recommend web developers use UTF-8, and abandon all the old character sets.

Trinidad configuration in Jdeveloper

2007-08-10 Thread Bandaru
Hi, I am new to the Trinidad components. i'm trying to configure the trinidad in oracle Jdeveloper 10g. i found different versions of libraries in the sites,can any one one suggest me which libraries are to use. I have used the libraries given in Apache MyFaces Trinidad 1.0.1

Re: Strange behavior (bug?) of lightweight dateInput picker

2007-08-10 Thread Matthias Wessendorf
That is a bug in the Firefox 2 It's odd, yes On 8/10/07, Daniel Niklas [EMAIL PROTECTED] wrote: Hi, i've tried out the greate new lightweight dialogs and found a strange behavior of dateInput picker. After picking a date value, there isn't shown a cursor in the next fields. You can tab or

Strange behavior (bug?) of lightweight dateInput picker

2007-08-10 Thread Daniel Niklas
Hi, i've tried out the greate new lightweight dialogs and found a strange behavior of dateInput picker. After picking a date value, there isn't shown a cursor in the next fields. You can tab or cklick into the next field and enter some data, but there is no cursor! I've tested in the following

Re: panelBorderLayout problem: start/end cannot have 100% height

2007-08-10 Thread Stephen Friedrich
Yup, I already tried that - no luck. As long as the td's themselves don't have height:100% their contents will not be able to have 100% height either. (Besides I don't want the outer table to have 100% of _its_ parent height. That table should simply be as high as the largest contained facet.) I

Re: Strange behavior (bug?) of lightweight dateInput picker

2007-08-10 Thread Matthias Wessendorf
Btw. in FF3, that is already fixed. -Matthias On 8/10/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: That is a bug in the Firefox 2 It's odd, yes On 8/10/07, Daniel Niklas [EMAIL PROTECTED] wrote: Hi, i've tried out the greate new lightweight dialogs and found a strange behavior

Re: myfaces 1.2.0 / trinidat-1.2.1 possible causes of servlet exception

2007-08-10 Thread Duong BaTien
On Thu, 2007-08-09 at 14:57 -0600, Duong BaTien wrote: Greetings: What are possible causes for this servlet exception? The exception seems to be at faces servlet processing. This is an updating from working jsf-1.1 app to jsf-1.2 app. Yes. This looks like an issue with myfaces 1.2.0. I