Re: Shale-tiger and Spring 2

2007-07-07 Thread Craig McClanahan
that it's not necessary for Spring 2 or higher). On 7/3/07, Kito D. Mann [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, July 02, 2007 11:27 PM To: user@shale.apache.org; [EMAIL

Re: Shale-tiger and Spring 2

2007-07-02 Thread Craig McClanahan
On 7/2/07, Zarick Lau [EMAIL PROTECTED] wrote: Dear list, Our project currently using JSF RI 1.2, facelets 1.1.11, trinidad 1.0.1. and spring2. I've just added shale-core (for ViewController) into our project. What version of Shale are you using? From version 1.0.4 (the current on) onwards,

Re: How to handle links outside a SCXML Dialog?

2007-06-29 Thread Craig McClanahan
On 6/29/07, Werner Punz [EMAIL PROTECTED] wrote: Rahul Akolkar schrieb: I suspect this will be relevant to both implementations. By design, it helps to think of a dialog as a complete model. However, I think we have talked about bits like headers, footers and navigation bars some time ago,

Re: Shale dialog question

2007-06-28 Thread Craig McClanahan
On 6/28/07, Werner Punz [EMAIL PROTECTED] wrote: Hi everybody, I am just digging through the shale dialog codebase. Maybe I am missing something here, but I cannot see following usecase covered. A User is in a dialog and exits the dialog by altering the url... Now what happens then? I cannot see

Re: Shale Tiger Extensions with Tomcat 5.5.23

2007-06-26 Thread Craig McClanahan
On 6/26/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: i think that particular tomcat has issues with reading listeners That was definitely the case in earlier 5.5 versions ... it's disappointing if they still haven't fixed it. Craig On 6/26/07, Vivian Steller [EMAIL PROTECTED] wrote:

Re: [ANNOUNCE] Recent JSFCentral articles

2007-06-21 Thread Craig McClanahan
productive you will be in your career (because there *are* intelligent organizations, in every part of the globe, that reward clear thinking over lemming-like behavior), and the more valuable will be your contributions to your own culture, and to humanity as a whole. Craig McClanahan

Re: DialogContext and dataTable

