Re: which IDE are you using for JSF ?

2007-02-02 Thread Greg Reddin
We are using NetBeans with the mevenide plugin for maven support. We are also using Facelets and the new Facelets Netbeans plugin. That gives us autocomplete but not drag drop (I don't think). Seems to be working great. On a team of 5 two were PHP types before this project and one other had

Re : which IDE are you using for JSF ?

2007-02-02 Thread Adrian Gonzalez
/wtp-jsf-dev/msg00223.html - Message d'origine De : Craig McClanahan [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Vendredi, 2 Février 2007, 18h35mn 52s Objet : Re: which IDE are you using for JSF ? On 2/2/07, Adrian Gonzalez [EMAIL PROTECTED] wrote: Hello, Is there a good

Re: stack traces from shale-clay-usecases

2007-02-02 Thread Gary VanMatre
I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from JDeveloper Studio 10.1.3.2 but I had to make a few minor changes. For some reason, JDeveloper doesn't like that the shale-core and shale-validator jars have TLD files with the name taglib.tld? I renamed the TLD's and it was

Re: stack traces from shale-clay-usecases

2007-02-02 Thread Craig McClanahan
On 2/2/07, Gary VanMatre [EMAIL PROTECTED] wrote: I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from JDeveloper Studio 10.1.3.2 but I had to make a few minor changes. For some reason, JDeveloper doesn't like that the shale-core and shale-validator jars have TLD files with the

Re: stack traces from shale-clay-usecases

2007-02-02 Thread Craig McClanahan
On 2/2/07, Gary VanMatre [EMAIL PROTECTED] wrote: I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from JDeveloper Studio 10.1.3.2 but I had to make a few minor changes. For some reason, JDeveloper doesn't like that the shale-core and shale-validator jars have TLD files with the

RE : Re: Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-02-01 Thread Adrian Gonzalez
Objet : Re: RE : Re: Oracle ADF and Shale tiles/validator From: Adrian Gonzalez I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4 version). For info, I'm using adf-faces

Re: Need help with SCXML transition cond syntax.

2007-02-01 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, Works as expected. You may mark the issue as resolved. snip/ Done, and thanks for the quick feedback. -Rahul Thanks again. Paul Spencer

Re: RE : Re: Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-02-01 Thread Matthias Wessendorf
(in a wiki ?). I agree, please add it to the wiki when you have time. Gary - Message d'origine De : Gary VanMatre À : user@shale.apache.org Envoyé le : Mercredi, 31 Janvier 2007, 17h47mn 08s Objet : Re: RE : Re: Oracle ADF and Shale tiles/validator From: Adrian Gonzalez

Re: Shale + Ajax4jsf

2007-02-01 Thread Danny Worm
Hi, I'm currently using JSF 1.2, Facelets, Tomahawk Sandbox and Shale. Now I want to integrate Ajax4Jsf and I have some trouble too. Tomorrow I will trying to extract Shale and fit in Ajax4jsf to solve the errors. I got some conflicts with duplicated component - ID's after an post-request.

RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
Thank you Matthias. I removed this filter, but no way. The problem is resolved when I remove all shale and ajax4jsf librairies from /WEB-INF/lib. I've put a custom Listener for logging purpose and the difference I see is : - it works fine if viewroot is javax.faces.component.UIViewRoot. - it

RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
I've just changed the JSP test page to include some ADF components, and it changed the stackTrace to : java.lang.IllegalStateException: No AdfRenderingContext --- Here's the jsp page : !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4 version). For info, I'm using adf-faces 10_1_3_0_4. To reproduce the problem with shale-validator, one just needs to put the shale-validator.jar in

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When the cancel button is clicked, the transition to menu works as expected. *** * Value of

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When the cancel button is clicked, the transition

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, See below. Rahul Akolkar wrote: On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, What am I doing wrong? When the next button is clicked my goal is to go from page1 to page2 if the property Leased is checked on the page1, otherwise go to page2. Neither is happening! When

