Re: inputcalendar with gzip filter

2007-09-25 Thread Philippe Lamote
Hi Piotr, I'm surprised that you got to work inputCalndar at all, without teh gzip stuff on top. I've been trying to get that work for over a month now, but to no avail for teh combo MF1.2 - Facelets 1.1.13 - Toma 1.16 Are you sure it works without the GZIP? If so, could you share your

Re: JSF Portlet: NPE in DefaultViewHandlerSupport

2007-09-25 Thread Gert Vanthienen
L.S., I'm afraid I wasn't able to resolve this. If someone can give us a clue on how to fix it, I'll happily provide a patch for it, but at this point in time, I have no idea where to start or what the correct behavior should be. Regards, Gert Rakesh wrote: I'm seeing the same issue

RE: [Trinidad] Problem mixing c:forEach and Trinidad tr:table and tr:column

2007-09-25 Thread Kuhn, Harald
Hi to all, is anybody out there, who has an idea on this issue? It is absolutely possible to reference an EL-variable (forEachColumn or forEachStatus), that is defined by c:forEach, within the body or the header facet of tr:column. But as soon as I reference one of these EL-variables within

Re: javax.servlet.ServletException: Error calling action method of component with id

2007-09-25 Thread Alonso Isidoro Roman
thx for answering, I need this configuration due to the fact that I glide to use together spring and JSF. With this configuration in the faces-config.xml, I am doing that spring's container is the one that manages the bean YellProxy. my applicationContext.xml ?xml version=1.0 encoding=UTF-8?

Re: [tobago] popup doesn't support tab groups?

2007-09-25 Thread Volker Weber
Hi Zied, the tobago_selectTab is a javascript function which is defined in tab.js. I think you run into the same problem as i two weeks ago, when changing a old (non ajax) app to use ajax reload of a sheet. You must add ajax-enabledtrue/ajax-enabled to your tobago-config.xml the default is

Re: [Trinidad] tr:tree expansion warning after upgrading to 1.02

2007-09-25 Thread Renzo Tomaselli
Adam, indeed the warning comes from Myfaces (org.apache.myfaces.renderkit.html.util.DefaultAddResource writeWithFullHeader). Sorry, I lost this line while pasting. I see it on the Eclipse console at any node click. >From some net browsing, I noticed that this is a known topic due to

Re: [tobago] popup doesn't support tab groups?

2007-09-25 Thread Zied Hamdi
Hi Volker, Wow you're right !!! It works :-). Thanks a lot, Zied 2007/9/25, Volker Weber [EMAIL PROTECTED]: Hi Zied, the tobago_selectTab is a javascript function which is defined in tab.js. I think you run into the same problem as i two weeks ago, when changing a old (non ajax) app to

[Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Renzo Tomaselli
Hi, I'm using tr:panelPopup in modal mode only. It works well, but since it can host alternative panels (e.g. components in the Facelets sense), the entire page is refreshed whenever a panel is replaced by another one. Not a nice effect. Panel navigation occurs from user actions (next/previous)

Re: orchestra support for RI 1.2

2007-09-25 Thread Mario Ivankovits
Hi! Does Orchestra support JSF 1.2, Reference Impelementation? Yes. I am getting this error: Bean property 'dataSource' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? This seems to be a problem with your Spring

OT: Unsubscribe

2007-09-25 Thread Michal Glowacki
Hi guys Can't find anywhere address to unsubscribe from this list, can anybody help? Regards, Michal

Re: OT: Unsubscribe

2007-09-25 Thread Volker Weber
Hi, this information is included in every mail on this list. take a look into the mail headers: List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL PROTECTED] List-Post: mailto:users@myfaces.apache.org List-Id: users.myfaces.apache.org Regards, Volker 2007/9/25, Michal

Don't use Facelets + MyFaces 2.0 + Tomahawk

2007-09-25 Thread Wolf Benz
It's just to soon. If you try to use Facelets 1.1.13 + MyFaces 2.0 + Tomahawk 1.1.6, whether with the taglibs declared in web.xml, or with the taglibs in the jars -- it does't work. h: and f: tags work fine, but all Tomahawk tags are just not rendered. - My advice: wait, or drop Facelets. Then

Select tag: impossible to disable (client side)!