2007-06-20 Thread Craig McClanahan
On 6/19/07, samju [EMAIL PROTECTED] wrote: public class Login extends AbstractViewController{ public String editDataTable(){ FacesContext context = FacesContext.getCurrentInstance(); DialogContext dcontext = DialogHelper.getDialogContext(context); Object currentuser = ((appBackingBean)

Re: Shale application deployment problem in weblogic 9.1/9.2....

2007-06-20 Thread Craig McClanahan
On 6/20/07, Krupakar [EMAIL PROTECTED] wrote: I downloaded example shale-blank-current.zip From site http://apache.mirrors.tds.net/shale/ And deployed in weblogic 9.1 and 9.2.. I got the below error while starting(servicing request/startup) the deployment The library ex_shale(1.0.4)

Re: URL Masking

2007-06-13 Thread Craig McClanahan
On 6/13/07, Sudhanshu Ojha [EMAIL PROTECTED] wrote: Hey Thnx for the suggestion, but its not solving the problem I am trying to extend the ViewHandler class and override its abstract methods. Does any one hav any idea how to do that. Shale itself extends ViewHandler functionality[1], so you

Re: Dumb newbie question about using test framework

2007-06-12 Thread Craig McClanahan
On 6/12/07, George Harley [EMAIL PROTECTED] wrote: Hi, Please help. I am trying to run some unit tests of JSF classes using AbstractJsfTestCase as my test case superclass. When I try and run the tests there is a NPE from inside the AbstractJsfTestCase setUp() method. Trace is as follows...

Re: transition between 2 Dialog

2007-06-08 Thread Craig McClanahan
On 6/8/07, samju [EMAIL PROTECTED] wrote: one more attempt to provide more clarity, dialog : Parent Dialog take care of Login and Logout actions subdialog : refresh, delete,.etc. user information AppMainClass: this class provide login and logout action and launch the subdialog activity

Re: transition between 2 Dialog

2007-06-08 Thread Craig McClanahan
On 6/8/07, samju [EMAIL PROTECTED] wrote: ok it make i think i misunderstood the way how Dialog work! for the moment i got: 08.06.2007 18:07:58 org.apache.catalina.core.ApplicationDispatcher invoke SCHWERWIEGEND: Servlet.service() for servlet jsp threw exception javax.faces.FacesException:

Re: Open problems

2007-06-07 Thread Craig McClanahan
On 6/7/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/6/7, [EMAIL PROTECTED] [EMAIL PROTECTED]: Please, I didn't want force anyone and if you understood this is just because my English is very bad. Probably mine is worse :-) What I'm trying to know if I have to plan to deploy the

Re: transition between 2 Dialog

2007-06-07 Thread Craig McClanahan
On 6/7/07, samju [EMAIL PROTECTED] wrote: to resume i have Login.java and two Beans A and B wich are mapped with Hibernate 1-dialog name=login start=activateLog dataClassName=xxx.BBean 2-Login class extends AbstractViewController this class provide a login Action that return the alist other

Re: Is there any one?

2007-06-05 Thread Craig McClanahan
On 6/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This project seems to be deadi'm very afraid! If you mean dead tired, that would definitely describe me! :-). I have been at three conferences in a row the last three weeks (including last week in India), with zero time to do any

Re: No onException called

2007-05-30 Thread Craig McClanahan
On 5/30/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 5/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have configure a my dialogContextListener but If I receive the onEntry method call back (for example) but I don't receive any onException in case I call a transition not setted in

Re: How configure DialogContextListener?

2007-05-28 Thread Craig McClanahan
. At the moment, there is no mechanism to declaratively register a listener. That would make a useful RFE if you wanted to file an issue for it. Craig Mario -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 25 maggio 2007 19.03

Re: How configure DialogContextListener?

2007-05-25 Thread Craig McClanahan
On 5/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, how can i configure a DialogContextListener? Two different ways: (1) Get access to the DialogContext instance for the currently active dialog, then call addDialogContextListener() on it, passing the instance of your listener.

Re: SHALE-409 fix

2007-05-23 Thread Craig McClanahan
On 5/23/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Torsten Krah [EMAIL PROTECTED] The question would be - as the second run is really useless - how to identify annotated tiger beans. If they can be identified (dont know if this is possible and how to do it yet), than the code in run two

Re: SHALE-409 fix

2007-05-23 Thread Craig McClanahan
On 5/23/07, Gary VanMatre [EMAIL PROTECTED] wrote: From: Craig McClanahan [EMAIL PROTECTED] On 5/23/07, Gary VanMatre wrote: From: Torsten Krah [EMAIL PROTECTED] The question would be - as the second run is really useless - how to identify annotated tiger beans. If they can

Re: Remoting changes with viewState

2007-05-22 Thread Craig McClanahan
I haven't heavily tested multiple JSF servlet mappings, but it seems likely that there might be issues in the JSF implementation itself with that. Since you are using prefix mapping for your resources, why not just try: /dynamic/runableEntityHandler/getTaskExtraInfo.jsf instead? Craig

Re: Witch jars

2007-05-22 Thread Craig McClanahan
On 5/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm migrating from Shale1.0.3 to Shale1.0.4 (shale-framework-1.0.4.zip) and I receive this error: Interesting ... this doesn't fail on Sun JDKs, but appears to be an issue on the IBM one. At any rate, there were indeed some bugfixes

Re: How know if a dialogs exists?

2007-05-22 Thread Craig McClanahan
- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 21 maggio 2007 19.40 To: user@shale.apache.org Subject: Re: How know if a dialogs exists? On 5/21/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/21/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Remoting changes with viewState

2007-05-22 Thread Craig McClanahan
issues, and can be investigated from there. Craig Thanks, Joost -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Wednesday, May 23, 2007 8:27 AM To: user@shale.apache.org Subject: Re: Remoting changes with viewState I haven't

Re: How know if a dialogs exists?

2007-05-21 Thread Craig McClanahan
On 5/21/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I need to know if a dialog exists before starting it. Is there a way to know it using shale-basic? Oops ... forgot to answer the second part of that question. You can

Re: AJAX and shale (sub)dialog

2007-05-02 Thread Craig McClanahan
On 5/2/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, What I have is a floating dojo ContentPane (popup) that loads its content though AJAX. What I wish to achieve is for this ContentPane to handle multiple requests/responses without interfering with the underlying view state of the actual

Re: AJAX and shale (sub)dialog

2007-05-02 Thread Craig McClanahan
be a better solution. Craig Thanks, Joost -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Thursday, May 03, 2007 1:52 PM To: user@shale.apache.org Subject: Re: AJAX and shale (sub)dialog On 5/2/07, JS Portal Support [EMAIL PROTECTED

Re: navigate between http and https

2007-04-30 Thread Craig McClanahan
On 4/30/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, Does shale dialog, any of the other shale components or maybe myfaces have the ability to define if the requests should go over http or https. Up to now the only control over this I found was with the tomahawk sanbox form (scheme). I'm

Re: SV: SV: using tld2claycfg

2007-04-22 Thread Craig McClanahan
Joost, Could you try one off the wall idea for me? I note from the trace below that the directory path to the location you are using has spaces in the name (Program Files). Could you try doing this in a directory that does *not* have spaces and see if you get the same behavior? I have seen

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Craig McClanahan
but myfaces does not get fetched. Torsten Am Donnerstag, den 12.04.2007, 20:28 -0700 schrieb Craig McClanahan: On 4/12/07, Torsten Krah [EMAIL PROTECTED] wrote: cd ~/Development/src/shale-parent - top lvl directory of svn checkout mvn clean install Whats interesting is - it seams

Re: SV: Shale Build Error - Lifecycle class not found

2007-04-13 Thread Craig McClanahan
an issue on this so we can get it addressed. Craig Torsten Am Freitag, den 13.04.2007, 09:13 -0700 schrieb Craig McClanahan: On 4/13/07, Torsten Krah [EMAIL PROTECTED] wrote: Yet i did the -U switch, but this should be the same like removing .m2 and let it recreate by mvn install

Re: Basic Dialog Manager

2007-04-12 Thread Craig McClanahan
On 4/11/07, Matthias Wuttke [EMAIL PROTECTED] wrote: Hi! I am trying to use the Basic Dialog Manager. I noticed the following: - If you only include shale-dialog (and not shale-dialog-basic) as a dependency, you will get a NullPointerException in DialogNavigationHandler:121. A more meaningful

Re: Shale Build Error - Lifecycle class not found

2007-04-12 Thread Craig McClanahan
- thought maven would fetch it if needed. Torsten Am Mittwoch, den 11.04.2007, 13:34 -0700 schrieb Craig McClanahan: Hmm ... building the current trunk code (with Maven 2.0.4) works for me when I do the following: cd /framework -- top level directory of my SVN checkout mvn

Re: I want to build Shale with JSF ref implementation.

2007-04-11 Thread Craig McClanahan
On 4/10/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/10/07, apurva mistry [EMAIL PROTECTED] wrote: I downloaded shale-framework-1.1.0-SNAPSHOT, and ran maven build. I build against the JavaServer Faces Reference Implementation by adding -Djsf=ri to the command line. But not sure if it

Re: Basic Dialog Manager

2007-04-11 Thread Craig McClanahan
On 4/11/07, Rahul Akolkar [EMAIL PROTECTED] wrote: I think the email below is mostly a duplicate, if I missed a new question let me know. AFAICT that is true ... I had to moderate both of them through. They were originally sent about 4 hours apart. -Rahul Craig On 4/11/07, Matthias

Re: JSF and Servlet

2007-04-01 Thread Craig McClanahan
On 4/1/07, paksegu [EMAIL PROTECTED] wrote: Hi, Can you call a servlet/methods from a JSF app just as you can with manage beans? Thanks The short answer is yes, but it might help to understand a little bit more about what you are trying to do. A JSF application *is* a servlet based

Re: URLs and backing beans

2007-03-25 Thread Craig McClanahan
On 3/25/07, Brad Smith [EMAIL PROTECTED] wrote: Thanks Kito. I was also considering a servlet filter approach but am leaning towards a custom Processor implementation based on Shale's remoting as you and Rahul recommend. My only lingering concern is the need to have the url end in the same

Re: shale dialog handling

2007-03-13 Thread Craig McClanahan
On 3/13/07, Veit Guna [EMAIL PROTECTED] wrote: The current design assumption is that you can only have one active dialog per window (or frame), and that you want to control the lifetime. Hm. Is the lifetime of the dialog not implicitly configured through the xml? There's a start point and

Re: shale dialog handling

2007-03-13 Thread Craig McClanahan
of your app. Veit Craig Original-Nachricht Datum: Tue, 13 Mar 2007 09:30:42 -0700 Von: Craig McClanahan [EMAIL PROTECTED] An: user@shale.apache.org CC: Betreff: Re: shale dialog handling On 3/13/07, Veit Guna [EMAIL PROTECTED] wrote: The current design assumption

Re: [shale-validator] Shale sub dialog

2007-03-12 Thread Craig McClanahan
On 3/12/07, Pich [EMAIL PROTECTED] wrote: Hi! You understood my purpose of the common dialog correct, using it as a subdialog from any other calling dialog. I now changed the common.confirm dialog to this (I hope I understood your suggestion correctly): dialog name=common.confirm

Re: Re: basic dialog nullpointerexception

2007-03-12 Thread Craig McClanahan
PROTECTED] An: user@shale.apache.org CC: Betreff: Re: basic dialog nullpointerexception I'm using tomcat 5.5.16. Original-Nachricht Datum: Mon, 12 Mar 2007 05:31:50 -0700 Von: Craig McClanahan [EMAIL PROTECTED] An: user@shale.apache.org CC: Betreff: Re: basic dialog

Re: [shale-validator] view controller – site navigation

2007-03-06 Thread Craig McClanahan
On 3/6/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Welcome to JavaServer Faces and post :) - The post goes back to the current page but you render a diferent page on return. So you will most likely always be one page behind in the url. The exception to the case is when you submit to

Re: [shale-validator] view controller – site navigation

2007-03-05 Thread Craig McClanahan
On 3/5/07, gerrit [EMAIL PROTECTED] wrote: This is the way I tried, but it works not for me. Init-method FacesContext facesContext = FacesContext.getCurrentInstance(); NavigationHandler navigationHandler = facesContext.getApplication().getNavigationHandler();

Re: Trouble with simple dialog

2007-02-28 Thread Craig McClanahan
On 2/28/07, Colin Chalmers [EMAIL PROTECTED] wrote: Hi, I'm experimenting with the dialog manager and seem to have ommitted a setting somewhere which is throwing an exception. Basically I'm just hitting one page and after clicking a button I should be brought to the next page, however this is

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Craig McClanahan
On 2/22/07, Hasan Turksoy [EMAIL PROTECTED] wrote: jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: Shale + Ajax4jsf

2007-02-16 Thread Craig McClanahan
On 2/16/07, TrippleT [EMAIL PROTECTED] wrote: craigmcc wrote: I plan to look into this over the weekend. Any quick examples of the kinds of problems you encounter would be helpful in narrowing this down. Craig Hi Craig! Do you got any progress finding the problems integrating

Re: @Property with in out like in seam

2007-02-11 Thread Craig McClanahan
On 2/11/07, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, I wonder if shale should support an out semantic like in shale. I presume you mean like in Seam? :-) In my page classes I always neet to get some object from the session scope and mostly I need to refresh them in the prerender method and

Re: Issue with @Property and request parameter converter

2007-02-09 Thread Craig McClanahan
On 2/9/07, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, I ran in the following issue: I have an EnrollmentPage class with a the property @Property{value=#{param.enrollmentId}) private Long enrollmentId; And this ends up that shale calls during the restore view phase the

Re: npe when I try to initialize and int with a managed bean

2007-02-09 Thread Craig McClanahan
On 2/9/07, Dick Starr [EMAIL PROTECTED] wrote: I am using the shale-framework-20070207 snapshot with tiles. I have a managed bean systemOperatorBean with an int property named searchPageSize. I have another bean named systemOperatorMnt which has property operatorBean with value

Re: tiles integration error

2007-02-07 Thread Craig McClanahan
PROTECTED] On Behalf Of Craig McClanahan Sent: Thursday, February 08, 2007 6:19 AM To: user@shale.apache.org Subject: Re: tiles integration error On 2/7/07, Dick Starr [EMAIL PROTECTED] wrote: I use Shale/Tiles successfully with the nightly builds at http://people.apache.org/builds/shale/nightly/ (I am

Re: Shale + Ajax4jsf

2007-02-02 Thread Craig McClanahan
On 2/2/07, Worm, Danny [EMAIL PROTECTED] wrote: Hi again, I've successfully integrate Ajax4Jsf without Shale. But I don't understand the problem. I hope my report in the extern forum can help to solve the problem, because I'm very interested in shale :-) But I've to use ajax4jsf. I plan to

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: 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: Applicaion Manger and FacesContext

2007-01-28 Thread Craig McClanahan
, in a command that enforced some dynamic security checks. For your scenario, you will want to return false, which means go ahead and run the rest of the request normally. kind regards DaWorm Craig Craig McClanahan wrote: On 1/27/07, Danny Worm [EMAIL PROTECTED] wrote: Hi, I've added

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: 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: 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
that you want to make accessible to the dynamic processor. That's a lot more fine grained and easily understood than having to remember to update URL patterns in context init parameters. - Jim Craig Craig McClanahan wrote: On 1/23/07, James Watkin [EMAIL PROTECTED] wrote: I'm looking

Re: Re : [Shale view 1.0.4]

2007-01-23 Thread Craig McClanahan
of thing. Craig On 1/22/07, Craig McClanahan [EMAIL PROTECTED] wrote: On 1/22/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 1/22/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: I guess since other will run into this, I created a ticket and marked it as fixed for 1.1.0 so the release

Re: Re : [Shale view 1.0.4]

2007-01-22 Thread Craig McClanahan
already in current trunk (see svn commit: r497775) or http://svn.apache.org/viewvc/shale/framework/trunk/shale-view/src/main/java/org/apache/shale/view/faces/ViewPhaseListener.java?view=diffr1=497774r2=497775pathrev=497775 thx, Matt On 1/21/07, Craig McClanahan [EMAIL PROTECTED] wrote

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
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/shale/view/faces/ViewPhaseListener.java?view=diffr1=497774r2=497775pathrev=497775 thx, Matt On 1/21/07, 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: Shale ExceptionHandling

2007-01-20 Thread Craig McClanahan
) builds appear in the usual place[1]. Craig [1] http://people.apache.org/builds/shale/nightly/ Thanks BaTien On Fri, 2007-01-19 at 14:47 -0800, Craig McClanahan wrote: On 1/19/07, Reynolds, James [EMAIL PROTECTED] wrote: I have a question about the org.apache.shale.view.ExceptionHandler

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 Craig McClanahan
to provide feedback to the JSF spec folks that this is an important issue to address in a future JSF spec version. There are feedback links at the public java.net project for the spec https://javaserverfaces-spec-public.dev.java.net. Craig Craig McClanahan wrote: On 1/19/07, Cyril Bouteille

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: 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: 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
developers will be familiar with. It might be worth taking a look at that, although it's in its early stages (six widgets wrapped so far). Cheers, Joost Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, January 15

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 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

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: 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: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread Craig McClanahan
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 27 dicembre 2006 23.13 To: user@shale.apache.org Subject: Re: Servlet 2.3 / JSP 1.2 abandoned? On 12/27/06, Adam Koch [EMAIL PROTECTED] wrote: I'm interested in the Remoting and Dialog Manager. Taking a quick skim through

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread Craig McClanahan
] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 28 dicembre 2006 09.19 To: user@shale.apache.org Subject: Re: Servlet 2.3 / JSP 1.2 abandoned? On 12/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In shale taglib.tld there is the listener

