Re: Value is no String?

2006-10-28 Thread sri
Your backing bean is null or something is null in your _expression_ chain. On 10/26/06, Bjørn T Johansen [EMAIL PROTECTED] wrote: Using myfaces 1.1.4 I get the following exception when I submit a page using onchange event on a drop down box with a connected

forward to a different page when there are validation errors

2006-07-17 Thread sri
Hi I need to trap the validation errors on some pages and redirect to a different page, that is only when a particular button is pressed on that page. If other buttons are pressed on that page the default behaviour will happen. How do I trap the validation errors just before the page is rendered

Invalid to flush

2006-03-27 Thread sri
Hi I am getting the following exception after upgrading my appserver oc4j 10.1.2 to 10.1.3, can any of you give me a hint why would it be ? javax.servlet.jsp.JspException: InValid to flush BodyContent: no backing stream behind it at

Re: Invalid to flush

2006-03-27 Thread sri
I am using the myfaces version from 10/30/2005 nightly build. Thanks On 3/27/06, sri [EMAIL PROTECTED] wrote: Hi I am getting the following exception after upgrading my appserver oc4j 10.1.2 to 10.1.3, can any of you give me a hint why would it be ? javax.servlet.jsp.JspException: InValid

Re: tree2 and the icons

2005-12-28 Thread sri
Did any body has solution for this problem ? SrikanthOn 12/14/05, sri [EMAIL PROTECTED] wrote: I have tried the simple examples code installed on my server that works fine, my code doesn't. I still have that issue. SrikanthOn 12/8/05, Kurt Edegger [EMAIL PROTECTED] wrote: Hion 12/8/2005 7:07 AM

Re: tree2 and the icons