2007-09-25 Thread Stefano Panero
Hi guys, Who knows how to disable a t:selectOneMenu tag with the required attribute to true by a javascript function? In my code I have a javascript function to disable a SELECT tag with lines as: document.getElementById('idSelect').disabled = true; or

javax.NoSuchMethodException

2007-09-25 Thread logancillo
hi everybody, im newbee on jsf, first at all, im trying to integrate JSF 1.1.4 and SPRING 2.0.6, so that it is spring's container the one that manages JSF's bean proxy. it fails when i submit a commandbutton. index.jsp %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % %@ taglib

Re: javax.NoSuchMethodException

2007-09-25 Thread Matthias Wessendorf
caused by es.yell.frontlite.servlets.YellProxy.encuentra() On 9/25/07, logancillo [EMAIL PROTECTED] wrote: hi everybody, im newbee on jsf, first at all, im trying to integrate JSF 1.1.4 and SPRING 2.0.6, so that it is spring's container the one that manages JSF's bean proxy. it fails when

Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread NABA
Hi.. Who is interested in this issue.. The problem is, that the whole tree is processed... and so the request will fail because the inputText will be validated and 5 chars are required.. I had to wrap the input I process with support - to region!! The answer comes from jobss-ajax4jsf-forum...

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Danny Robinson
Renzo, Do you have a small test-case you can post, you certainly should be able to use PPR inside a model panelPopup. Although it may be a better option to use lightweight dialogs for what you're suggesting. Danny On 9/25/07, Renzo Tomaselli [EMAIL PROTECTED] wrote: Hi, I'm using

Re: Select tag: impossible to disable (client side)!

2007-09-25 Thread Tobias Kilian
Hi Stefano! If you disable the control on the client, how should the server know? He assumes required=true so he expects a value from that component. Try the server side disabled attribute or set required to false. Tobias Kilian Hi guys, Who knows how to disable a t:selectOneMenu tag with

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Renzo Tomaselli
Danny, assume a panelPopup holds a Facelets ui:included component. Thus in general it can be anything. All actions originated by panel contents can either to close the panel or to change its contents. In the latter case, refreshing should not affect the overall page. My actual modal panel

t:dataList binding issue

2007-09-25 Thread Juhos Csaba-Zsolt
Hi everyone, I've just started using Tomahawk, and JSF for that matter, and I have a small problem. My problem is as follows: I want to display a schedule with rows as developers, columns as days, and cells as assignments. I can't use h:dataTable, because the cells aren't actually cells, they can

Re: Select tag: impossible to disable (client side)!

2007-09-25 Thread Stefano Panero
Thanks Tobias, but how the inputText could work? Stefano. 2007/9/25, Tobias Kilian [EMAIL PROTECTED]: Hi Stefano! If you disable the control on the client, how should the server know? He assumes required=true so he expects a value from that component. Try the server side disabled

Re: [Trinidad] Problem mixing c:forEach and Trinidad tr:table and tr:column