Re: RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Gary VanMatre
From: Adrian Gonzalez [EMAIL PROTECTED] I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4 version). For info, I'm using adf-faces 10_1_3_0_4. To reproduce the problem with shale-validator, one

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Rahul Akolkar
On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, See below. Rahul Akolkar wrote: On 1/31/07, Paul Spencer [EMAIL PROTECTED] wrote: snip/ My previous configuration was simply a summary of my attempts. Although I my first attempt matches your suggestion, I did not included it in the

Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Adrian Gonzalez
/validator and ADF (and perhaps Trinidad) should be usefull for other newbies (in a wiki ?). - Message d'origine De : Gary VanMatre [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Mercredi, 31 Janvier 2007, 17h47mn 08s Objet : Re: RE : Re: Oracle ADF and Shale tiles/validator From

Re: Re : RE : Re: Oracle ADF and Shale tiles/validator

2007-01-31 Thread Gary VanMatre
Envoyé le : Mercredi, 31 Janvier 2007, 17h47mn 08s Objet : Re: RE : Re: Oracle ADF and Shale tiles/validator From: Adrian Gonzalez I've found the problem (using both Oracle ADF and some shale extensions doesn't work). It's in shale-validator and in shale-tiles (1.0.4

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, Rahul Akolkar wrote: snip Bah, OK, it seems I missed one todo in code, about three lines needed to tie the application variable resolver to the Commons SCXML context for greater EL capabilities (such as this, arbitrary expressions beyond simply calling action state MBEs etc). Could you

Re: Need help with SCXML transition cond syntax.

2007-01-31 Thread Paul Spencer
Rahul, Works as expected. You may mark the issue as resolved. Thanks again. Paul Spencer Rahul Akolkar wrote: On 1/30/07, Paul Spencer [EMAIL PROTECTED] wrote: Version 1.1.0-SNAPSHOT snip/ Could you try an updated snap, one thats post this issue:

Re: t:saveState works great ... except when I use h:outputLink

2007-01-30 Thread Craig McClanahan
On 1/30/07, Dick Starr [EMAIL PROTECTED] wrote: I need to save separate state information for each open Firefox tab. Since Firefox shares the same session between all tabs I need to dream up another way besides using session. I am using Firefox 2.0. I have been experimenting with t:saveState

Re: Need help with SCXML transition cond syntax.

2007-01-30 Thread Rahul Akolkar
On 1/30/07, Paul Spencer [EMAIL PROTECTED] wrote: Version 1.1.0-SNAPSHOT I would like a transition to be selected when a bean's field is not empty. If the field is an empty string, , or null I do not want the transition executed. Below is the syntax in JSF EL. #{not empty

RE: saveState works great ... except when I use h:outputLink - solved

2007-01-30 Thread Dick Starr
: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Tue 1/30/2007 12:58 PM To: user@shale.apache.org Cc: Subject:Re: saveState works great ... except when I use h:outputLink On 1/30/07, Dick Starr [EMAIL PROTECTED] wrote: I need to save separate state information for each open

Re: My exception handling is broken

2007-01-30 Thread Veit Guna
Hi. I encountered the same problem. I started development with shale-1.0.4-SNAPHSOT a while ago and wrote my own ExceptionHandler, too. That worked so far. 3 weeks ago I upgraded to 1.0.4 and for example acegi exceptions didn't get propagated anymore to its ExceptionFilter. At this time I

Re: Oracle ADF and Shale tiles/validator

2007-01-30 Thread Matthias Wessendorf
I saw you are using the Spring CharacterEncodingFilter. In Trinidad we saw issues when that one is in front of the Trinidad (Adf Faces) Filter I think your issue is related to the ordering of the filters. -Matthias

Re: How to end a SCXML dialog in an action?

2007-01-29 Thread Paul Spencer
Rahul, I was using 1.0.4. When I switch to 1.1.0-SNAPSHOT, it worked. Paul Spencer Rahul Akolkar wrote: On 1/26/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, I an getting the following when I click on the home link. It appears that the dialog is still running even though it was

Re: How to end a SCXML dialog in an action?