Re: Remoting and Facelets

2006-12-28 Thread Craig McClanahan
On 12/28/06, Greg Reddin [EMAIL PROTECTED] wrote: Is anyone using Shale Remoting with Facelets? Since you're supposed to short-circuit the JSF lifecycle from a remoting method, how would you use facelets to render the resulting view? Is it possible? The sweet spot for Shale Remoting is use

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread Craig McClanahan
On 12/27/06, Adam Koch [EMAIL PROTECTED] wrote: I'm interested in the Remoting and Dialog Manager. Taking a quick skim through the code, I do not see anything in either of these modules that requires Servlet 2.4 or later at the moment -- although I am not really in favor of officially

Re: shale-282 - character encoding problem with remoting/ajax

2006-12-19 Thread Craig McClanahan
On 12/19/06, Torsten Krah [EMAIL PROTECTED] wrote: Works now - don't really know wheres the error was, but once i've did the html encoding by myself and the write it out. Removing this, i really love to debug things ;-), and write the string like it should appear did the work, don't know

Re: s:commonsValidator question

2006-12-16 Thread Craig McClanahan
PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, December 12, 2006 6:56 PM To: user@shale.apache.org Subject: Re: s:commonsValidator question On 12/11/06, JS Portal support team [EMAIL PROTECTED] wrote: If you do not specify messages for these keys in your own application resource bundle

