Re: What is faces-config.xml.l4t?

2007-10-11 Thread Cagatay Civici
Hi, It's a file specific to exadel studio. Cagatay On 10/11/07, fischman_98 [EMAIL PROTECTED] wrote: Can anyone tell me what this file - faces-config.xml.l4t - is? How was it generated? I was using exadel studio pro. I'm now using Red Hat Developer Studio...it's been there since the

Re: [Trinidad] Dynamic content in a popup?

2007-10-11 Thread Dave Syer
Thanks. I checked out the demo of the dialog framework. I actually don't want a dialog - they drive users potty. I want to use the tr:popupPanel (or similar mechanism with floating div). Is there any way to do that? Abhi-10 wrote: in the action method of button add logic to populate your

Re: Daily Builds

2007-10-11 Thread Martin Marinschek
Hi Timm, there has been a recent mail to the dev-list about this. Also the maven snapshot builds are missing. I'm forwarding to dev as well. regards, Martin On 10/9/07, Timm Helbig [EMAIL PROTECTED] wrote: Hi, the link to the Nightly Builds from the Trinidad Download page is leading to old

Re: inputTextHelp value if no change

2007-10-11 Thread Martin Marinschek
Hi Dave, yes, this is a bug - the field should automatically remove the help text and set it to null (at least this is how I intended it). regards, Martin On 10/10/07, Dave [EMAIL PROTECTED] wrote: t:inputTextHelp value=#{bean.value} helpText=Please input a name/ if user does not input

RE: File download CSV makes a html-file

