Shale Remoting 1.0.4 not decoding HTTP param in UTF-8?

2008-12-19 Thread Cyril Bouteille
Hello, We seem to have a problem decoding HTTP params with Shale Remoting 1.0.4 + Sun App Server 9.1_02 w/ Mojarra 1.2_04-b22-p05. E.g. Občanská Plovárna gets decoded as Ob?anská Plovárna Note á gets decoded ok but not č although our sun-web-appparameter-encoding default-charset=utf-8

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre
-- Original message -- From: Eric Chow [EMAIL PROTECTED] Hello, Can Shalre-Remoting load static javascript from JAR without using JSF? If it can, can you show me a simple example? The shale remoting library is a value add for JSF and assumes JSF. That's

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote: The shale remoting library is a value add for JSF and assumes JSF. That's true for all shale libraries. ... except bits of Shale Test, which can be used without JSF. -- Wendy

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On Wed, Jul 16, 2008 at 2:39 PM, Gary VanMatre [EMAIL PROTECTED] wrote: The shale remoting library is a value add for JSF and assumes JSF. That's true for all shale libraries. ... except bits of Shale Test, which can be used without JSF. True

Re: Can shale remoting use in web application without JSF?

2008-07-16 Thread Wendy Smoak
On Wed, Jul 16, 2008 at 3:37 PM, Gary VanMatre [EMAIL PROTECTED] wrote: True, but it's still built on and has dependencies with the JSF API's. We just provide mock implementations. I'm thinking of CargoTestSetup, which has no JSF dependencies at all. I've used it to test Struts apps, for

Can shale remoting use in web application without JSF?

2008-07-15 Thread Eric Chow
Hello, Can Shalre-Remoting load static javascript from JAR without using JSF? If it can, can you show me a simple example? Best regards, Eric

Ajax Form Post, Shale Remoting and Glassfish

2007-10-01 Thread Brody Wong
I am using Aajx (Yahoo UI!'s asyncRequest) to post a form. YAHOO.util.Connect.setForm(moduleForm); YAHOO.util.Connect.asyncRequest('POST', 'dynamic/a_backing_bean/save.jsf', ... At backend, I am using Shale-Remoting to catch the result. I make the call public void save

Remoting changes with viewState

2007-05-22 Thread JS Portal Support
Hi, I'm using remoting and it works great! But unfortunately if I have a page load partial content though remoting, the request seems to change the underlying viewState of the JSF view. I'm using the : context-param param-nameorg.apache.shale.remoting.FACES_SERVLET_MAPPING_INDEX/param-nam e

Re: Remoting changes with viewState

2007-05-22 Thread Craig McClanahan
On 5/22/07, JS Portal Support [EMAIL PROTECTED] wrote: Hi, I'm using remoting and it works great! But unfortunately if I have a page load partial content though remoting, the request seems to change the underlying viewState of the JSF view. I'm using the : context-param param

RE: Remoting changes with viewState

2007-05-22 Thread JS Portal Support
suggest raising this issue in the myfaces list? 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 heavily tested

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

Remoting and other app security concerns - shale 1.0.3

2007-01-16 Thread Costa Basil
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, and they should be enabled once

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

Remoting and Facelets

2006-12-28 Thread Greg Reddin
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? Thanks, Greg

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: shale-282 - character encoding problem with remoting/ajax

2006-12-19 Thread Craig McClanahan
anymore why i did the escaping once by myself. So forget about this - works fine now using latest svn remoting + prototype 1.4.0 library. I'm glad it works now. If you picked up a fairly recent nightly build, then you got the benefit of a bugfix for this that I checked in in mid-November, based

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

2006-12-15 Thread Torsten Krah
Any hints about this - using latest trunk and the problem is still there :( Am Mittwoch, den 01.11.2006, 12:07 +0100 schrieb Torsten Krah: I am using german umlauts - the messages in the bundles are encoded in java unicode notation, works fine for all Message things. Now using remoting - its

RE: SV: CLAY: Using clay to import file in remoting method

2006-12-07 Thread hermod.opstvedt
. Hemrod -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 10:45 PM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: SV: CLAY: Using clay to import file in remoting method From: Hermod Opstvedt [EMAIL PROTECTED] Hi I think

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

2006-12-07 Thread hermod.opstvedt
PROTECTED] Subject: Re: CLAY: Using clay to import file in remoting method 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

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

2006-12-07 Thread Gary VanMatre
as a standalone module, and what it would require was jsf viewrootid, would we then not be able to acomplish both? Then one could feed it the regular viewrootid when operating as normal, and in a Ajax remoting scenario one would then create a new viewrootId and feed it that with other nessecary

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

2006-12-06 Thread Craig McClanahan
the asynchronous requests. You seem to be expecting the former, and blaming Clay because this doesn't happen. The reality is that Shale Remoting is focused on the latter case, not the former. The fact that synchronizing changes to the component tree is based on that fact -- using Clay, or JSP

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

2006-12-05 Thread Ian.Priest
Responses below... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 15:54 To: user@shale.apache.org Subject: Re: CLAY: Using clay to import file in remoting method From: Ian.Priest [EMAIL PROTECTED] Hi, I've set up a couple

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

2006-12-05 Thread hermod.opstvedt
file in remoting method Responses below... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 December 2006 15:54 To: user@shale.apache.org Subject: Re: CLAY: Using clay to import file in remoting method From: Ian.Priest [EMAIL PROTECTED] Hi

CLAY: Using clay to import file in remoting method

2006-12-04 Thread Ian.Priest
Hi, I've set up a couple of remoting methods, but I don't really want to code the HTML in my java method. What I'd like to do is have the snippet of HTML returned by my remoting method defined in the same way as the rest of the html on the site; i.e. in an html file that's loaded by Clay. My

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

2006-12-04 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] Hi, I've set up a couple of remoting methods, but I don't really want to code the HTML in my java method. Are you talking about Shale/Ajax style of remoting? What I'd like to do is have the snippet of HTML returned by my remoting method defined