Re: How know current State?

2006-12-12 Thread Craig McClanahan
On 12/12/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Craig Is there a way to know the list of transictions name I have configured, in the dialog, at the current state? (I need this information because if an outcome is not possible in the current state I want disable the item of

Re: Dialog

2006-12-11 Thread Craig McClanahan
On 12/11/06, Meyer, Stefan [EMAIL PROTECTED] wrote: Hi, I am trying to use the trinidad dialog. View ids with a prefix of dialog: are handled in a special way. It seems that shale also uses this naming convention. Is it possible to change the prefix in shale, so that I can use shale and the

Re: s:commonsValidator question

2006-12-11 Thread Craig McClanahan
On 12/11/06, JS Portal support team [EMAIL PROTECTED] wrote: Hi, I have two questions concerning s:commonsValidator tag 1. Is there a way to set the message attribute of the s:commonsValidator with the value resulting from?: h:outputFormat escape=false value=#{labels['err.requiredField']}

Re: s:commonsValidator question

2006-12-11 Thread Craig McClanahan
the Netherlands E: [EMAIL PROTECTED] W: www.jsportal.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Tuesday, December 12, 2006 12:36 PM To: user@shale.apache.org Subject: Re: s:commonsValidator question On 12/11/06, JS Portal

Re: How know current State?

2006-12-09 Thread Craig McClanahan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 4 dicembre 2006 18.04 To: user@shale.apache.org Subject: Re: How know current State? On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Craig, why the programmer or common base class have to implement

Re: CLAY: Using clay to import file in remoting method

2006-12-06 Thread Craig McClanahan
On 12/6/06, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi I think we need to give this a good hard thought. What you (if I read you right) are saying in essence is that Shale/Clay and Ajax will not work. You are not understanding Gary correctly. What you are trying to do, it seems, is based

Re: How know current State?

2006-12-04 Thread Craig McClanahan
and transitions). Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 4 dicembre 2006 00.30 To: user@shale.apache.org Subject: Re: How know current State? On 12/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Craig, I use

