Faceletes with myfaces, tab panel problem

2006-03-07 Thread Anthony Hong
When use t:panelTabbedPane bgcolor=black with facelet, It looks work fine, but click different button, it will show javascript error. I saw that its javascript required by panelTabbedPane was not written back. I had to add these resource by manual. Does it mean it can only be used with JSP page?

normal Link

2006-03-07 Thread Hans Sowa
HiI want to add a normal link like http:// to my jsf site. This link should go to a non-jsf site. The link should be open in a new browser independent from the browser wich the link was called. How can I do this? With a commandLink and if yes where should I add the http link? Thanks in

MyFaces + Spring

2006-03-07 Thread net connect
Dear all,I am trying to integrate MyFaces and Spring as suggested at Spring reference documentation. I am using org.springframework.web.jsf.DelegatingVariableResolverI have followed two steps as suggested by documentation viz. -The context-param: context-param

Re: MyFaces + Spring

2006-03-07 Thread Marco Mistroni
Hello, htere's a library just for that, it's called Spring integration library... it might helprgds marcoOn 3/7/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi,Your configuration seems ok at first look, before you add this configuration to your faces-config and web descriptor was everything ok?

Re: normal Link

2006-03-07 Thread Volker Weber
Hi Hans, see http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/h/outputLink.html Regards, Volker Hans Sowa wrote: Hi I want to add a normal link like http:// to my jsf site. This link should go to a non-jsf site. The link should be open in a new browser independent

Re: javascript function getScrolling()

2006-03-07 Thread Ken McArthur
Great call Jana, I forgot about that. Thanks for the tip.On 3/7/06, Jana Parvanova [EMAIL PROTECTED] wrote: I think you could change this behaviour by changing context-paramparam-nameorg.apache.myfaces.AUTO_SCROLL/param-nameparam-valuetrue/param-value /context-param in your web.xml to

Re: action link

2006-03-07 Thread David Schlotfeldt
Perfect. I haven't tried this yet but I think this is exactly what I wanted. Also thanks Craig McClanahan for your response. David Mike Kienenberger wrote: See this page for other ideas: http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls The NonFacesRequestServlet seems

Re: normal Link

2006-03-07 Thread Hans Sowa
Thanks a lot.It works!2006/3/7, Ken McArthur [EMAIL PROTECTED]: Try something like this: h:outputLink value=http://www.domainName.com title=#{bundle.link_name} > target=myId styleClass=lnk01 borderLeft h:outputText id=termsText value=#{bundle.link_name}/ /h:outputLink where popup01 =

Re: jenia popup w/ input text

2006-03-07 Thread Richard Frazer
FYI. I just got a response on the Jenia forum. It currently isn't possible to put an input box in a popup box, but it is being worked on. From: Richard Frazer [EMAIL PROTECTED] Reply-To: MyFaces Discussion users@myfaces.apache.org Date: Mon, 06 Mar 2006 13:59:28 -0500 To: MyFaces

Digester error deploying on OAS

2006-03-07 Thread Julián García
Hi, I am obtaining this error while deploying a myfacess app on Oracle App Server. INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config.xml 6/03/2006 03:23:00 PM org.apache.commons.digester.Digester getParser GRAVE: Digester.getParser:

Problems with Duplicate IDs

2006-03-07 Thread andreas.mitter
Title: Problems with Duplicate IDs I get the following error stack when my page is reloaded after a ValueChangeListener: cannot add component with id 'edisys to its parent component with id : 'content' and path '{Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:

Re: action link

2006-03-07 Thread Mike Kienenberger
Hey Craig, Are you willing to update the wiki to also include your ideas on using Shale remoting for this? Currently the wiki page only contains this Shale info, and nothing about remoting: http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls = Use Struts Shale

RE: panelNavigation

2006-03-07 Thread Conway. Fintan \(IT Solutions\)
Title: Message Hi Shawn, This could just be a typo, but you have 3 t:commandNavigation's and only 2 /t:commandNavigation's. HTH, Fintan -Original Message-From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: 07 March 2006 05:33To: users@myfaces.apache.orgSubject:

Re: new survey: javascript IDEs

2006-03-07 Thread Werner Punz
Francesco Consumi schrieb: Hi people, I have a new survey for you: with AJAX, javascript development is becoming even more important, and I need to write javascript code without wasting time in debug. Are you using some javascript IDE/Development environment (except Notepad :-) ) ?

