Re: View build time vs. component render time

2008-03-19 Thread Rafa PĂ©rez
Nice post! On Tue, Mar 18, 2008 at 11:19 PM, Andrew Robinson [EMAIL PROTECTED] wrote: Since there are a lot of questions on these mailing lists about the JSTL tags and how they effect JSF pages, I decided to blog about it to hopefully clear some things up. Here is the first version:

Re: creating global service pages

2008-03-19 Thread Thomas Fischer
Thanks, Simon. That's exactly what I was looking for. Now the difficult task ist to decide whether to use trinidad, shale, or spring webflows simon [EMAIL PROTECTED] schrieb am 18.03.2008 21:37:14: On Tue, 2008-03-18 at 18:24 +0100, Thomas Fischer wrote: In an JSF 1.2 application I'd

AW: AW: AW: Orchestra beginner question: conversation.flash behaves like request scope - Different solution

2008-03-19 Thread Stephan Frai
Hi, injecting as prototype did not work. I don`t know why, and I did not investigate. I found a different solution, because I did not want to use the viewController, because when using @viewController I had the names of views in my Java files. So I decided to declare the multi-time used

Custom component for Query Builder

2008-03-19 Thread Sujal Nagarkar
Is there any preexisting component for Query builder in MyFaces? DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If

how to implement sorting t:dataTable

2008-03-19 Thread krishna.srinivasank
HI, I want to know how to implement sorting in the t:dataTable. I don't want to use default sorting provided by t:commandSortHeader. t:dataTable id=results var=loc value=#{dnManagement.dnSearchUI} binding=#{dnManagement.table} styleClass=gridTable cellspacing=1 rowClasses=oddRow,evenRow

Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread Matthias Wessendorf
Hi, On Wed, Mar 19, 2008 at 5:44 AM, [EMAIL PROTECTED] wrote: Hi, here's an ugly issue that occurs with tr:inputText components in Trinidad 1.2.7. I cannot say anything regarding 1.2.6 because we tried to upgrade from 1.2.5 to 1.2.7. 1.2.6 had issues with Facelets, therefore you don't

Antwort: Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread wolfgang . toepfer
Hi, As usual it's always difficult to find a bit of time.. ;/ but I try ;.. However, it should be easy to do: take a Seam 2.0.1 GA Login Demo enhance it with Trinidad 1.2.7 and add a few extra fields wherein one passes extra login info by using tr:input. Then the error should come up.

RE: [Trinidad] selectOneChoice in editable table

2008-03-19 Thread Mathias Walter
Hi, could anybody reproduce the problem or can give me a hint, what I'm doing wrong? Or is the minimalistic example to large? -- Kind regards, Mathias -Original Message- From: Mathias Walter [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 10:36 PM To: 'MyFaces Discussion'

Re: [Tobago] Can't build from current sources

2008-03-19 Thread Helmut Swaczinna
Hello Bernd, I've done so. Building is ok. But now I can't even deploy my test app: 2008-03-19 11:56:32 ContainerBackgroundProcessor[StandardEngine[Catalina]] ERROR - org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/tob ago-test]:3731 - Exception sending context initialized

Re: Antwort: Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread Matthias Wessendorf
Thanks wolfgang. Andrew, can you check that? -M Sent from my iPod. Am 19.03.2008 um 11:51 schrieb [EMAIL PROTECTED]: Hi, As usual it's always difficult to find a bit of time.. ;/ but I try ;.. However, it should be easy to do: take a Seam 2.0.1 GA Login Demo enhance it with Trinidad

OGNL with MyFaces - how to?

2008-03-19 Thread Sidhik, Rosmon
Hi, Has anybody used OGNL with MyFaces? I would like to use OGNL with MyFaces and would like to get any help available to setup my application to use it. I have tried googling but haven't found any resources on this topic. Any help is appreciated. Thanks Rosmon

RE: t:saveState and richfaces ?

2008-03-19 Thread Michael Heinen
I noticed today that this bug occurs only if I use outputLinks. Beans are re-instantiated as expected if I execute commandLinks or commandButtons. They live on if I execute simple outputLinks! The same happens if I use a4j:keepALive instead of t:saveState. Any ideas ? I am still not sure

Re: Antwort: Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread Andrew Robinson
No application context active That is a Seam configuration problem, not Trinidad. The seam application context is created and maintained by Seam. It may be relying on the JSF application context though. My gut tells me this is a Seam issue and not related to Trinidad. Check your web.xml and

Antwort: Re: Antwort: Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread wolfgang . toepfer
Hi, we use the same versions as you do. I already debugged a bit into the issue but I could not make much sense of it. So here's the files which have not been changed from 1.2.5 to 1.2.7. Thanks so much in advance! faces-config: = ?xml version='1.0' encoding='UTF-8'?

A nested Trinidad showdetailheader undisclosed icon is malformed in Internet Explorer.......

2008-03-19 Thread albertw
When the showDetailHeader component is nested inside another showDetailHeader component, the nested undisclosed icon shows as only a square box instead of a sideways arrow in Internet Explorer. It works fine in Firefox and Safari. The issue is easily replicated by going to the showDetailHeader

Re: Re: Antwort: Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread Andrew Robinson
Well crap, I don't see any problems here. My main difference, which I don't think is important is I registered the filters like this: filter-mapping filter-nameSeam Filter/filter-name servlet-nameFaces Servlet/servlet-name url-pattern/*/url-pattern dispatcherREQUEST/dispatcher

Re: [Tobago] Can't build from current sources

2008-03-19 Thread Bernd Bohmann
Hello Helmut, tobago-core has split into tobago-core, tobago-taglib-extension(tx) and tobago-jsf-compat. tobago-jsf-compat manages the differences between jsf 1.1 and jsf 1.2. At the end of the road maybe tobago 1.1 is jsf 1.1 and jsf 1.2 compatible. Regards Bernd Helmut Swaczinna schrieb:

how to dynamically load tabbedpane

2008-03-19 Thread Sidhik, Rosmon
Hi, I have a somewhat complicated UI design. I have a page which contains a search, the search results displayed below and then an Edit screen below it. The edit screen contains a left navigation (dynamically generated using tomahawk NavigationMenuItems) and the details screen. The detail

Re: [Trinidad] Basic Trinidad 1.2.7 incompatibility with Seam!

2008-03-19 Thread Stephen Friedrich
I also noticed the same exception after upgrading from Trinidad 1.0.3 with Seam 1.2.1 to Trinidad 1.2.7 with Seam 2.0.1.GA. Only in my case the exception seems not to have any negative impact - it just appeared in the logs. It seems that Seam wants to lazily initialize some resource and needs

Re: A nested Trinidad showdetailheader undisclosed icon is malformed in Internet Explorer.......

2008-03-19 Thread Cristi Toth
Well for me it works approx. well, but I noticed that the disclosed arrow is slightly larger then the other one. Don't forget to give the copied components new unique ids and update the partialTriggers list. On Wed, Mar 19, 2008 at 5:46 PM, [EMAIL PROTECTED] wrote: When the showDetailHeader

Custom scrollable data table component?

2008-03-19 Thread Hoc Nguyen Thanh
Hi all, My customer needs a scrollable data table which is configurable: the column list and all information about columns are not known at the design time, this information is loaded at runtime (information such as column caption, width, position, visibility, etc). Further more, my customer also