2007-01-29 Thread Rahul Akolkar
On 1/29/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, I was using 1.0.4. When I switch to 1.1.0-SNAPSHOT, it worked. snip/ OK, I'll try to reproduce this (in a couple of days) using the 1.0.4 artifacts (nothing jumps out at me that would have caused such a change in behavior, but I'll

Re: Applicaion Manger and FacesContext

2007-01-28 Thread Danny Worm
Hi again, I've register only one preprocess-class to execute the code once per request. So the execute method in the preprocess chain do something and return the logic right value PROCESSING_COMPLETE(true). The code were execute correctly but the return value (true) avoid the execution of the

Re: Applicaion Manger and FacesContext

2007-01-28 Thread Craig McClanahan
On 1/28/07, Danny Worm [EMAIL PROTECTED] wrote: Hi again, I've register only one preprocess-class to execute the code once per request. So the execute method in the preprocess chain do something and return the logic right value PROCESSING_COMPLETE(true). The code were execute correctly but the

Re: Exceptions at startup

2007-01-27 Thread Craig McClanahan
On 1/26/07, amjad Shahrour [EMAIL PROTECTED] wrote: Hi, I am using shale-tiger along with ADF faces on tomcat 5.5.8. and i am having several exceptions thrown at the startup of the server (but this seems not affecting the working of shale, i.e. callbacks are being called) Class =

Re: Exception handling on init, prerender and preprocess

2007-01-27 Thread Craig McClanahan
On 1/26/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, As the AbstractViewController does not throw Exceptions on its init(), prerender() and preprocess(), I'm catching the exceptions in these methods in my own classes extending the AbstractViewController and build my own dispatching or

RE: Shale + Facelets + Tomahawk [OT?]

2007-01-26 Thread Reynolds, James
I do have that setting and I should mention that Facelets + Shale are working great together. The problem I'm having is only with the addition of myfaces tomahawk. In the absence of any obvious conflict, I'll run off to bother the myfaces mailing list for a change :) Thanks for the suggestion

RE: setting rowStyleClass

2007-01-26 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] See https://issues.apache.org/jira/browse/TOMAHAWK-523 for problem and work-around. Hey, what do you know, facelets has the same problem :--). Thanks for reporting the work around. Cheers, Ian. Gary -Original Message- From:

Re: How to display exception thrown by beans during a dialog?

2007-01-26 Thread Rahul Akolkar
On 1/26/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul, So, if I want to display information from the exception to the user: 1) I need to maintain the exception in the bean, #{venderDialog}. 2) The view displaying the exception would reference a property in the bean,

Re: How to end a SCXML dialog in an action?

2007-01-26 Thread Rahul Akolkar
On 1/26/07, Paul Spencer [EMAIL PROTECTED] wrote: Rahul Akolkar wrote: snip/ As mentioned above, that would be inside the method called by the MB, if at all we wanted to stop an active dialog and delegate to the faces-config navigation. What is the name of the method, or where do I

Re: ADF faces with shale tiger

2007-01-26 Thread Craig McClanahan
On 1/26/07, amjad Shahrour [EMAIL PROTECTED] wrote: Hi there, I am trying to utilize only shale-tiger with ADF faces. I am interested only in using only the view controller services (callbacks). i created a simple (adf) jsf page and used the @View @Preprocess @Init @Prerender @Destroy on the

Re: ADF faces with shale tiger

2007-01-26 Thread Gary VanMatre
From: amjad Shahrour [EMAIL PROTECTED] Hi there, I am trying to utilize only shale-tiger with ADF faces. I am interested only in using only the view controller services (callbacks). i created a simple (adf) jsf page and used the @View @Preprocess @Init @Prerender @Destroy on the

Re: ADF faces with shale tiger

2007-01-26 Thread amjad Shahrour
You are right Gary, that was the cause. Thanks. I am interested to learn more about the mapper configuration. can you point me to a document about it. regards, amjad On 1/26/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: amjad Shahrour [EMAIL PROTECTED] Hi there, I am trying to utilize

Re: Shale + Facelets + Tomahawk [OT?]