Re: Digester error deploying on OAS

2006-03-07 Thread Mike Kienenberger
I haven't seen this issue on any of the OC4J servers I've tried yet. However, I do not have a xerces.jar file in my lib directory. Why are you explicitly supplying an xml parser? My first guess at fixing the problem would be to remove xerces.jar from your classpath. Also, what version of OAS

Re: Duplicate ID reproduced in MyFaces nightlies

2006-03-07 Thread Magnus Sandberg
I have one probelem with using rendered (pls see the short thread Rendering with jstl vs 'rendered'-attribute). When rendering (large) tables with conditional command-links, the command-link-action cannot be called if the the table/view cannot be re-created in the RESTORE_VIEW phase. This

Re: t:dataTable

2006-03-07 Thread Mike Kienenberger
If you can make the problem go away simply by changing from t:dataTable to h:dataTable, I'd say you've found a bug. If you can submit a simple example (or provide exact steps showing the same issue with the myfaces examples), please go ahead and open a JIRA issue on this problem. You can find an

Re: Digester error deploying on OAS

2006-03-07 Thread Julián García
This was causing the error. After deleting the xerces jar it appears to work propperly. Thanks a lot. Julian Garcia Mike Kienenberger wrote: I haven't seen this issue on any of the OC4J servers I've tried yet. However, I do not have a xerces.jar file in my lib directory. Why are you

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Sean Schofield
The phaselistener issue was fixed in trunk about 8 hours ago, but you it should be discovered if you have tomahawk in the classpath. The latest nightly build that I forced this morning should contain this fix. Please let us know if you continue to experience problems. Sean

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Geoff Longo
Thanks for your reply. I'll try the latest build to resolve the phase listener issue. As for the calendar, I am now getting some resource not found exceptions in the console when bringing the page up. So when the page displays, there is a javascript error saying that it can't find

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Dennis Byrne
The latest nightly build that I forced this morning should contain this fix. Please let us know if you continue to experience problems. Would be great if someone could remove the autodetect phaselistener from core trunk faces-config ? I can't do this from my day job and I will not get home

New InputSuggestAjax not working with my use case

2006-03-07 Thread Michel Goldstein
Hi,I was using the old InputSuggestAjax for autocompletion that accepted receiving the beginning of the middle word of a phrase. For example:Entering m would give me:know my components MyFacesoh my!However, in the new version of the component, it automatically picks up the first word and assumes

Re: action link

2006-03-07 Thread Craig McClanahan
On 3/7/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Hey Craig,Are you willing to update the wiki to also include your ideas on usingShale remoting for this? Actually, the first place this needs to go is on the Shale web site page describing remoting[1], which is ... umm ... slightly

Re: action link

2006-03-07 Thread Mike Kienenberger
Yes, after I made the post, I realized that a link to shale's docs would probably be more appropriate. I added the link and the two-cent description to our page for your motivation :) = Also see Shale remoting for executing method binding expressions specified by URLs.

Re: [Tobago] Simplified theme handling

2006-03-07 Thread Udo Schnurpfeil
I've forgotten something: Put the tag resource-dirorg/apache/myfaces/tobago/renderkit/resource-dir in your tobago-config.xml. Instead of resource-dirtobago/resource-dir In further versions, this will be unnecessary. The resource-dir will be automatically resolved by the theme

Re: Problem using preserveDataModel=true

2006-03-07 Thread Enrique Medina
Maybe a look to this Wiki may help...http://wiki.apache.org/myfaces/Working_With_DataTable_And_PreserveDataModel On 3/7/06, Randy Simon [EMAIL PROTECTED] wrote: I'm sure I am doing something wrong, but I can't figure out what it is.Ihave the following:h:formh:commandButton action="">value=New

Re: Duplicate ID reproduced in MyFaces nightlies

2006-03-07 Thread Magnus Sandberg
I have one probelem with using rendered (pls see the short thread Rendering with jstl vs 'rendered'-attribute). When rendering (large) tables with conditional command-links, the command-link-action cannot be called if the the table/view cannot be re-created in the RESTORE_VIEW phase. This