Re: How know current State?

2006-12-04 Thread Craig McClanahan
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 4 dicembre 2006 17.02 To: user@shale.apache.org Subject: Re: How know current State? On 12/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, but in this way the programmer must disable/enable the commands basing

Re: How know current State?

2006-12-04 Thread Craig McClanahan
) that I'm going to look at in the next couple of days. Craig Thanks a lot Mario -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 4 dicembre 2006 18.04 To: user@shale.apache.org Subject: Re: How know current State? On 12/4/06

Re: How know current State?

2006-12-03 Thread Craig McClanahan
this: #{dialog.data.authorized} Storing application specific state in the data property means you do not need any access to the internals of the dialog manager. Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 3 dicembre 2006 00.26 To: user

Re: How know current State?

2006-12-03 Thread Craig McClanahan
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 3 dicembre 2006 19.16 To: user@shale.apache.org Subject: Re: How know current State? On 12/3/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, I think is a bad choice use directly the State object

Re: How know current State?

2006-12-02 Thread Craig McClanahan
On 12/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have implemented an extension of t:panelNavigation (x:shalePanelNavigation) that set active all items of the panel that have an action callable based of the current state of the current dialog. At the moment I do: - take the current state

Re: Problem t:datascroller does not work in shale dialog

2006-11-30 Thread Craig McClanahan
attached the sample that reproduce the problem. Thanks for doing this, Mario ... it will help a *lot* in tracking down what is going on. Mario Craig -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: 27 novembre 2006 20.13

  1   2   >