Re: [Trinidad] tr:column, attribute shortDesc not working?

2007-09-10 Thread Carsten Pieper
Hi Martin, Yeah, well - now the only question is if the browser normally displays the title attribute on the td (I assume it is rendered - have you looked into the page code, Carsten?) no title rendered, neither in the table header (th) nor in the column contents (td). Thus, to answer a

Error while serving resource: calendar.HtmlCalendarRenderer/DB/right2.gif, message : null

2007-09-10 Thread Bjørn T Johansen
I get a lot of these exceptions in my log, should I worry? 10.09.2007 08:02:29,351 - Error while serving resource: calendar.HtmlCalendarRenderer/DB/right2.gif, message : null ClientAbortException: java.net.SocketException: Broken pipe at

Image Rendering

2007-09-10 Thread Dilip.Ananthanarayanan
Hi to All, I have a requirement to show a PDF file in my JSF screen. I have to use an IFRAME to display the PDF file. My JSF page holds this IFRAME and I get the PDF location from my database. The problem is that when I feed the image location(currently my machine) to the src attribute of the

Error initializing JSF

2007-09-10 Thread Manel Martorana
Hi all, Im starting to study jsf and I can't deploy my first application due to the following error. I've found a lot of post arround the web about the same error but I'm unable to deploy it following teir comments. I'm working with MyFaces 2.0 and tomahawk 1.6.1 in a Tomcat 6.0 container with

h:commandLink

2007-09-10 Thread Wolfgang
Hi, can I use the commandLink to link to a new xhtml file? If so, how does this work? Cheers!

[Trinidad] modal panel popup demo non closing

2007-09-10 Thread Renzo Tomaselli
Hi, I was trying the panelPopup demo from http://www.irian.at/trinidad-demo/faces/components/panelPopup.jspx, as linked from the Trinidad website. There is an evident issue about closing the modal panel, according to the sequence: - click on Simple Popup link. - click on Modal Centered Test.

Re: TObago