2007-10-11 Thread Stephen Friedrich
Hm, looks quite similar to how I offer excel files for download. You can adding facesContext.responseComplete(); at the end of your down1()-method. Hi, i wanna wrete some input in a csv-file for the user to dowload. the code: private void down1() throws IOException { FacesContext context =

Re: curious decode problem

2007-10-11 Thread Martin Marinschek
Very interesting - wouldn't see what would cause this. Can you debug through the first phase of JSF (restore-view) to see what happens? In the end, the state will be restored if you do have a javax.faces.ViewState parameter send along, and this parameter can properly be decrypted into an

t:inputCalendar

2007-10-11 Thread milind dhar
Hi, I am using t:inputCalendar as popup in a simple jsf page The calender is inside a scrolling div. But when i scroll the popup calender does not move with the calendar textbox. Also if I remove the doctype declaration it works properly in ie but not in firefix I am using ie version 6.0 and

Re: [Trinidad] Dynamic content in a popup?

2007-10-11 Thread David Uebelacker
Hi, you can also use an action listener and pass the content to the pageFlowScope: tr:commandLink action=dialog:theDialog tr:setActionListener from=#{anyObject} to=#{pageFlowScope.myData} /tr:commandLink David in the action method of button add logic to populate your dynamic data and

Re: curious decode problem

2007-10-11 Thread David Delbecq
Never mind, located problem. Facelets was trying to serialize my view, one component value had serialization issue. Because log4j was not properly configured, myfaces didn't show any error message. After configuring log4j to debug level, i got the serialization exception stacktrace in logs and

Re: curious decode problem

2007-10-11 Thread David Delbecq
This was a serialization problem of my custom component's value. This, happened only when one of my custom components had a local value, that is only when another component in same form failed validation. Serialization exception led Facelet to abandon the view. En l'instant précis du 11/10/07

JSF and dependency injection

2007-10-11 Thread lmk
Hello.. I'd juste understand how JSF IOC container works..i tried to do something like .. managed-bean managed-bean-nameperson/managed-bean-name managed-bean-classx.y.Person/managed-bean-class managed-bean-scopesession/managed-bean-scope managed-property

Re: JSF and dependency injection

2007-10-11 Thread Alonso Isidoro Roman
I am thinking about understanding that what you need is that the bean person is a singleton. I believe you need spring with jsf. 2007/10/11, lmk [EMAIL PROTECTED]: Hello.. I'd juste understand how JSF IOC container works..i tried to do something like .. managed-bean

Re: JSF and dependency injection

2007-10-11 Thread lmk
No it's not a singleton, adress bean is a session bean, and I need to use it one the person bean..I should have one instance of per session. the purpose here is to set adress bean properties on the person bean ..using dependency injection.. JSF is an ioC container..so its not necessary to use

Re: JSF and dependency injection

2007-10-11 Thread Ulath (AKA: Murat HAZER)
could you try to add sessionScope.address ? managed-bean managed-bean-nameperson/managed-bean-name managed-bean-classx.y.Person/managed-bean-class managed-bean-scopesession/managed-bean-scope managed-property property-nameadress/property-name property-classx.y.z.Adress/property-class

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Wolf Benz
you mean MyFaces 1.2 or 2.0 ? -- I tried both MF 1.2.0 and 1.2.1. I'am using Facelets 1.1.13 + MyFaces 1.2.0 + Tomahawk 1.1.6 (+Trinidad 1.2.2) without major problems! -- Try using some Tomahawk components. :-) E.g. t:selectItems t:inputCalendar have (JIRA documented) bugs. Btw I switched

about an infinite loop

2007-10-11 Thread logancillo
Hello to all, I am taking a demo with MyFaces 1.1.4, spring 2.0.6 and shale tiles 1.0.4. The problem is that on having deploied the war, an infinite loop appears! If someone me could help to understanding that`s happening, i would be very happy. stack trace: at

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Werner Punz
Wolf Benz schrieb: Perhaps when Tomahawk gets its 2.0 release, but I don;t see too much evolution in that area. Bruno seems the only one to care but currently has a lot other (day-job!) stuff going on. Day job issues are a big problem for many committers currently. My working week currently

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Wolf Benz
Hi Werner, I hope it too. Toma has some darn fine components if they work. Perhaps the (MF/Toma)site could add some extra cautions in the mean time. Bruno estimates that most bugs don't even require too much work (taglib configuration stuff) but as you say... alltogether for most people it's all

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Werner Punz
Wolf Benz schrieb: Hi Werner, I hope it too. Toma has some darn fine components if they work. Perhaps the (MF/Toma)site could add some extra cautions in the mean time. Bruno estimates that most bugs don't even require too much work (taglib configuration stuff) but as you say...

orchestra + security-constraint

2007-10-11 Thread Maciej Swinarski
hello, I have configured my application to use: myfaces+orchestra; Everything works fine until I set a tomcat security-constraint on a resource. There is en exception in orchestra everytime I want to access the resource and I m redirected and I m redirected to the login page. ERROR 2007-10-11

[Trinidad] tr:panelPopup broken in Trinidad 1.2.2 with FF 2.x ?

2007-10-11 Thread wolfgang . toepfer
Hi, For your information, as I am not sure wether this is a known problem or just a configuration issue on my side. I tried a simple popup such as tr:panelPopup text=Auftragsselektion! title=Gefundene Auftraege alignment=center modal=true tr:outputText value=Do you want to

Re: orchestra + security-constraint

2007-10-11 Thread Mario Ivankovits
Hi! Could you please try the latest Orchestra so that I get valid line-numbers? Probably best will be to use the release candidate from [1] or the svn head source which effectively is the same currently. Thanks! Ciao, Mario [1]

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Bruno Aranda
Hi there, On 11/10/2007, Wolf Benz [EMAIL PROTECTED] wrote: Hi Werner, I hope it too. Toma has some darn fine components if they work. Perhaps the (MF/Toma)site could add some extra cautions in the mean time. Bruno estimates that most bugs don't even require too much work (taglib

RE: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Fintan Conway
If you get your wife to play Playstation with the kids this will free your time for working on Tomahawk, etc ;-))) -Original Message- From: Wolf Benz [mailto:[EMAIL PROTECTED] Sent: 11 October 2007 12:21 To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Don't use Facelets + MyFaces

Re: orchestra + security-constraint

2007-10-11 Thread Maciej Swinarski
Hello Mario, I've taken the new orchestra core from [1] but then I have some configuration problems. In prev. orchestra version there was a filter defined in web.xml: filter filter-nameframeworkAdapterFilter/filter-name

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Werner Punz
Fintan Conway schrieb: If you get your wife to play Playstation with the kids this will free your time for working on Tomahawk, etc ;-))) Better idea, let the wife and kifs work on Tomahawk and spend the time on the playstation yourself *scnr*

Set default value for h:selectManyCheckbox

2007-10-11 Thread Wolfgang
Hi, how can I set the default behaviour for each checkbox to clicked? h:selectManyCheckbox value=#{homePage.selectedServices} layout=pageDirection f:selectItem itemLabel=AitemValue=a/ f:selectItem itemLabel=BitemValue=b/ f:selectItem itemLabel=CitemValue=c/

Re: [Trinidad] Dynamic content in a popup?

2007-10-11 Thread Gary VanMatre
From: Dave Syer [EMAIL PROTECTED] Thanks. I checked out the demo of the dialog framework. I actually don't want a dialog - they drive users potty. I want to use the tr:popupPanel (or similar mechanism with floating div). Is there any way to do that? Rich ADF Faces has support for these

Getting Error While retreiving Hibernate Query Result in View Layer Using Trinidad

2007-10-11 Thread Vasista
Hi All, I am doing my application with Hibernate, Spring and Trinidad. I am using prop key=hibernate.query.factory_classorg.hibernate.hql.classic.ClassicQueryTranslatorFactory/prop property in my spring-context.xml file {Spring Configuration file} For Hibernate Query to work with

Re: Set default value for h:selectManyCheckbox

2007-10-11 Thread Sushma Sharma
as far as I know, h:selectMany components take String arrays as their values. so, your #{homePage.selectedServices} should return an array of selected values. --- Wolfgang [EMAIL PROTECTED] wrote: Hi, how can I set the default behaviour for each checkbox to clicked?

JSF and recursion

2007-10-11 Thread Michał 'Gandalf' Stawicki
How are you guys handling recursion on JSF pages? I have a use case, where I have a panel with some data, and one of it's elements is 'itself', and so on. Is there any good-practice how to render this on page? regards, michał

RE: JSF and recursion

2007-10-11 Thread Thai Dang Vu
Using treeTable from Trinidad? http://www.irian.at/trinidad-demo/faces/components/treeTable.jspx -Original Message- From: Michał 'Gandalf' Stawicki [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 11:11 AM To: MyFaces Discussion Subject: JSF and recursion How are you guys

Re: orchestra + security-constraint

2007-10-11 Thread Mario Ivankovits
Hi! Yea, for the 1.0 release we changed something with the configuration, but all the changes are reflected on out installation page. filter filter-nameframeworkAdapterFilter/filter-name filter-classorg.apache.myfaces.orchestra.frameworkAdapter.jsf.FrameworkAdapterServletFilter/filter-class

Re: orchestra + security-constraint

2007-10-11 Thread Maciej Swinarski
Thanx Mario, I ve added the new orchestra core from [1] + new configuration and now everything works ok (without tomcat security-constraint); With the security-constraint set I have the following exception: ERROR 2007-10-11 17:26:54,328 [http-8443-1]

Re: orchestra + security-constraint

2007-10-11 Thread Mario Ivankovits
Hi! I ve added the new orchestra core from [1] + new configuration and now everything works ok (without tomcat security-constraint); With the security-constraint set I have the following exception: ok, thanks, this one I can locate. I'll have a look at it. It might speed up things if you

Re: Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-10-11 Thread Wolf Benz
I will resume that soon -- Great great great! Wife... and mother-in-law! (she actually believes I am some kind of strange person because spending so many times in front of the computer)... -- I am convinced mothers-in-law will always believe their sons-in-law are weird creatures, if only

Re: [Trinidad] tr:panelPopup broken in Trinidad 1.2.2 with FF 2.x ?

2007-10-11 Thread Andrew Robinson
1.2.3 will have some large position fixes. 1.0.3 already has them. On 10/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, For your information, as I am not sure wether this is a known problem or just a configuration issue on my side. I tried a simple popup such as tr:panelPopup

[TRINIDAD] Problem with navigationTree component

2007-10-11 Thread Steve Horne
I have a working app that uses navigationTree (myfaces 1.1.5 / trinidad 1.0.1). When I drop in the Trinidad 1.0.3 jars, the tree will not render when clicking on the expand icon. A page refresh will render the tree correctly expanded. When I click on the arrow, Firefox Web Developer reports the

Re: inputSuggestAjax problem

2007-10-11 Thread popajce
I tried that but unfortunately it doesn't work. maybe I missed something in web.xml or faces-config.xml so here they are: web.xml ?xml version=1.0 encoding=UTF-8? web-app id=WebApp_ID version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: orchestra + security-constraint

2007-10-11 Thread Maciej Swinarski
Hi Mario, So in your example application I have added a security-constraint on the configurator application and there is a null pointer exception when trying to access the restricted area. Please add the following section to your web.xml file (at the very end, just before /web-app). Then start

[|Trinidad] RE: Problem auto-refreshing tables

2007-10-11 Thread Joe Rossi
Any pointers on this one from the Trinidad experts? This is about to really start hitting my project deliverables :-( My gut feel is that it Trinidad is comparing old state to new state to work out whether or not to send a PPR update to the table and it's somehow failing if the last row is

[Trinidad] RangeChangeEvent problem

2007-10-11 Thread Pedro Calcao
Greetings, I have a table in which I have set a rangeChangeListener to my backing bean, there, I use the getNewStart and getNewEnd properties of the event to fetch data to my list from another source. Everything works fine when the user navigates through the pages, except if he chooses Display

Re: [|Trinidad] RE: Problem auto-refreshing tables

2007-10-11 Thread Abhi
Please put your table inside a panelGroupLayout and add partial triggers to that. I am doing same thing in my application and never faced problem stated by you. As per reason of your problem is concerned i am not able to comment on that as i have never tried that. Cheers, Abhishek On 10/11/07,

Re: orchestra + security-constraint

2007-10-11 Thread Mario Ivankovits
BTW: Thanks for the web.xml config to reproduce it with our examples - was a great help! Ciao, Mario

Re: orchestra + security-constraint

2007-10-11 Thread Mario Ivankovits
Hi! Add this to the Orchestra filter mapping: dispatcherFORWARD/dispatcher dispatcherREQUEST/dispatcher and you should be done. In the end it should look like this: filter-mapping filter-nameorchestraFilter/filter-name url-pattern*.faces/url-pattern

[Trinidad] TreeTable Skinning Options?

2007-10-11 Thread Chris Hane
Is it possible to do any of the following with the TreeTable component. 1) Can the Select All | Select None be turned off and not show in the table header? 2) Is it possible to have a select checkbox appear for only SOME rows? I have a list of libraries and each library has a list of

RE: JSF and dependency injection

2007-10-11 Thread Kito D. Mann
H... There really should be only one instance of each (Person and Address) in the session. Have you tested this to make sure you're not setting that value somewhere else? As a side note, it'd probably make more sense to make Address a none scoped object and just access it through the Person

Problem with MAVEN SNAPSHOT 1.1.7 missing

2007-10-11 Thread David Brainard
hello everyone, I am trying to checkout the tomahawk core and when i try to run the pom.xml it gives the following error : *Project build error Cannot find parent: org.apache.myfaces.tomahawk:tomahawk-project:pom:1.1.7-SNAPSHOT *can anyone pls help me to solve the problem. is there any

[Trinidad] Pure HTML Component

2007-10-11 Thread Michael Borchert
Hi, I have the problem, that I have a web service call that renders pure HTML an gives the page back as HTML. How can I open a dialog, that contains pure HTML. I tried outputDocument but this interprets the HTML code. I want to avoid writing a temporary file. The other solution is to provide a