Re: Is there a solution in myfaces 1.1.1 to the browser back button problem?

2006-03-04 Thread Enrique Medina
Hi Costa,I managed to solve this problem using a couple of tricks:1) The redirect after post pattern -- Use a redirect/ in all your navigation rules2) Use a _javascript_ history.forward (); at the beginning of each pageRegards,Enrique Medina.On 3/4/06, Costa Basil [EMAIL PROTECTED] wrote:I meant

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Can you guys tell how well your IDEs would perform with large apps? I was trying to get an app with 200 jspx files (admittedly, rather large) up and running in JDeveloper, and the thing didn't start up until after 10min. Is work being done on making this situation better? Maybe I'm doing

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Thing = embedded OC4j in JDeveloper. I didn't try JSC so far - would the performance be better there? Any experiences? regards, Martin On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote: Can you guys tell how well your IDEs would perform with large apps? I was trying to get an app with

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Legolas Woodland
Martin Marinschek wrote: Thing = embedded OC4j in JDeveloper. I didn't try JSC so far - would the performance be better there? Any experiences? regards, Martin No performance is not better there. you will hang for ever in case that you open a project with 200 jsp files. best IDE

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Jurgen Lust
This is a problem we had with OC4J as well, although it was the previous version, 10.1.2. When compared to JBoss, it would take a very, very long time to deploy an application, especially when EJBs were involved, sometimes at least 10 times as long. That's one of the main reasons we eventually

RE: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Yee CN
Eclipse + myEclipseIDE is performing OK. For one thing eclipse is not opening every file you have - only the ones you left opened in your last session. For that matter starting up time is rather independent of the size of the project. In my 3yr old notebook eclipse + myeclipse + BIRT starts up in

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Ok I'd have moved from IntelliJ if that was better (IntelliJ not offering JSF support at all). Have to stay some more ;) regards, Martin On 3/4/06, Yee CN [EMAIL PROTECTED] wrote: Eclipse + myEclipseIDE is performing OK. For one thing eclipse is not opening every file you have - only the

WebSphere 6.0 JSF implementation change for MyFaces

2006-03-04 Thread Pavel Vybiral
Is there an official way how to change JSF implementation (IBM) in Websphere 6.0.0.0 for MyFaces one. I know that WS6 comes with its own implementation but I would like to disable loading of JSF classes from the shipped jar file (jsf-api.jar and ws-jsf.jar) to avoid class path clash and

AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
Thing = embedded OC4j in JDeveloper. You may deploy to another application server from JDeveloper and run it there, if you think OC4j does perform bad. I don't know, I use JDeveloper 10.1.2 and deploy directly to the JBoss deploy directory, but with less files. Maybe your long startup time is

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Ok, I see. so that would have only been the first startup? Well, there had been another thing which prevented the app from startup at all. It was something like the method behind jsp:include taking a string parameter and a boolean in some library, but internally in OC4J not or so. regards,

AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
It was something like the method behind jsp:include taking a string parameter and a boolean in some library, but internally in OC4J not or so. I only use the include directive, and I have no problem. Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED]

RE: Portlet support - multiple instances of a portlet.

