Re: debugging. navigation rules

2007-01-30 Thread shooali
Thanks, Veit Guna-2 wrote: Hi. I use log4j.logger.org.apache.myfaces.application.NavigationHandlerImpl=DEBUG in log4j.properties. Regards, Veit shooali schrieb: Hi, How can I debug the navigation rules? Is there a way to set log level or debug level to see what really

Re: [tobago] displaying complex values in tx:selectOneChoice

2007-01-30 Thread Volker Weber
Hi, i'm not sure if i understand this correct, if not please explain with jsf source. You have list of objects containing a person, and display this in a sheet? e.g: tc:sheet ... var=item ... tc:column ... tc:out value=#{item.person}/ /tc:column ... /tc:sheet this will result in the id

MyFaces on Websphere Portal Server 5.1

2007-01-30 Thread Freya Impens
Hello We are trying to deploy a MyFaces/JSF app on Websphere Portal Server 5.1. I followed steps on MyFaces wiki to deploy on WPS5.1. So I added to the portlet.xml file this entry: portlet-class org.apache.myfaces.portlet.MyFacesGenericPortlet

inputCalender position

2007-01-30 Thread ramsi
Hallo All, (Sorry for my english) I've 2 (Questions) problems 1. I've a problem with the position by the inpuitCalender. It appears but to a wrong position. I've tried to resove this problem with Stylesheets (CSS) but unsuccessful :( 2. subject: The Button which press an get the popup.

Re: inputCalender position