Several items including dependencies, Remoting

2006-10-18 Thread Adam Koch
First, some suggestions for the website: On the Issue tracking page, the link Search the mailing list archive links to the Struts mailing list. The Shale Framework page states you can successfully run Shale based applications on a Servlet 2.3 / JSP 1.2 platform but LifecycleListener, part of the

Re: Shale remoting url ?

2006-10-17 Thread Sean Comerford
-remoting-1.0.3 required to use remoting? And is there anything else other than the shale filter entry that I need in my web.xml? And yes, I have a faces-config entry for the bean... standard JSF bindings for it work but the remoting ones don't :) On 10/17/06 11:15 AM, Matthias Wessendorf [EMAIL

Re: Shale remoting url ?

2006-10-17 Thread Craig McClanahan
... is anything else other than shale-core-1.0.3 and shale-remoting-1.0.3 required to use remoting? Actually, you should not even need shale-core-1.0.3.jar ... Shale Remoting is completely stand alone. And is there anything else other than the shale filter entry that I need in my web.xml? And yes, I

Re: shale remoting does not with with jboss seam

2006-10-10 Thread William Huang
PatchShaleSeamPhaseListener extends SeamPhaseListener { @Override public void afterPhase(PhaseEvent p_event) { super.afterPhase(p_event); //Patch for Shale Remoting error Lifecycle.setPhaseId(p_event.getPhaseId()); } } It fixed the NPE, and all my custom

Re: Remoting

2006-07-19 Thread Craig McClanahan
On 7/19/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: Let me preface my message with this: I am relatively new to Shale and the remoting capabilities it has to offer. I am curious to understand the functionality better. I'd like to know if it is possible to pull in the contents

Re: Remoting

2006-07-19 Thread Craig McClanahan
, Craig McClanahan [EMAIL PROTECTED] wrote: On 7/19/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: Let me preface my message with this: I am relatively new to Shale and the remoting capabilities it has to offer. I am curious to understand the functionality better. I'd like

Re: Remoting

2006-07-19 Thread Matthias Wessendorf
and the remoting capabilities it has to offer. I am curious to understand the functionality better. I'd like to know if it is possible to pull in the contents of a JSP in as part of the response. If so, can the JSP have JSF tags in it and how would I go about this? I have a backing bean

Re: Remoting

2006-07-19 Thread James Mitchell
McClanahan [EMAIL PROTECTED] wrote: On 7/19/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: Let me preface my message with this: I am relatively new to Shale and the remoting capabilities it has to offer. I am curious to understand the functionality better. I'd like