2005-12-28 Thread sri
Seems like if the images are in the same folder as the jsp (or in a folder with in the jsp's folder) its working fine. My images are outside the folder containing the jsp. Kurt Edegger also described the similar situation, is there a solution to this problem. SrikanthOn 12/28/05, sri [EMAIL

Re: tree2 and the icons

2005-12-28 Thread sri
Ok, if I provide the absolute path the images are shown correctly. The relative paths are not working correctly. Thanks SrikanthOn 12/28/05, sri [EMAIL PROTECTED] wrote: Seems like if the images are in the same folder as the jsp (or in a folder with in the jsp's folder) its working fine. My

Re: tree2 and the icons

2005-12-14 Thread sri
I have tried the simple examples code installed on my server that works fine, my code doesn't. I still have that issue. SrikanthOn 12/8/05, Kurt Edegger [EMAIL PROTECTED] wrote: Hion 12/8/2005 7:07 AM Sean Schofield stated: Tree2 isn't really doing anything with your images.It's just a container

Re: tree2 and the icons

2005-12-08 Thread sri
Hi I have tested the simple application that works fine, I have copied the tree2.jsp and related classes and images into my web application that works fine too. But my page has this problem. The only difference is my images are in gif format, the images in simple application are in png format.

Re: tree2 and the icons

2005-12-08 Thread sri
Looks like the image format is making a difference, I have tried the images (in png format) came with simple app in my page and that works fine. Why the gif formatted images not working, is that how the tree2 is designed ? SrikanthOn 12/8/05, sri [EMAIL PROTECTED] wrote: Hi I have tested

Re: tree2 and the icons

2005-12-08 Thread sri
If I place the images folder in the same folder as my jsp the icons work fine, if the images are outside the folder containing my jsp I see the problem. Another issue is if I set clientSideToggle=false the icons doesn't show up at all. What could be going wrong ? SrikanthOn 12/8/05, Sean

tree2 and the icons

2005-12-07 Thread sri
Hi I am trying to use the folder icons for the tree2 component. My tree is defined as below... x:tree2 id=queryTree _javascript_Location=/common/tree2 value=#{scheduleManagerFace.queryTree} var=node varNodeToggler=t f:facet name=Root h:panelGroup f:facet name=expand x:graphicImage

Re: tree2 and the icons

2005-12-07 Thread sri
: Srikanth, You have to set the ImageLocation attribute to the tree2 definition. Regards Matias -Original Message- From: sri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 07, 2005 2:57 PM To: MyFaces Discussion Subject: tree2 and the icons Hi I am trying

Re: tree2 and the icons

2005-12-07 Thread sri
corrected a typo.On 12/7/05, sri [EMAIL PROTECTED] wrote: As I mentioned I tried that but didn't worked. After further trials, I am able to see my icons if I set clientSideToggle=false. If it is not set, I am not seeing the icons that I specify. Even with setting it to false, the icons

Re: tree2 and the icons

2005-12-07 Thread sri
What do I need to do with the extensions filter ? Does it solve both the issues I mentioned in my mail ? Please give me an example or tell what to do in the filter. Thanks a lot SrikanthOn 12/7/05, Matias Gomez Carabias [EMAIL PROTECTED] wrote: Sorry Srikanth, I didn't read all

Re: tree2 and the icons

2005-12-07 Thread sri
-nameMyFacesExtensionsFilter/filter-name url-pattern*.faces/url-pattern /filter-mapping And remove the _javascript_Location and imageLocation from the tree2 definition, so the tree2 will use the images and _javascript_ from the myfaces jar. Regards Matias -Original Message- From: sri [mailto

Probelm using Tree2 - Response has no head or body tag

2005-11-30 Thread sri
Hi I am trying to use the Tree2 component, this is the first time I am using it. The component is defined as below... x:tree2 id=queryTree value=#{scheduleManagerFace.queryTree} var=node varNodeToggler=t f:facet name=Root h:panelGroup f:facet name=expand sf:graphicImage

Error at startup

2005-11-08 Thread sri
Hi I am getting the following error, can somebody tell why would this occur. The error is being thrown while the server is being started. The myfaces.jar file is fine and worksok with other application. Nov 8, 2005 11:18:47 AM org.apache.myfaces.config.FacesConfigurator feedStandardConfigINFO:

Re: Error at startup

2005-11-08 Thread sri
instead of trying to do a remote copy. On 11/8/05, sri [EMAIL PROTECTED] wrote: Hi I am getting the following error, can somebody tell why would this occur. The error is being thrown while the server is being started. The myfaces.jar file is fine and worksok with other application. Nov 8, 2005 11

Re: Error at startup

2005-11-08 Thread sri
)at java.lang.Thread.run (Thread.java:534) On 11/8/05, sri [EMAIL PROTECTED] wrote: Hi I am getting the following error, can somebody tell why would this occur. The error is being thrown while the server is being started. The myfaces.jar file is fine and worksok with other application. Nov 8, 2005 11:18:47 AM

Re: Error at startup

2005-11-08 Thread sri
the contenent of your /WEB-INF/faces-config.xml On 11/8/05, sri [EMAIL PROTECTED] wrote: Hi Thanks for the reply. My application is not in a war file. It is deployed in exploded formated. My app server and web server arebeing deployedon the same machine and same server instance. Srikanth On 11/8

Re: Error at startup

2005-11-08 Thread sri
I dont have the faces-config.xml in the META-INF. The path you are seeing in the log is a different config file which exists in the myfaces.jar file. Srikanth On 11/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: sri [EMAIL PROTECTED] wrote on 11/08/2005 12:04:25 PM: Nov 8, 2005 11:18:47 AM

Re: Error at startup

2005-11-08 Thread sri
After I changed the reference of the dtd to the following it worked fine. It was working fine before with SYSTEM reference. !DOCTYPE faces-config PUBLIC -//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN http://java.sun.com/dtd/web-facesconfig_1_1.dtd Thanks Srikanth On 11/8/05, sri

Re: IllegalStateException: No Factories configured for this Application

2005-11-08 Thread sri
Hi I am getting the same exact error, but doesn't seems to cause any problems in viewing my jsps. Please post the reason if you find one. Thanks Srikanth On 11/8/05, Rene Guenther [EMAIL PROTECTED] wrote: Hello,I am trying to deploy the MyFaces examples on SAP Netweaver Web ApplicationServer

adding spaces to the select item label

2005-10-07 Thread sri
Hi I have a selectOneListBox with several entries. I need to organize them by indenting. I have added spaces, but obviously the spaces are ignored. I have added nbsp; but that was converted to amp;nbsp; when rendered, so that didn't work either. Is there any way to ESCAPE the html for

Re: adding spaces to the select item label

2005-10-07 Thread sri
13:50:13 -0400 From: sri [EMAIL PROTECTED] Subject: Re: adding spaces to the select item label To: users@myfaces.apache.org Anybody has any ideas ? On 10/7/05, sri [EMAIL PROTECTED] wrote: Hi I have a selectOneListBox with several entries. I need to organize them by indenting. I have