2007-01-30 Thread SOSELLA
I have the same problem with the position of the inputCalendar tag. I posted an issue a few days ago and got a response saying that the position is defined in: It is defined in the .js files accompanying the distribution. specifically, popcalendar_init.js and popcalendar.js (Not sure about the

AW: inputCalender position

2007-01-30 Thread Pfau, Oliver
I had this problem too in portlet context and used the jenia calendar component. www.jenia.org -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 30. Januar 2007 15:26 An: MyFaces Discussion Betreff: Re: inputCalender position I have the

Problem by opening a page in new browser

2007-01-30 Thread Thomas Chang
Hi all, The following is my code. What I wan tto do is: If I click the link, it will open a page in a new browser. It does. But my problem is: after I close the new opened browser, the first page dosen't work. It seems it is waitting for somewhat. What's wrong? Thanks Thomas

RE: FW: A question about showing/opening PDF-file in run-time

2007-01-30 Thread Thomas Chang
Hi, I do as follow. But I get error message like: Could not find Acrobat External Window Handler. Can someone help? Thanks! Thomas... ... public String showPDF() { ServletOutputStream out = null; FacesContextcontext = FacesContext.getCurrentInstance();

valueChangeListener does not work in s:subForm component

2007-01-30 Thread Madhav Bhargava
Hi All, I have a form which has a subForm for partial submits and validation. This sub form has a drop down, following is the code: x--- Cut ---x s:subForm id=test . . . t:selectOneMenu id=selSites onchange=submit()

Re: inputCalender position

2007-01-30 Thread ramsi
Hi Stephan, thanks for your answer!!! Stephen Osella wrote: I have the same problem with the position of the inputCalendar tag. I posted an issue a few days ago and got a response saying that the position is defined in: It is defined in the .js files accompanying the distribution.

Re: inputCalender position

2007-01-30 Thread Matthias Wessendorf
Perhaps you wanna try the Trinidad one? It is every easy to replace the icon, using the skinning facility. A demo (more a *kickstart* for Trinidad) of that can be found here http://code.google.com/p/facesgoodies/ -Matthias On 1/30/07, ramsi [EMAIL PROTECTED] wrote: Hi Stephan, thanks for

Re: Help with Multi-step Wizard Previous Button...

2007-01-30 Thread Jay Balunas
Hello, I'm taking a look at the code, but I need to know what version of myfaces you are using? My initial thought is that by having the immediate set to true on the previous button you are bypassing some of the life cycle events (validation of non-immediate components). But you have immediate

Re: Sandbox Component doesnt work with Ajax4Jsf/Facelets

2007-01-30 Thread bansi
Thanks Jay for your response. As suggested i located facelet-taglib_1_0.dtd file in the jsf-facelets.jar file, Facelets version 1.1.12. Then i removed http://java.sun.com/dtd; from the String http://java.sun.com/dtd/facelet-taglib_1_0.dtd; at the top of taglib.xml file. Now the taglib.xml file

Getting output text value within an ActionListener

2007-01-30 Thread [EMAIL PROTECTED]
I have an output text component with an ActionListener in a table. The logger methods in the ActionListener gives me a null result. Can you explain me, how I can access the value of the output text component with id=colContent without access an instanceVariable from the class? t:column

Re: [tobago] displaying complex values in tx:selectOneChoice

2007-01-30 Thread Stefan Hedtfeld
Hi, yes, that's exactly what I meant! I implemented a method getDisplayLable() on my Person class and use it inside the tc:out .../ tag. Thanks again for your suggestions! Regards, Stefan. Volker Weber schrieb: Hi, i'm not sure if i understand this correct, if not please explain with jsf

Semi complex navigation problem question

2007-01-30 Thread Mikael Andersson
Hi, I've been thinking about a navigation problem that I would like to know if there are any nice ways to solve. This is a navigation problem that I may have to come up with a solution to on a possible future project. I would like to have a generic search page to which I can go to from many

Jsf_tree_64

2007-01-30 Thread Gattu, Praveen
Hi Folks - We are using the myfaces(1.1.5 snapshot). I got couple of questions regarding the state save. So far we were using the server side save state to reduce the page size of our pages, but noticed that with this approach, our app cannot work behind a load balancer. We are using Tomcat as

Re: Jsf_tree_64

2007-01-30 Thread Simon Kitching
Gattu, Praveen wrote: Hi Folks - We are using the myfaces(1.1.5 snapshot). I got couple of questions regarding the state save. So far we were using the server side save state to reduce the page size of our pages, but noticed that with this approach, our app cannot work behind a load balancer.

Re: Jsf_tree_64

2007-01-30 Thread Mario Ivankovits
Hi should be looking to solve both load balancing and low page size? Perhaps a sticky load balancer, ie one that is http-session-aware and therefore directs all requests for a specific session to a single tomcat instance? For simplifications I'd prefer the sticky way too, though, it should be

RE: Date Converter problem with selectOneMenu after MyFaces1.1.5 upgr ade

2007-01-30 Thread Levin, Stan
Hi, I have tested a converter with h:inputText and works fine. When used with h:selectOneMenu it appears though that framework treats converter f:convertDateTime as if it was an f:selectItem element. At, least the Value is not a valid option error message is suggestive of this cause.

RE: Jsf_tree_64

2007-01-30 Thread Gattu, Praveen
A sticky load balancer doesn't solve all the problems, for eg: if the app has to be bounced or the machine has to be rebooted etc, in these cases if the state management is at the server side, then the user's page will be just refreshed as the app doesn't have the component tree, this would be

Re: jscookmenu

2007-01-30 Thread Pierre Raoul
Paul, I asked a similar question [1]. I suspect their is a bug because the action is not called when the menu item is clicked. I do not think you want the action called when the menu item is generated, which would occur when the EL is evaluated. Thank you for your reply. I found the

Re: jscookmenu

2007-01-30 Thread Paul Spencer
Pierre, I am not sure I understand you answer. Are you saying the HTML generated by t:jscookMenu is missing input type=hidden name=jscook_action /? Can you open an issue and submit a patch. Paul Spencer Pierre Raoul wrote: Paul, I asked a similar question [1]. I suspect their is a bug

Doesn't Oracle 10g application Server Support MyFaces 1.1.3 ???

2007-01-30 Thread bansi
I have a web application developed using Facelets 1.1.12, Ajax4Jsf 1.0.4 which works absolutely fine on Tomcat 5.5.17 but when i deploy the same web application onto Oracle 10g Application Server version 10.1.3 it throws Null Pointer Exception Here is the stack trace 07/01/30 14:52:31

Re: inputCalender position

2007-01-30 Thread SOSELLA
Ok...this might be a complete hack, but... surround your t:inputCalendar tag with t:panelGroup style=position:absolute; ... /t:panelGroup I looked at the JS code and this seems to work. Let me know if this works for you. - Original Message - From: ramsi [EMAIL PROTECTED] Date:

RE: Jsf_tree_64

2007-01-30 Thread Gattu, Praveen
Ok I tried using the compression flag with the client side save state and it cut down the page size by 2/3. That satisfies my needs for now. However is there a compression ratio parameter that I could tweak. I couldn't find any from the documentation. Also I was reading some blogs from Jacob

Re: Jsf_tree_64

2007-01-30 Thread Madhav Bhargava
ADF client side state saving is faster and ligther. You can give that a shot. On 1/31/07, Gattu, Praveen [EMAIL PROTECTED] wrote: Ok I tried using the compression flag with the client side save state and it cut down the page size by 2/3. That satisfies my needs for now. However is there a

Re: Jsf_tree_64

2007-01-30 Thread Madhav Bhargava
http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.jsf_apps%7Cadfcreate%7Caf_astatesaving~html/ refer the above link for more information. It says that - Client-side state saving with ADF Faces uses tokens and does not require writing to a

Re: Jsf_tree_64

2007-01-30 Thread Simon Kitching
Madhav Bhargava wrote: http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.jsf_apps%7Cadfcreate%7Caf_astatesaving~html/

RE: Jsf_tree_64

2007-01-30 Thread Daniel Young
Hi all, Just for my interest, could anybody explain what would be the point of that?? As Simon said, it's basically server-side state saving with a single client-side token. But normal server-side state saving already has a token (the SESSION ID!!) that maps to the HttpSession anyway... so

Re: Help with Multi-step Wizard Previous Button...

2007-01-30 Thread bgsdev
Hi Jay, Thanks for your response. I am using MyFaces 1.1.3. You are right about the immediate attribute of the Previous button bypassing lifecycle events. It looks like this: h:commandButton action=#{registrationController.onActionPrevious}

Re: Jsf_tree_64

2007-01-30 Thread Mario Ivankovits
Hi Daniel! As Simon said, it's basically server-side state saving with a single client-side token. But normal server-side state saving already has a token (the SESSION ID!!) that maps to the HttpSession anyway... so what's the difference?? The thing is to not only find the correct

RE: Jsf_tree_64

2007-01-30 Thread Daniel Young
Cool, that makes sense - thank u so much :) -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 January 2007 3:55 PM To: MyFaces Discussion Subject: Re: Jsf_tree_64 Hi Daniel! As Simon said, it's basically server-side state saving with a single

[ Tobago ] Error thrown for Width Attribute

2007-01-30 Thread madan chowdary
Hi All, Was getting this StackTrace when i run my app. I used Width attribute in a couple of tags, and they are working fine. But the stack says, the Width attribute is deprecated and use Layout Manager. How can i specify width of a panel,tc:in using Layout Manager. Thanx in Advance Regards,