2007-09-25 Thread Richard Yee
Harald, You can't use them together with JSF 1.0 or 1.1. The JSF tags are evaluated during a different phase than when the JSTL tags are evaluated. -Richard Kuhn, Harald wrote: Hi to all, is anybody out there, who has an idea on this issue? It is absolutely possible to reference an

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Andrew Robinson
Why can't you just put a component in the top level of the included page that has partialTriggers for your event generating components? There is no need to re-render the entire page. The PPR works on client IDs, so it doesn't matter if the component is in the DIV tag of a popup (the popup is

[Trinidad] JavaScript onmouseover in tr:column not rendered

2007-09-25 Thread Björn Thalheim
Hi, I have an interesting Problem: within a tr:tr, I'd like to use for a certain column an JavaScript (JS) onmousemove attribute, it looks like this: tr:column onmousemove=setOverStyle(this) ... / The problem is, the onmousmove attribute is not rendered by trinidad, i.e. it does not

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Renzo Tomaselli
This means that if my panelPopup specifies the id of its contained component as a partialTrigger target, all I need is to generalize the contents to provide a single id to the container. Then *any* action occurring inside that contained component would lead to a container PPR ? Unfortunately,

Re: [tobago] tc:tree selection gives a null element in treeState

2007-09-25 Thread Zied Hamdi
Hi again, I've just seen this post : Re: Display tobago selectable tree http://www.mail-archive.com/users@myfaces.apache.org/msg32004.html So sorry for disturbing :-). Regards, Zied 2007/9/25, Zied Hamdi [EMAIL PROTECTED]: Hi, I'm in my first example with tc:tree, and I have a problem

Re: [Trinidad] InstantiationException: PanelPartialRootRenderer

2007-09-25 Thread tartaruga
Thanks a lot! This was the problem. Still had the previous version of trinidad-impl.jar in default/lib directory. Thanks! Adam Winer schrieb: Sure looks like you have two versions of Trinidad in your classpath!

Re: [tobago] tc:tree selection gives a null element in treeState

2007-09-25 Thread Zied Hamdi
Hi, Please, in which condition does the following code return null? DefaultMutableTreeNode marker = treeState.getMarker(); In fact DefaultTreeActionListener does nothing because it finds null when I click on the new node icon... Regards, Zied 2007/9/25, Zied Hamdi [EMAIL PROTECTED]: Hi

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Andrew Robinson
Michael, The problem that you are having isn't a JSF problem, and really isn't a problem or bug at all. You have chosen to use A4J region and ajaxSingle=true. By doing so, you have chosen to break the JSF lifecycle. By bypassing the normal decode and rendering of the JSF components (especially

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Andrew Robinson
If I am right, a trinidad component can trigger if one of its children have an event, so the following should work: tr:panelPopup tr:panelBox id=popupContents background=transparent partialTrigger=popupContents // your include here /tr:panelBox /tr:panelPopup You can use any trinidad

Re: [tobago] tc:tree selection gives a null element in treeState

2007-09-25 Thread Zied Hamdi
Hi, I can't find non deprecated API for the tree in the demo examples (nor in the javadoc), is there an alternative to UITreeOld? Thanks, Zied 2007/9/25, Zied Hamdi [EMAIL PROTECTED]: Hi, Please, in which condition does the following code return null? DefaultMutableTreeNode marker =

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Renzo Tomaselli
This seems not working, I just tried with (added partialTriggers to existing code, not a popupPanel): tr:panelBorderLayout id="navigator" styleClass="navigator" partialTriggers="navigator" under Firebug. This component contains others, with navigation links. Any click forces a full page

RE: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Michael Heinen
Andrew, all suggested solutions are nearly the same. I would have to reset the components manually which is from my point of view impossible and not manageable. I will add this issue to the ajax4jsf forum in order to get a statement from their point of view. OT: I am just curious which ajax

Re: [Trinidad] panelPopup: how to avoid full page refreshing

2007-09-25 Thread Adam Winer
On 9/25/07, Andrew Robinson [EMAIL PROTECTED] wrote: If I am right, a trinidad component can trigger if one of its children have an event, so the following should work: No, this example below means repaint the panelBox 'popupContents' if the component itself has an event. This is basically an

Re: [Trinidad] tr:tree expansion warning after upgrading to 1.02

2007-09-25 Thread Adam Winer
The previous PPR strategy wrote out complete HTML documents into an IFRAME. The new PPR strategy is pure XMLHttp, and therefore there is no BODY or HEAD. This is 100% intentional. We'd need to talk to someone who knows the DefaultAddResource code to describe how that code should work during

Re: Is Trinidad-PPR using iframe or XMLHttpRequest ?

2007-09-25 Thread Danny Robinson
XMLHttpRequest since 1.0.2, iframe prior to that. On 9/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi! Just a short question: Does the Trinidad-PPR-Feature use iframe or XMLHttpRequest? Thanks, Hij -- Chordiant Software Inc. www.chordiant.com

Re: Is Trinidad-PPR using iframe or XMLHttpRequest ?

2007-09-25 Thread Simon Lessard
Hello Hij, As of Trinidad 1.0.2 and 1.2.2, it's XMLHttpRequest. Was iframe before that. ~ Simon On 9/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi! Just a short question: Does the Trinidad-PPR-Feature use iframe or XMLHttpRequest? Thanks, Hij

Re: Is Trinidad-PPR using iframe or XMLHttpRequest ?

2007-09-25 Thread Matthias Wessendorf
iframe for upload, still On 9/25/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Hij, As of Trinidad 1.0.2 and 1.2.2, it's XMLHttpRequest. Was iframe before that. ~ Simon On 9/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi! Just a short question: Does the Trinidad-PPR-Feature

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Mario Ivankovits
Hi! I am just curious which ajax framework do you use/recommend? It is not meant as a recommendation, I have no further experience with other ajax frameworks. I use the pprPanelGroup from tomahawk-sandbox. Compared to the other ajax frameworks the pprPanelGroup might be too limited, don't

Re: [Trinidad] Skinning Problem

2007-09-25 Thread Jeanne Waldman
I see you are getting the beach skin. That's a good thing. Now here is the link to the FAQs: http://wiki.apache.org/myfaces/Trinidad_Skinning_FAQ And here is the documentation: http://myfaces.apache.org/trinidad/devguide/skinning.html It talks about how to disable the compressed stylesheet

Re: [jira] Commented: (MYFACES-1714) submitted (or local) values are not erasable after conversion or validation error

2007-09-25 Thread Volker Weber
Hi, just to put my 2¢ here and to show the advantages of tobago ;-) In tobago the ajax requests are full integrated into the lifecycle. We did this by taking and extending a copy of the Lifecycle impl from myfaces. All phases are execuded as on normal requests execpt the process* methods are not

[a4j] Rerender h:inputText and a4j:commandButton]

