Re: [SHALE] prerender() never called..?

2005-08-28 Thread Craig McClanahan
On 8/28/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Bjørn T Johansen" <[EMAIL PROTECTED]> > > > I am trying to access the download area, > > http://cvs.apache.org/builds/struts/nightly/struts-shale/core-library/ > > but all I get is this..: > > > > Not Found > > Back up one directory, Cra

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Wendy Smoak
From: "Bjørn T Johansen" <[EMAIL PROTECTED]> I am trying to access the download area, http://cvs.apache.org/builds/struts/nightly/struts-shale/core-library/ but all I get is this..: Not Found Back up one directory, Craig recently changed the way the nightly builds are packaged: http://cv

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
Craig McClanahan wrote: > On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > >>Ok, that I did not know... > > > Tonight's nightly build will include Javadocs for ViewController that > make this requirement much more explicit -- you're not the first > person to run into it. I am trying to

JSP with textarea/Form getter and german special character problem

2005-08-28 Thread Andreas Scheucher
Hello, I have got a JSP with an textarea. Whene i read out the value over the getter from the related formBean, i get wrong characters for german spezial characters: äöüÄÖÜß ( right encoding is ä ö ü Ä ß becomes to äöüÃ?Ã?Ã?Ã? Can anybody tell me, what to do to get the characters in

Re: [SHALE] ViewController vs. plain JSF

2005-08-28 Thread Frank W. Zammetti
Craig McClanahan wrote: Bottom line -- yes, you can certainly do it all with raw JSF APIs, but who in their right mind would want to? Let Shale do it. (This is analogous to writing your own MVC framework instead of using an existing one ... yes, you can do that on top of the servlet API, but wh

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Craig McClanahan
On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > Ok, that I did not know... Tonight's nightly build will include Javadocs for ViewController that make this requirement much more explicit -- you're not the first person to run into it. > But now I have changed the name of my managed bean t

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
Ok, that I did not know... But now I have changed the name of my managed bean to correspond to this naming scheme, but still no methods is called...? Am I missing more...? BTJ Craig McClanahan wrote: > On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > >>I have a managed bean that implem

Re: [SHALE] prerender() never called..?

2005-08-28 Thread Craig McClanahan
On 8/28/05, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > I have a managed bean that implements ViewController and I also have changed > the > view-handler to ShaleViewHandler, but none of the methods in the > ViewController is called... > What am I missing? > The most common cause for this is

Re: [SHALE] ViewController vs. plain JSF

2005-08-28 Thread Craig McClanahan
On 8/28/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Hi all (but specifically Craig perhaps)... > > I'm putting together my first Shale app, and so far I have much of the > basics down, although it winds up being basically just plain JSF at this > point. > > I'm coming up against one thing

[SHALE] prerender() never called..?

2005-08-28 Thread Bjørn T Johansen
I have a managed bean that implements ViewController and I also have changed the view-handler to ShaleViewHandler, but none of the methods in the ViewController is called... What am I missing? Regards, BTJ --

[SHALE] ViewController vs. plain JSF

2005-08-28 Thread Frank W. Zammetti
Hi all (but specifically Craig perhaps)... I'm putting together my first Shale app, and so far I have much of the basics down, although it winds up being basically just plain JSF at this point. I'm coming up against one thing that I'd like to ask bere... Rick Reumann was very helpful in prov

Re: debugging tomcat with eclipse

2005-08-28 Thread zheng chengbao
i'am using myeclipse,it is very easy to debug 2005/8/27, Jay Sheth <[EMAIL PROTECTED]>: > > HI, > > It would be great if you could give some hints on how to debug tomcat > with eclipse. > > I have tried the following: > > * Running tomcat with option jpda start and then running a remote java