Re: Problem using preserveDataModel=true

2006-03-07 Thread Randy Simon
Thanks Enrique, but this doesn't really seem to help me. My guess is that the problem comes from the line _SerializableDataModel dm = (_SerializableDataModel)getDataModel(); in org.apache.myfaces.component.html.ext.HtmlDataTable.updateModelFromPreservedDataModel. Does it matter that I am

problem with tree2 plus/minus images

2006-03-07 Thread Costa Basil
I use myfaces 1.1.1. Here is my tree2 tag: t:tree2 id="contactsTree" binding="#{contacts$contactRelations.tree}" value="#{contacts$contactRelations.treeData}" var="node" varNodeToggler="t" imageLocation="../../images/tree" _javascript_Location="../../js" clientSideToggle="true"

RE: problem with tree2 plus/minus images

2006-03-07 Thread Randy Simon
I kind of remember having the same problem. Did you include the myfaces extensions filter in your web.xml? !-- MyFaces extenstion filter -- filter filter-nameextensionsFilter/filter-name filter-classorg.apache.myfaces.component.html.util.ExtensionsFilter/filter-class

RE: problem with tree2 plus/minus images

2006-03-07 Thread Costa Basil
Randy, I figured out what the problem is. It is the treeNavClick function, to be more specific it is the line with:if (navImage.src.indexOf(image1)=0) navImage.src = "" else navImage.src = "">If you use a relative image path then image1 image2 will be:

Re: Faceletes with myfaces, tab panel problem

2006-03-07 Thread Anthony Hong
I have add filter, after that it also dosen't work. I saw javascript and css has been added back in returned html. link rel=stylesheet href=/webapp/faces/myFacesExtensionResource/tabbedpane.HtmlTabbedPaneRenderer/11302665/defaultStyles.css type=text/css / script

Re: Faceletes with myfaces, tab panel problem

2006-03-07 Thread Mike Kienenberger
On 3/7/06, Anthony Hong [EMAIL PROTECTED] wrote: I have add filter, after that it also dosen't work. I saw javascript and css has been added back in returned html. The myfaces website said I don't have to do any other configuration after configure this filter, it will fetch js, css resource

Re: action link

2006-03-07 Thread David Schlotfeldt
I have written a new way to solve this issue with the idea I described below. After receiving responses to my original post I was going to use NonFacesRequestServlet but realized that it wouldn't do any validation. (At least I am PERTTY sure it doesn't. Someone correct me if I am wrong.) What

[tomahawk + panelNavigation2 + Facelets] getting empty UL tags

2006-03-07 Thread Garner Shawn
Thing is if I used panelNavigation and commandNavigation everything is fine but if I use anelNavigation2 and commandNavigation2 then all I get is an empty UL/UL tag rendered and no links.Any help? I have the following code.xhtml filexmlns:t=http://myfaces.apache.org/tomahawkt:panelNavigation2

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Dennis Byrne
Are you sure Sean? I just grabbed myfaces-core-1.1.2-SNAPSHOT-bin.zip from http://cvs.apache.org/builds/myfaces/nightly/ and the phaselistener is still in faces-config.xml . Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 7, 2006

RE: Problem using preserveDataModel=true

2006-03-07 Thread Yee CN
I have been puzzling over preserveDataModel attribute as well. Below is my current understanding: If preserveDataModel=false - Tomahawk will call getDataModel() during the APPLY_REQUEST_VALUES phase. This will create a fresh copy of the dataModel (assuming your bean is in request scope). - It

Re: autoUpdateDataTable doesn't work

2006-03-07 Thread Dennis Byrne
Carsten, Can you take a look at one of the more recent nightly builds? If this problem still exists, please create an issue in the tomahawk JIRA. Dennis Byrne -Original Message- From: Carsten Stiller [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 8, 2006 02:28 AM To: 'MyFaces

RE: readonly entities no longer pass value back to backing bean?

2006-03-07 Thread Yee CN
Is that me only? Did anybody else observed this problem? For me nightly build around Feb 12 is OK, nightly around feb 25 not OK, currently nightly not OK. Can someone please indicate one way or another so I can know whether it is the combination of stuffs I used that caused the