2006-03-04 Thread Marcio E Miranda
Thanks for the reply Stan. Ill take a look at the ExternalContext to figure out how the magic happens! - Marcio. From: Stan Silvert [mailto:[EMAIL PROTECTED] Sent: sábado, 4 de março de 2006 02:50 To: MyFaces Discussion Subject: RE: Portlet support - multiple instances of a

Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Mario Ivankovits
Hi! Look what a co-worker found: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDE Looks promising - with el code completion and graphical navigation editor. Though, the el code completion didnt work here :-( maybe only local problems. Unhappily this is exactly my most

Re: There's an issue with synching tobago sheet to backing bean

2006-03-04 Thread Udo Schnurpfeil
I think this is not a tobago issue. It is evident. The problem seems, that the index can't be use it identify an item. Solutions: 1. You may put your list in the session scope. 2. Using request scope: I need some information. How do you access to the selected item? Code sample? Regards

invoking JSF beans directly from jscookmenu

2006-03-04 Thread Marco Mistroni
hello all,i wa swondering if it was possible to invoke a JSF bean method from jscookmenu..if so, can anyone post a sample on how to do it?thanks in advance and regardsmarco

[Tobago] Simplified theme handling

2006-03-04 Thread Udo Schnurpfeil
Hello, the theme handling was simplified, so you need to change something in your build process. See https://issues.apache.org/jira/browse/TOBAGO-20 You have 2 possibilities: 1. For easy development: a) Put the theme jar in the classpath *) b) Define a ResourceServlet in the

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Udo Schnurpfeil
The EAP build 5175 of IntelliJ has JSF support. It's not ready-made, but it looks promising :-) Udo Martin Marinschek schrieb: Ok I'd have moved from IntelliJ if that was better (IntelliJ not offering JSF support at all). Have to stay some more ;) regards, Martin On 3/4/06, Yee CN [EMAIL

Re: Did you know? FacesIDE eclipse plugin

2006-03-04 Thread Cagatay Civici
Hi!Exadel has a nice EL completion feature, and also a graphical navigation editor, you should check that out too.Cagatay,On 3/4/06, Mario Ivankovits [EMAIL PROTECTED] wrote:Hi!Look what a co-worker found: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=FacesIDELooks promising -

RE: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Igor Marakov
For me the following cycle works better than working with OC4J: build .war in Jdev, ftp to server with tomcat deploy repeat Igor -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Saturday, March 04, 2006 5:35 AM To: MyFaces Discussion Subject: Re: How Does

AW: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Matthias Kahlau
Hi! The following Web pages may provide a good start when searching for JSF IDEs or plugins: http://www.jsfcentral.com/products/ides/ http://www.jsfcentral.com/products/plugins/ Regards, Matthias -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag

Re: Tobago sheet using jdbc ResultSet example request

2006-03-04 Thread Bernd Bohmann
Hello John, the tobago-example-test.war includes a working example for a sheet using a ResultSet. You can find the example in the svn at tobago-example/tobago-example-test. Maybe this helps Regards Bernd John schrieb: Could someone please post an example of this? I'm assuming the

Anybody using IBM's I18N JSF Components?

2006-03-04 Thread Frank Felix Debatin
(Sorry for being slightly off-topic again.) IBM has a component set with the name Global Business Object See http://alphaworks.ibm.com/tech/gbo It provides simple layouts for locale-specific entering of names, addresses, dates and times. Very useful for an international application!

commandlink action attribute

2006-03-04 Thread Analyst John
new to myfaces. in examples simple.war, i was trying to understand masterdetail page. i havea basicquestion - any help is highly appreciated.when the user clicks edit master detail which back end bean method is executed when the use clicks delete/add new city/add new country command

Re: commandlink action attribute

2006-03-04 Thread Dennis Byrne
when the use clicks delete/add new city/add new country command buttons/links what back end beans are linked and executed. This depends on whether or not the action or actionListener attributes of these links/buttons are value bound, action=#{backingBean.actionMethod} Dennis Byrne

[HELP] t:dataScroller

2006-03-04 Thread Garner, Shawn
I'm having trouble getting the t:dataScroller to work. I'm using facelets/myfaces/jboss. I don't get anything displayed for the datascroller. The data for my h:dataTable displays fine. I've looked at the examples I could find and can't see what I'm doing wrong. Any help? My code is below.

example web app - master detail

2006-03-04 Thread Analyst John
i am going thru the examples, they are exciting .. looking into masterdetails , is there code mismatch for the example , i don't think so.any pointers will help me greatly in learning myfaces.simple.war example. example-config.xml managed-bean managed-bean-namecountry/managed-bean-name