2007-09-10 Thread yazid
Solved; Thanks Volker; Volker Weber-5 wrote: Hi Yazid, which version of tobago? this is UIPopup in trunk: 69 70 public boolean isRendered() { 71 ValueBinding valueBinding = getValueBinding(rendered); 72 if (valueBinding!= null) { 73 return (Boolean)

Re: h:commandLink

2007-09-10 Thread Simon Kitching
Wolfgang [EMAIL PROTECTED] schrieb: can I use the commandLink to link to a new xhtml file? If so, how does this work? All the command components cause a postback to the original view so it can handle any changes to input fields on the screen and decide where to take the user to next,

Re: TObago

2007-09-10 Thread yazid
It Solved; The problem was from my backing bean. Thank Volker; Volker Weber-5 wrote: Can you ensure that getDeleteRuleMessage() never returns null? Only in this case the NPE can happen. 2007/8/29, yazid [EMAIL PROTECTED]: Hi Volker; Two of the popup have rendered=true and the third

[Trinidad] FrameBorderLayout

2007-09-10 Thread Okan Çetin
Hi all; I'm trying to use frameborder component in trinidad My code is below: f:view tr:document title=Index Page tr:form id=form1 trh:frameBorderLayout id=frameid f:facet name=left trh:frame source=left.jsp

Re: Example doesn't work

2007-09-10 Thread Hannes Korte
Ben Smith wrote: I would check that you have tomcat setup correctly. I've done almost exactly the same thing (more than once) on Windows with tomcat 6 and I didn't have that problem. I wonder if you have a permissions problem? You might check that the user tomcat is running as has write

Re: [Trinidad] inputDate popup date picker broken in match by suffix configuration

2007-09-10 Thread Zarick Lau
Just to provide my feedback :). The problem gone when I bumped all Trinidad / Facelets and JSF-RI to latest release version. On 7/6/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: works not with myfaces 1.2.0-SNAP but with RI 1.2_04 On 7/5/07, Adam Winer [EMAIL PROTECTED] wrote: If

[Orchestra] Warning: Incompatible change in endConversation

2007-09-10 Thread Simon Kitching
Hi, I've just committed a change to svn head that changes the behaviour of the endConversation tag. The restart and restartAction attributes have been removed. These were intended to mimic the functionality available via the API ConversationUtils.invalidateAndRestartCurrent. Unfortunately in

RE: My own default CSS.

2007-09-10 Thread sandeep gururaj
Hello Bandaru, If you are using Trinidad, you can do that by specifying your skin-family in your trinidad-config. ~Sandeep -Original Message- From: Bandaru [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 10:12 AM To: users@myfaces.apache.org Subject: My own default

[Trinidad] rendering in IE.

2007-09-10 Thread Darren McEntee
Hi guys, Does anyone know why the following component would operate fine in Firefox, but does not even render in IE, in a jsp file. tr:form tr:selectOneChoice label=#{bundle.DefineSearchType} value=#{extranet.mode} autoSubmit=true id=checker tr:selectItem value=none

[Trinidad] tr:column with value=null gets strange height in Firefox

2007-09-10 Thread Carsten Pieper
Hi, this is the situation: tr:table value=#{search.resultList} var=person tr:column headerText=Name width=10% tr:outputText value=#{person.name}/tr:outputText /tr:column !-- more columns -- /tr:table When now the bean return value for the outputText's value is null

FW: Tomahawk Freemarker TemplateEncoder

2007-09-10 Thread Justice, Josh C \(AT - Atlanta\)
Posting publicly at Martin Marinschek's request. Josh Justice User Interface Engineer Autotrader.com 5775 Peachtree Dunwoody Rd. Suite A200 Atlanta, GA 30342 [EMAIL PROTECTED] -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, September 09, 2007 4:18

JSF performance improvement for thousands of users

2007-09-10 Thread Dave
I have a JSF page that has many levels of jsp includes. It would be a very large JSF tree, and accessed by thousands of users. Everytime a user accesses the page, the JSF tree needs to be built. Bean data are request scope, and saved by saveState. they can not be shared, they are different

[Trinidad] how to trigger a tr:panelPopup from java

2007-09-10 Thread Renzo Tomaselli
Hi, I would trigger a panelPopup as a consequence of some menu action, instead of text/link clicking. But from component javadoc it appears that the only activation modes allowed are either trigger or text attributes. Is ther any chance for alternatives ?

Mixing trinidad with tomahwak - t:columns

2007-09-10 Thread Martin Hinterndorfer
Hi everyone! I need to build a table with a variable amout of columns (with different headers and data types). We are planning to use trinidad, whereas trinidad has no columns-Tag, like tomahawk has. As far as I know, I can use the binding attribute to build the component-tree programatically,

Re: [Trinidad] tr:column with value=null gets strange height in Firefox

2007-09-10 Thread Carsten Pieper
Argh, BTW, I turned on my custom skin to exclude homegrown issues (thus, I get the minimal-desktop-skin). Yes, I turned off the custon skinning but my custom renderers survived in my application. So this might well be a homegrown bug and nothing general. If you see some very obvious calamity

Re: [Trinidad] modal panel popup demo non closing

2007-09-10 Thread Danny Robinson
Renzo, This seems to be fixed in the latest trunk. Would you be able to upgrade and verify also? Thanks, Danny On 9/10/07, Renzo Tomaselli [EMAIL PROTECTED] wrote: Hi, I was trying the panelPopup demo from http://www.irian.at/trinidad-demo/faces/components/panelPopup.jspx, as linked from

selectBooleanCheckbox changes to Readonly Mode on Binding

2007-09-10 Thread Bandaru
Hi, When i use binding for 'selected' property in 'selectBooleanCheckbox' it is changing to Readonly mode in the Output, But it should be able to change. How can i avoid that,Please suggest me. tr:selectBooleanCheckbox selected=#{backing_page1.value}/ Thank you, Bandaru. -- View

Re: selectBooleanCheckbox changes to Readonly Mode on Binding

2007-09-10 Thread Simon Lessard
Hello Dandaru, You probably forgot to add a setter method for value property. You need to add the following method public void setValue(Boolean value) { // } to your backing_page1 bean. Regards, ~ Simon On 9/10/07, Bandaru [EMAIL PROTECTED] wrote: Hi, When i use binding for

Re: [Trinidad] modal panel popup demo non closing

2007-09-10 Thread Renzo Tomaselli
Danny, just tried out trinidad-demo-1.0.2.war on my Tomcat, same result. Or are you referring to the latest nightly build ? -- Renzo Danny Robinson wrote: Renzo, This seems to be fixed in the latest trunk. Would you be able to upgrade and verify also? Thanks, Danny On 9/10/07,

RE: My own default CSS.

2007-09-10 Thread Bandaru
Hi, I am using the below given code, Here,on initial i am getting default CSS and on change of style from SelectOneChoice it getting fine. But i need the default CSS to be my 'Style1' initialy before selecting SelectOneChoice. How ca i achieve? IN JSPX: tr:selectOneChoice

Re: [Trinidad] modal panel popup demo non closing

2007-09-10 Thread Simon Lessard
Hello Renzo, Yes, he meant latest nightly build. Regards, ~ Simon On 9/10/07, Renzo Tomaselli [EMAIL PROTECTED] wrote: Danny, just tried out trinidad-demo-1.0.2.war on my Tomcat, same result. Or are you referring to the latest nightly build ? -- Renzo Danny Robinson wrote: Renzo,

Re: My own default CSS.

2007-09-10 Thread Simon Lessard
Hello Bandaru, The problem is that you're using a direct session parameter instead of a managed bean. I see two solutions: 1. Use a managed bean with a managed property to set the default skin family; 2. Use a HttpSessionListener to set the mydesk attribute in the session map upon session

Re: [Trinidad] tr:column with value=null gets strange height in Firefox

2007-09-10 Thread Carsten Pieper
OK, once more, now I also turned off my custom renderers and this is the result: If you have something like: tr:table value=#{search.resultList} var=person tr:column headerText=Name width=10% tr:outputText value=#{person.name} shortDesc=some tooltip/tr:outputText /tr:column !-- more

Re: [Trinidad] rendering in IE.

2007-09-10 Thread Andrew Robinson
Could you post the appropriate generated HTML from the browser? On 9/10/07, Darren McEntee [EMAIL PROTECTED] wrote: Hi guys, Does anyone know why the following component would operate fine in Firefox, but does not even render in IE, in a jsp file. tr:form tr:selectOneChoice

Re: [Trinidad] how to trigger a tr:panelPopup from java

2007-09-10 Thread Andrew Robinson
Right now I am pretty sure there is not. But you could submit a JIRA to have the renderer do that. Until then, you could write a work-around in the page-load event that forces the click event on the trigger using JavaScript. -Andrew On 9/10/07, Renzo Tomaselli [EMAIL PROTECTED] wrote: Hi, I

Re: Mixing trinidad with tomahwak - t:columns

2007-09-10 Thread Andrew Robinson
As a work around, if you are using facelets you could use c:forEach to generate new column components during the facelet build. I haven't used it yet, so not sure if it would work, but have you tried tr:iterator? If it works, the view may be something like: tr:table value=#{rows} ...

[Tomahawk] Setting Language on t:document

2007-09-10 Thread Chris Pratt
It appears that the t:document tag doesn't support the lang or xml:lang attributes, is there a way to specify the document language using these tags? (*Chris*)

Paneltabbed Cell Start

2007-09-10 Thread Michael Borchert
Hi, I'm creating a Trinidad skin and we use extensively the paneltabbed component. I created pictures for the separators but now I face the problem how to define the picture for the first or last element, if the Tab is selected. cell-start-selected and cell-end-select. Thanks, Michael

Re: Which components to use?

2007-09-10 Thread distillingweb
Ted, thank you so much and I am sorry for my delay to reply. It is truly a very useful information to take into consideration in my decision for which component to mix with. I have read that ICEfaces is a very powerful set of components and I am considering to use in our project. With my best

Re: [TRINIDAD] - IMPORTANT - Custom Skin Developers

2007-09-10 Thread Jeanne Waldman
We should have been quicker in turning it into a public API as soon as we realized its value for skin developers. So I think that having a short grace period would be nice for our users because it was our mistake for not making it public sooner. - Jeanne Matt Cooper wrote: Hey guys,

Re: Mixing trinidad with tomahwak - t:columns

2007-09-10 Thread Renzo Tomaselli
Andrew, c:forEach inside tr:table works perfectly, even when changing column layout from request to request. This topic has been discussed on this list sometime ago. Something like this: tr:table id="result" value="#{bean.data}" var="row" rows="#{bean.rowsPerPage}"

Re: [Trinidad] tr:column, attribute shortDesc not working?

2007-09-10 Thread Martin Marinschek
Then I'd file a bug with Trinidad! regards, Martin On 9/10/07, Carsten Pieper [EMAIL PROTECTED] wrote: Hi Martin, Yeah, well - now the only question is if the browser normally displays the title attribute on the td (I assume it is rendered - have you looked into the page code,

Custom Validation Messsage for required in 1.2.0 (Issue #: 81)

2007-09-10 Thread fischman_98
Saw that Enable the message displayed for required validation, conversion, and validation to be overridden by the page author (JSP or non-JSP). has been included in the latest core release. Is the change in the h:inputText? What is the attribute? Has the javadoc been updated? Thanks. --

Any thoughts on splitting the mailing lists?

2007-09-10 Thread Andrew Robinson
Have there been any thoughts to split up the mailing lists per-project? Something like: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Is is very unlikely users will be using all of these projects, so it would greatly reduce inbox clutter to separate

Re: Any thoughts on splitting the mailing lists?

2007-09-10 Thread Chris Pratt
While I agree that people use more than one sub-project, there's nothing stopping them from subscribing to multiple mailing lists (I'm subscribed to about 12). And I completely agree that there is a large amount of traffic that doesn't pertain to what I'm trying to accomplish, so I would

Re: Any thoughts on splitting the mailing lists?

2007-09-10 Thread Mike Kienenberger
The apache best practices on this topic are that if the projects are similar enough to be under the same master project, then the same mailing lists should be used to encourage community between the sub-projects. On 9/10/07, Andrew Robinson [EMAIL PROTECTED] wrote: Have there been any thoughts

RE: Any thoughts on splitting the mailing lists?

2007-09-10 Thread Kito D. Mann
-1 I like having them all together, and I think a lot of people use at least a couple of different projects. ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and

Re: Any thoughts on splitting the mailing lists?

2007-09-10 Thread Bryan Basham
If we are all allowed to vote: +1 I for one only use MyFaces and I have a automatic filter that removes all component library messages. Unfortunately, my filter is not always perfect. -Bryan Kito D. Mann wrote: -1 I like having them all together, and I think a lot of people use at least a

[Tomahawk] Configuring Extensions Filter

2007-09-10 Thread Chris Pratt
I have an application using MyFaces 1.1.5, Spring 2.0.6 and Tiles 2.0.4 that was working fine until I tried to use some of the Tomahawk 1.1.6 components. I started getting the error and stack trace: [2007-09-10 10:09:40,908] {INFO} MyfacesConfig.getCurrentInstance: Starting up Tomahawk on the

Re: Any thoughts on splitting the mailing lists?

2007-09-10 Thread Zied Hamdi
Hi All, -1 I've just seen the conversation, I vote for leaving all projects together, there are always interesting parts and components to hear about, in addition to the fact that compatibility issues between project must be declared in a common mail. Finally I think that because al of the

Generating an Anchor Point

2007-09-10 Thread Chris Pratt
I'm trying to use Standard JSF (without using f:verbatim) to generate our web pages, but I can't figure out how to generate an anchor point (a name=anchorTop/a). Is there a standard tag that can do this? (*Chris*)

Re: Generating an Anchor Point

2007-09-10 Thread David Delbecq
I don't see the need for a JSF tag for this. if you really don't want to go f:verbatim, either choose tht tomahawk htmlTag tag, use facelets or create your own ancho component. Chris Pratt a écrit : I'm trying to use Standard JSF (without using f:verbatim) to generate our web pages, but I

Orchestra dependent on MyFaces 1.1.6-SNAPSHOT?

2007-09-10 Thread William H. Mitchell
I note that Orchestra is configured to require the MyFaces 1.1.6-SNAPSHOT. Our Orchestra test app seems to work with MyFaces 1.1.5 but I wonder if something is waiting to blow up. Are there known problems with Orchestra and MyFaces 1.1.5?

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
Chris Pratt a écrit : I'm trying to use Standard JSF (without using f:verbatim) to generate our web pages, but I can't figure out how to generate an anchor point (a name=anchorTop/a). Is there a standard tag that can do this? (*Chris*) On 9/10/07, David Delbecq [EMAIL PROTECTED]

Re: Generating an Anchor Point

2007-09-10 Thread Mike Kienenberger
It would be done by creating your own anchor component, just as David said. However, as far as I know, anchor is meaningless outside of html. So the renderer for non-html should be trivial -- render nothing. On 9/10/07, Chris Pratt [EMAIL PROTECTED] wrote: Chris Pratt a écrit : I'm trying

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
On 9/10/07, Mike Kienenberger [EMAIL PROTECTED] wrote: However, as far as I know, anchor is meaningless outside of html. So the renderer for non-html should be trivial -- render nothing. Even though they may not call them anchor (or a), many potential outputs have the need to specify a point

Re: Generating an Anchor Point

2007-09-10 Thread Mike Kienenberger
If you're looking for an argument, try somewhere else :-) If you want help accomplishing something specific, ask. I think there are 24 standard tags defined. That means there's somewhere around (infinity-24) tags that are not defined.That's why JSF supports creating your own components.

Re: Generating an Anchor Point

2007-09-10 Thread Chris Pratt
Sorry, I've been told by the corporate powers that be that I have to use this dung heap because it's a committee approved standard, so I was attempting to find something good about it. When I came across the flexible rendering concept, I thought I had found something. But if I have to write it

Re: Generating an Anchor Point

2007-09-10 Thread Andrew Robinson
Most modern web sites do not have anchor tags, so it was probably just an oversight. If you want some help with such support, submit a request for an anchor component to be added to Tomahawk or Trinidad and perhaps someone will be happy to help you. If you want one in JSF, submit a request to sun.

Re: [Trinidad] FrameBorderLayout

2007-09-10 Thread Okan Cetin
I realized that if the facet name will be set as center , it works. But I want to use it for left, innerLeft, right, top, bottom etc. On 10/09/2007, Okan Çetin [EMAIL PROTECTED] wrote: Hi all; I'm trying to use frameborder component in trinidad My code is below: f:view

RE: [Trinidad] selectOneRadio query for 1.2.2 tag

2007-09-10 Thread Graeme Steyn
Hi, I finally got around to taking another look at this and found the problem relates to the fieldset being used. I see that this has already been reported and fix. http://issues.apache.org/jira/browse/TRINIDAD-629 Regards, Graeme. From: Graeme

[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Reza Samoody
I'm trying to use a simple selectManyShuttle. It does not transfer the items between the lists. Do I need to define any backing bean or component for selectManyShuttle. here is the code: html xmlns=http://www.w3.org/1999/xhtml; xmlns:f=http://java.sun.com/jsf/core;

[[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Reza Samoody
Hi, I'm trying to use a very simple selectManyShuttle as below: tr:selectManyShuttle id=serviceTypeSelection value=#{ providerBean.serviceTypes} leadingHeader=#{ mapMsg.availableServiceTypes} trailingHeader=#{

Re: Generating an Anchor Point

2007-09-10 Thread Martin Marinschek
And please - don't annoy us with ridiculous statements about JSF like this pile of dung heap. regards, Martin On 9/11/07, Andrew Robinson [EMAIL PROTECTED] wrote: Most modern web sites do not have anchor tags, so it was probably just an oversight. If you want some help with such support,

Re: [Trinidad] FrameBorderLayout

2007-09-10 Thread Adam Winer
frameBorderLayout cannot be used inside of a tr:document page. Check the HTML spec - you get to choose frameset or body, not both. Once you're inside a body, you need to use iframe. -- Adam On 9/10/07, Okan Cetin [EMAIL PROTECTED] wrote: I realized that if the facet name will be set as

Re: [Trinidad] tr:selectManyShuttle

2007-09-10 Thread Adam Winer
Do you see any Javascript errors? (Also, you generally want a tr:document around the form, inside of the f:view). -- Adam On 9/10/07, Reza Samoody [EMAIL PROTECTED] wrote: I'm trying to use a simple selectManyShuttle. It does not transfer the items between the lists. Do I need to define

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Adam Winer
selectManyShuttle needs to be inside of a tr:form or h:form. -- Adam On 9/10/07, Reza Samoody [EMAIL PROTECTED] wrote: Hi, I'm trying to use a very simple selectManyShuttle as below: tr:selectManyShuttle id=serviceTypeSelection value=#{ providerBean.serviceTypes}

Re: [[Trinidad] tr:selectManyShuttle

2007-09-10 Thread Martin Marinschek
But Reza - please file an issue, the exception shouldn't be an NPE - it should clearly indicate that the form is missing. regards, Martin On 9/11/07, Adam Winer [EMAIL PROTECTED] wrote: selectManyShuttle needs to be inside of a tr:form or h:form. -- Adam On 9/10/07, Reza Samoody [EMAIL

Re: selectBooleanCheckbox changes to Readonly Mode on Binding

2007-09-10 Thread Bandaru
Hi, I'm having setter and getter methods in backing Bean eventhough getting same problem, If i set selected=true its working fine But when i use ExpressionLanguage(EL) in 'selected' attribute the component is changing to ReadOnly Mode. What may be the problem? Please