2007-01-26 Thread Greg Reddin
On 1/26/07, Reynolds, James [EMAIL PROTECTED] wrote: In the taglib file, don't be tempted to list the actual path to the component in the tomahawk jar. Follow the component-type listed in the Facelets wiki I had a feeling it had to do with the tomahawk taglib file. Just so you know we are

Re: ADF faces with shale tiger

2007-01-26 Thread Gary VanMatre
From: amjad Shahrour [EMAIL PROTECTED] You are right Gary, that was the cause. Thanks. I am interested to learn more about the mapper configuration. can you point me to a document about it. We have some site documentation [1]. This is Craig's craft-work so the javadoc is also very

RE: Starting A DialogContext Programmatically

2007-01-25 Thread JS Portal Support
To: user@shale.apache.org Subject: Re: Starting A DialogContext Programmatically On 1/24/07, JS Portal Support [EMAIL PROTECTED] wrote: Okay, For some reason my shale jar's didn't have the DialogContextManager and DialogContext interfaces in them. I downloaded the latest 1.0.4

Re: How to end a SCXML dialog in an action?

2007-01-25 Thread Rahul Akolkar
On 1/25/07, Paul Spencer [EMAIL PROTECTED] wrote: I have a dialog that adds a vendor. If the dialog successfully add the vendor, or the dialog is canceled, then I want to end the dialog with a call to the action #{vendorManager.listAllVendors}. The view to display upon the completion of the

Re: How to end a SCXML dialog in an action?

2007-01-25 Thread Paul Spencer
Rahul, I do not completely follow you answer. Assume the following: 1) stateId = start Display the view /editVendor_1 OutcomeNext state --- successpage2 cancel end 2) stateId = page2 Display the view /editVendor_2 OutcomeNext state

RE: where did org/apache/shale/taglib/CommonsValidatorTag go in 1.0.4?

2007-01-24 Thread JS Portal Support
Wessendorf Sent: Wednesday, January 24, 2007 10:06 PM To: user@shale.apache.org Subject: Re: where did org/apache/shale/taglib/CommonsValidatorTag go in 1.0.4? shale-validator\src\main\java\org\apache\shale\validator\faces\ValidatorTag. java -M On 1/24/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi

RE: Starting A DialogContext Programmatically

2007-01-24 Thread JS Portal Support
: www.jsportal.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Wednesday, January 24, 2007 4:53 PM To: user@shale.apache.org Subject: Re: Starting A DialogContext Programmatically On 1/23/07, JS Portal Support [EMAIL PROTECTED] wrote

Re: Integrating JSF and Shale Tiles

2007-01-24 Thread Craig McClanahan
A couple of intermixed comments ... I'm hoping Greg and others more familiar with Tiles than I am might be able to help too. On 1/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've tried to use the shale-framework-1.0.4.zip file and have hit a problem that I was wondering if anyone could

Re: Shale Application Controller page not updated to 1.0.4

2007-01-24 Thread Craig McClanahan
On 1/24/07, Paul Spencer [EMAIL PROTECTED] wrote: The first sentence paragraph in (A) Standard Per-Request Processing has not been updated to 1.0.4. It should be: As described in Configuring Your Application For Shale, you are requested to configure a Servlet Filter

Re: How to use request scoped manage beans in a 1.0.4 dialog?

2007-01-24 Thread Craig McClanahan
I think we're far enough along in our thinking to start exploring implementation, so I've opened an issue to track it[1]. Craig [1] https://issues.apache.org/struts/browse/SHALE-399

Re: Choosing a JSF/AJAX Framework

2007-01-24 Thread Craig McClanahan
On 1/24/07, James Watkin [EMAIL PROTECTED] wrote: Craig, Thank you for your time, information, and openness. I'd also like to pass along a link to a video interview of Ed Burns that I watched today:

Re: How to use request scoped manage beans in a 1.0.4 dialog?

2007-01-24 Thread Paul Spencer
Craig, I embedded my comments. Craig McClanahan wrote: On 1/24/07, Paul Spencer [EMAIL PROTECTED] wrote: Craig, I embedded my comments. They are near the end. Paul Spencer Craig McClanahan wrote: On 1/24/07, Paul Spencer [EMAIL PROTECTED] wrote: snip o For simple dialogs only