2007-09-25 Thread wkluge
Hi, I tried to rerender the h:inputText and a4j:commandButton after clicking on a submit button. But this doesn't work. I also tried surround the two components with a a4j:region and I added a a4j:support component but both didn't work. Can you give me some hints? Cheers, Wolfgang

deep linking and MyFaces

2007-09-25 Thread JillCompton
Hi, Searching through the archives, I found many posts about bookmarks. My question isn't about bookmarks but is related. I want to provide users with a URL which deep links into my application. Example: http://mydomain.com/Results.faces?search=TIFF Should display list of search results. I

[a4j] Rerender h:inputText and a4j:commandButton - GOT IT!

2007-09-25 Thread wkluge
Original Message Subject: [a4j] Rerender h:inputText and a4j:commandButton] From:[EMAIL PROTECTED] Date:Tue, September 25, 2007 8:01 pm To: users@myfaces.apache.org

MyFaces on Glassfish

2007-09-25 Thread Hendrik Beck
Hi all! I might need to run my MyFaces application on Glassfish. As I haven't done anythink yet with that app server I wanted to check it out beforehands. Unfortunately I couldn't find any definitive statements. What I could find out (if I understood it right) is, that Glassfish bundles the JSF

another a4j rerender problem

2007-09-25 Thread wkluge
Hi, I have a page with a lot of a4j submit buttons. If I click on a button something happens and the t:datatable is rerendered. This works all fine except one a4j submit button. If I click this button, it is the newNameButton then the t:datatable isn't rerendered! I have really know idea why

Exadel with Trinidad?

2007-09-25 Thread distillingweb
Hello, I would like to know how could I use Trinidad components with Exadel plugin? It seems that Trinidad is not available on that. Thank you. Take the Internet to Go: Yahoo!Go puts the Internet in

MyFaces on Glassfish

2007-09-25 Thread Hendrik Beck
Hi all! I might need to run my MyFaces application on Glassfish. As I haven't done anythink yet with that app server I wanted to check it out beforehands. Unfortunately I couldn't find any definitive statements. What I could find out (if I understood it right) is, that Glassfish bundles the JSF

RE: Exadel with Trinidad?

2007-09-25 Thread Thai Dang Vu
Using Trinidad with Ajax4jsf RichFaces (both were from Exadel and now combined in RichFaces from JBoss) is a wish of many people including me. But how to configure them to work together is still a mystery for many people (also including me :)). I heard that there's an example from Seam (perhaps

General JSF Question regarding duplicate component ID

2007-09-25 Thread CD
Hi All, I seem to get a occasional incident in my application where I receive a 500 error stating that a duplicate component id was found in the view. Would anyone like to share a common pattern that is utilized to ensure that this does not occur? Any other tips would be helpful as well.

Re: Exadel with Trinidad?

2007-09-25 Thread Stephen Friedrich
@Thai: It is the seamdiscs example and it is available with the binary version in the examples folder, though only for Seam 2 (currently available as RC). And yes, it was quite hard for me to mentally sort all the config items. That does not answer the original question how to use Trinidad with

Re: Exadel with Trinidad?