Re: Re : [Shale view 1.0.4]

2007-01-23 Thread Craig McClanahan
: user@shale.apache.org Envoyé le : Dimanche, 21 Janvier 2007, 23h40mn 24s Objet : Re: [Shale view 1.0.4] fixed already in current trunk (see svn commit: r497775) or http://svn.apache.org/viewvc/shale/framework/trunk/shale-view/src/main/java/org/apache

Re: Re : [Shale view 1.0.4]

2007-01-23 Thread Rahul Akolkar
On 1/23/07, Craig McClanahan [EMAIL PROTECTED] wrote: snip/ Version 1.0.5-SNAPSHOT is already there. The 1.0.4-SNAPSHOT version will get converted into 1.0.4 as a byproduct of the release process that Rahul is executing. snap/ Done. -Rahul

Re: Core Shale Tiles functionality?

2007-01-22 Thread Greg Reddin
On 1/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm just starting to look at Shale and would like to use the Tiles functionality. I understand that there is an optional Tiles 2 JAR that is still in the Struts sandbox. Yes, there is still a snapshot built from the code in the Struts

Re: Re : [Shale view 1.0.4]

2007-01-22 Thread Craig McClanahan
[EMAIL PROTECTED] wrote: Thank you very much. So, I suppose I don't need to open an issue anymore ? - Message d'origine De : Matthias Wessendorf [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Dimanche, 21 Janvier 2007, 23h40mn 24s Objet : Re: [Shale view 1.0.4] fixed

Re: Core Shale Tiles functionality?

2007-01-22 Thread Craig McClanahan
On 1/22/07, Greg Reddin [EMAIL PROTECTED] wrote: On 1/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm just starting to look at Shale and would like to use the Tiles functionality. I understand that there is an optional Tiles 2 JAR that is still in the Struts sandbox. Yes, there is

Re: Re : [Shale view 1.0.4]

2007-01-22 Thread Craig McClanahan
Gonzalez [EMAIL PROTECTED] wrote: Thank you very much. So, I suppose I don't need to open an issue anymore ? - Message d'origine De : Matthias Wessendorf [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Dimanche, 21 Janvier 2007, 23h40mn 24s Objet : Re: [Shale view

Re: Re : [Shale view 1.0.4]

2007-01-22 Thread Matthias Wessendorf
Wessendorf [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Dimanche, 21 Janvier 2007, 23h40mn 24s Objet : Re: [Shale view 1.0.4] fixed already in current trunk (see svn commit: r497775) or http://svn.apache.org/viewvc/shale/framework/trunk/shale-view/src/main

Re: Re : [Shale view 1.0.4]

2007-01-22 Thread Matthias Wessendorf
De : Matthias Wessendorf [EMAIL PROTECTED] À : user@shale.apache.org Envoyé le : Dimanche, 21 Janvier 2007, 23h40mn 24s Objet : Re: [Shale view 1.0.4] fixed already in current trunk (see svn commit: r497775) or http://svn.apache.org/viewvc/shale/framework/trunk

Re: Shale ExceptionHandling

2007-01-21 Thread Duong BaTien
Hello Craig: Thank for a quick response. I downloaded the 1.1.0-SNAPSHOT but cannot find a binary for trunk/shale-apps/*. Do you think it will be available soon? What is the difference between shale-apps and shale-application directories? On Sat, 2007-01-20 at 17:43 -0800, Craig McClanahan

Re: [Shale view 1.0.4]

2007-01-21 Thread Craig McClanahan
On 1/21/07, Adrian Gonzalez [EMAIL PROTECTED] wrote: Hello, I think there's a little bug on shale view 1.0.4. Shale View : Bug on render response phase when removing view from request map. Error in org.apache.shale.view.faces.ViewPhaseListener, method afterRenderResponse, lien 233 :

Re: h:messages and i18n

2007-01-21 Thread Craig McClanahan
On 1/21/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, My backing beans set some info messages though calling the .info(message). The messages I set however are ResourceBundle id's. In my JSP's I then want to collect the id and present the message. I have: h:messages layout=table

Re: JSF 1.1 vs. JSF 1.2

2007-01-20 Thread Ingo Düppe
Hi, 1. EL unification. Since I'm not using JSPs, this isn't a big deal Well, it's not entirely gone :-) You still do EL with Facelets. It's true that Facelets allows you to use the unified EL out of the box. But I've noticed that in some instances using Tomahawk tags I still have to use

Re: Shale ExceptionHandling

2007-01-20 Thread Duong BaTien
Hello Craig: I am trying to look at shale-apps/shale-test-view to see an example of ViewController exception handling. I download from svn and try to build it from mvn but get the following exception: The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not exist or no valid version could

Re: Shale ExceptionHandling

2007-01-20 Thread Craig McClanahan
On 1/20/07, Duong BaTien [EMAIL PROTECTED] wrote: Hello Craig: I am trying to look at shale-apps/shale-test-view to see an example of ViewController exception handling. I download from svn and try to build it from mvn but get the following exception: The plugin

Re: [JSF] How to control scheme with commandLink/Button tags?

2007-01-19 Thread Gary VanMatre
From: Cyril Bouteille [EMAIL PROTECTED] Hi, I've a problem using JSF/Shale on Sun AS 9.0.1 when deployed behind an SSL accelerator in production. Because secure requests get to the app server unencrypted, I am unable to use regular declarative security

Re: [JSF] How to control scheme with commandLink/Button tags?

2007-01-19 Thread Craig McClanahan
On 1/19/07, Cyril Bouteille [EMAIL PROTECTED] wrote: Hi, I've a problem using JSF/Shale on Sun AS 9.0.1 when deployed behind an SSL accelerator in production. Because secure requests get to the app server unencrypted, I am unable to use regular declarative security

Re: Shale ExceptionHandling

2007-01-19 Thread Craig McClanahan
On 1/19/07, Reynolds, James [EMAIL PROTECTED] wrote: I have a question about the org.apache.shale.view.ExceptionHandler interface. Comments in the Shale Wiki indicate that Shale ...can optionally do a RequestDispatcher.forward() call to the context relative path of an error display page...

Re: [JSF] How to control scheme with commandLink/Button tags?

2007-01-19 Thread Gary VanMatre
From: Cyril Bouteille [EMAIL PROTECTED] Hi Craig, My understanding is that declarative web.xml security rules is the official way to control the protocol scheme with JSF (since I'm unable to specify it w/ JSF tags). Sprinkling redirects all over our code and pages to correct the

Re: [JSF] How to control scheme with commandLink/Button tags?

2007-01-19 Thread Craig McClanahan
On 1/19/07, Cyril Bouteille [EMAIL PROTECTED] wrote: Hi Craig, My understanding is that declarative web.xml security rules is the official way to control the protocol scheme with JSF (since I'm unable to specify it w/ JSF tags). That's true ... but you are violating the assumptions of the

Re: Shale ExceptionHandling

2007-01-19 Thread Gary VanMatre
From: Reynolds, James [EMAIL PROTECTED] I have a question about the org.apache.shale.view.ExceptionHandler interface. Comments in the Shale Wiki indicate that Shale ...can optionally do a RequestDispatcher.forward() call to the context relative path of an error display page... How do I

Re: Startup Error

2007-01-18 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 1/18/07, Greg Reddin wrote: On 1/18/07, Gary VanMatre wrote: I had not realized that facelets was a subproject of JSF 1.2 . Humm interesting... That is interesting. I guess it's just a subproject of the

Re: JSF 1.1 vs. JSF 1.2

2007-01-18 Thread Greg Reddin
On 1/18/07, Reynolds, James [EMAIL PROTECTED] wrote: 2. JSF 1.1, Facelets Shale This is the platform we are currently developing on. It's very close to working with JSF 1.2 from what I can tell (though I have not actually used 1.2 yet). 1. EL unification. Since I'm not using JSPs, this

Re: JSF 1.1 vs. JSF 1.2

2007-01-18 Thread Craig McClanahan
On 1/18/07, Reynolds, James [EMAIL PROTECTED] wrote: I think I get it now (thanks to help from this list). If I want to use JSF 1.2 with Shale, I must use a J2EE 5 servlet container. However, I may not be able to convince my company to switch from Tomcat 5.5.* If you want to run JSF 1.2 on

RE: JSF 1.1 vs. JSF 1.2

2007-01-18 Thread Reynolds, James
If you want to run JSF 1.2 on Tomcat, you really want 6.0 not 5.5. It might be technically feasible to hack together a JSF 1.2 implementation that would execute on Tomcat 5.5, but it's hard to see how you could have a completely spec compliant implementation in the absence of JSP 2.1 (which is

RE: JSF 1.1 vs. JSF 1.2

2007-01-18 Thread Gary VanMatre
From: Kito D. Mann [EMAIL PROTECTED] I didn't explain myself clearly, I'd prefer to use Shale in either case. My problem is that I may be stuck in Tomcat 5.5.17, which (for me) would necessitate using JSF 1.1. I need to decide if yesterday's setup is good enough, or if

Re: EL question

2007-01-16 Thread Craig McClanahan
On 1/16/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, Maybe an ignorant (and more a simple JSP) question, but I can't seem to figure out how to make an EL call that does: org.apache.lucene.document.Document.get(String nameOfField) I have my Hits (wrapped in a custom

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
That sounds great! Thanks for doing this and letting me know. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, January 16, 2007 9:23 AM To: user@shale.apache.org Subject: Re: Getting started...again. James- I am

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, January 16, 2007 9:23 AM To: user@shale.apache.org Subject: Re: Getting started...again. James- I am creating a sorta kickstart project, using technologies like Apache MyFaces Facelets Apache Trinidad (formal Oracle ADF Faces) Shale (View

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
and jdk5. It works with any version below 5.5.20 and jdk5. If your stuck to 5.5.20 you need to be running jdk1.4 Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Matthias Wessendorf Sendt: 16. januar 2007 17:23 Til: user@shale.apache.org Emne: Re

RE: Getting started...again.

2007-01-16 Thread Reynolds, James
with other faces libs included). Take a look in the shale sandbox under maven Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Matthias Wessendorf Sendt: 16. januar 2007 17:23 Til: user@shale.apache.org Emne: Re: Getting started...again. James- I am

RE: EL question

2007-01-16 Thread JS Portal Support
] On Behalf Of Craig McClanahan Sent: Wednesday, January 17, 2007 2:45 AM To: user@shale.apache.org Subject: Re: EL question On 1/16/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, Maybe an ignorant (and more a simple JSP) question, but I can't seem to figure out how to make an EL call

Re: Getting started...again.

2007-01-16 Thread Matthias Wessendorf
(The first of more to come with other faces libs included). Take a look in the shale sandbox under maven Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Matthias Wessendorf Sendt: 16. januar 2007 17:23 Til: user@shale.apache.org Emne: Re: Getting

Re: Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Craig McClanahan
On 1/16/07, Costa Basil [EMAIL PROTECTED] wrote: Today, I added some code for calling bean methods from ajax via shale remoting and to my wonder I discovered the mechanisms for executing bean calls are enabled by default. I don't think this is right. I think they should be disabled by default,

Re: How to pass object between backing beans

2007-01-15 Thread Craig McClanahan
, 2007 3:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might create in the future without altering my GenericTable view. Cool

Re: Getting started...again.

2007-01-15 Thread Craig McClanahan
On 1/15/07, Reynolds, James [EMAIL PROTECTED] wrote: I've been on a hiatus from Shale since changing jobs last year; however, my new company is considering it based on my gushing recommendation. Embarrassingly enough, I can't fire up the shale-blank application. When I run the app, I see the

RE: How to pass object between backing beans

2007-01-14 Thread JS Portal Support
] On Behalf Of Craig McClanahan Sent: Monday, January 15, 2007 12:24 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/13/07, JS Portal Support [EMAIL PROTECTED] wrote: Thanks Craig, That makes sense. But the problem here is that generictable will be called from

Re: How to pass object between backing beans

2007-01-14 Thread Craig McClanahan
On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might create in the future without altering my GenericTable view. Cool ... that's the way it's supposed to work :-). On a different note: Is it correct btw that

Re: How to pass object between backing beans

2007-01-14 Thread Craig McClanahan
It pays to add the footnotes: [1] https://bpcatalog.dev.java.net/ [2] https://ajax.dev.java.net/ Craig On 1/14/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I

[OT] jMaki, Dojo, and AJAX integration (was RE: How to pass object between backing beans)

2007-01-14 Thread Kito D. Mann
! http://oi.vresp.com/?fid=ac048d0e17 * -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Sunday, January 14, 2007 9:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS

RE: How to pass object between backing beans

2007-01-14 Thread JS Portal Support
:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 15, 2007 3:29 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/14/07, JS Portal Support [EMAIL PROTECTED] wrote: Craig, Great, it now works nicely and is portable to any other view I might

RE: ViewController.preprocess never called

2007-01-13 Thread JS Portal support team
: www.jsportal.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Friday, January 12, 2007 7:00 PM To: user@shale.apache.org Subject: Re: ViewController.preprocess never called On 1/11/07, JS Portal support team [EMAIL PROTECTED] wrote

RE: state tracking for jsp:include's

2007-01-13 Thread Kito D. Mann
Joost, Looking at the issues you're having, it looks like you need one or more other objects in a different scope (such as session). For example, if you had a session-scoped visit object that was injected into your backing beans, it could store state inbetween requests, and your backing beans

RE: How to pass object between backing beans

2007-01-13 Thread JS Portal Support
, 2007 1:08 PM To: user@shale.apache.org Subject: Re: How to pass object between backing beans On 1/13/07, JS Portal support team [EMAIL PROTECTED] wrote: Hi, I have a view (myfiles.jsp) plus backing bean (myfiles). myfiles.jsp has an jsp:include (filestable.jsp) in an s:subview which is backed

Re: [clay] closing urlconnections

2007-01-12 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I noticed that in Clay's ComponentConfigBean$WatchDog the following is used to close the open URLConnections: private void close() { if (connections == null) { return; } for (int i = 0; i connections.length; i++) { connections[i] = null; }

Re: ViewController.preprocess never called

2007-01-11 Thread Craig McClanahan
On 1/11/07, JS Portal support team [EMAIL PROTECTED] wrote: Hi, I have a backing bean which extends an abstract backing bean extending the AbstractViewController. I use preprocess to enlist resources that need to be committed once the entire request is done. However, preprocess never gets

Re: Clicking Cancel twice to get out of sub-dialog?

2007-01-03 Thread Adam A. Koch
I've created a sample WAR application[1] which displays this behaviour. If anyone is willing to download and run it I'd be very grateful! Adam [1] http://www.outofthemold.com/bwa.war

Re: Clicking Cancel twice to get out of sub-dialog?

2007-01-02 Thread Gary VanMatre
-- Original message -- From: Adam Koch [EMAIL PROTECTED] I added immediate=true to my cancel button and added a messages tag to my page, but neither helped. I wonder if you need a viewId attribute on the end state to tell it where to go next? I didn't see one in

Re: How to load faces-config.xml in the test framework?

2007-01-01 Thread Craig McClanahan
On 1/1/07, Paul Spencer [EMAIL PROTECTED] wrote: How do I load faces-config.xml when running a test based on AbstractJsfTestCase? My current testing manually adds the renderers during setUp(). This work, but it has the following drawbacks: 1) The association between a component and it

Re: How to load faces-config.xml in the test framework?

2007-01-01 Thread Paul Spencer
Craig, Yes, we are thing along the same lines. As an example, I have a version hardcoded to MyFaces renderers in place [1][2]. I suspect configuring a digester type utility that reads faces-config.xml located in the class path like JSF implementation do, but also allows a file to be passed

<    2   3   4   5   6   7   8   9   10   11   >