2007-09-25 Thread Kevin R. Gutch
I use RichFaces, Ajax4JSf, MyFaces and Trinidad. I do not know if every component works but I know at least the ColorChooser does. Here is some of my web.xml ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee;

RE: Exadel with Trinidad?

2007-09-25 Thread Thai Dang Vu
Thanks, Kevin. I'll try it. By the way, which version of RichFaces, MyFaces Trinidad are you using? -Original Message- From: Kevin R. Gutch [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 4:50 PM To: MyFaces Discussion Subject: Re: Exadel with Trinidad? I use RichFaces,

RE: deep linking and MyFaces

2007-09-25 Thread Kito D. Mann
Jill, What you want is what I call lifecycle events and others call page actions. Essentially, you want to ensure that a particular action is executed when the page is called. You can do this either with MyFaces Orchestra, Apache Shale, or JBoss Seam (the first two are much easier to just add to

RE: Exadel with Trinidad?

2007-09-25 Thread Kito D. Mann
That does not answer the original question how to use Trinidad with Exadel. I suppose he asks for support in the visual builder?! @distillingweb I am afraid you are out of luck. In the past I have gotten under the impression that if a library is not from Apache nobody is really interested

Re: Exadel with Trinidad?

2007-09-25 Thread Kevin R. Gutch
I am using (note that you need to get a4j-trinidad.jar) a4j-trinidad.jar ajax4jsf-1.1.1.jar richfaces-3.0.1.jar trinidad-api-1.0.1.jar trinidad-impl-1.0.1.jar myfaces-api-1.1.4.jar Thai Dang Vu wrote: Thanks, Kevin. I'll try it. By the way, which version of RichFaces, MyFaces Trinidad are

RE: Exadel with Trinidad?

2007-09-25 Thread Thai Dang Vu
Maybe I request a lot :), but if you have a chance to use richfaces 3.1.0 (or 3.1.1 snapshot), the latest myfaces (or sun ri is better because I use it), trinidad 1.2.x, could you please make a very simple application (like a blank war) and share with us? Best regards and wish you have more free

No component message shown after PPR?!

2007-09-25 Thread Stephen Friedrich
I just used PPR for the first time and it was incredibly easy. However there's an issue I can't resolve: If, on the server, I add a faces warning message to a specific inputText component, I just don't see it after the request. (I do see any new value I set on the inputText, so PPR is working

Re: [Trinidad] Aaaaaargg - validateDoubleRange broken on JSF RI 1.2

2007-09-25 Thread Stephen Friedrich
Hi Matthias, any news on this? I am getting the same error on Trinidad 1.0.2 when client side validation is disabled. Matthias Wessendorf wrote: thx for the file, I'll check tomorrow (German time) nice day! -Matthias On 8/30/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Hello, and thanks

Customize Calendar

2007-09-25 Thread daniel ccss
Hi all I need a Customize Calendar, where I can disable some days, for example disable saturdays and sundays, it can be in JSF or javascript. Thanks

help, with ppr and multiple selectonemenu nested

2007-09-25 Thread alvaro tovar
hi all, i can't make this, if some one have a example ,please tell me. this is mi code: h:selectOneMenu id=primerNivel immedite=true valueChangeListener=... onchange=submit(this); /h:selectOneMenu s:pprPanelGroup id=panel1 partialTriggers=primerNivel h:selectOneMenu id=segundoNivel

[Trinidad] inputText: autocomplete=off ?!

2007-09-25 Thread Stephen Friedrich
Is there any reason that Trinidad's inputText tag does not support an autocomplete attribute to disable completion in the browser? That should be very easy to implement as it should only be passed through to html, right?

Re: No component message shown after PPR?!

2007-09-25 Thread Adam Winer
See http://issues.apache.org/jira/browse/TRINIDAD-697 As a partial workaround, if you have tr:messages on the page, that should get updated with the message. -- Adam On 9/25/07, Stephen Friedrich [EMAIL PROTECTED] wrote: I just used PPR for the first time and it was incredibly easy. However

Re: validateLength and ajax4jsf don't work together?

2007-09-25 Thread Chetan Bob
hi NABA and All The issue is that i want the text to be shown in the format it was entered i.e. with carriage return and newline. The text got saved to database with that formatting but when i fetch that text and tried to display the formatting of newline is lost and get displayed with