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: Clay templating

2007-03-06 Thread Gary VanMatre
>From: Bernhard Slominski <[EMAIL PROTECTED]> > >> -Ursprüngliche Nachricht- >> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> >> I'll try to give you some more background. There are three >> types of clay templates. >> >> >> >> >> >>org.apache.shale.clay.XML_TEMPLATE_

RE: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread hermod.opstvedt
Hi It's here: https://issues.apache.org/struts/browse/SHALE-420 Hermod -Original Message- From: Hasan Turksoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 2:07 PM To: user@shale.apache.org Subject: Re: no converters/validators exist in jar - only Integer found... thanks Herm

Re: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread Hasan Turksoy
thanks Hermod for your responsiveness... i'm looking for your patch... hasan.. On 3/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi I have created a patch that contains these and will upload it shortly. Hermod -Original Message- From: Hasan Turksoy [mailto:[EMAIL PROTECTED] S

RE: [shale-validator] view contr oller – site navigation

2007-03-06 Thread hermod.opstvedt
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 the same page twice. Hermod -Original Message-

RE: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread hermod.opstvedt
Hi I have created a patch that contains these and will upload it shortly. Hermod -Original Message- From: Hasan Turksoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:19 AM To: user@shale.apache.org Subject: Re: no converters/validators exist in jar - only Integer found... s

RE: [shale-validator] SV: view controller - site navigation

2007-03-06 Thread hermod.opstvedt
Hi What I mean is that you should raise a flag in the init method. Then keep processing, so that the method as is supposed to run (as invoked by your app) gets called further down the processing chain it can then check for the flag and return an appropriate outcome. It you do it like that, yo

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

2007-03-06 Thread gerrit
Hi If I output the view root ViewId I get the following: ViewRoot1: /faces/projekte.jsp ViewRoot2: /faces/aufgaben.jsp FacesContext facesContext = FacesContext.getCurrentInstance(); log.debug("ViewRoot1: "+facesContext.getViewRoot().getViewId()); NavigationHandler navigationHa

Re: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread Hasan Turksoy
sorry for wrong subject sentence... i meant converter/validator TAGS... converters/validators already exist with no problem... On 3/6/07, Hasan Turksoy <[EMAIL PROTECTED]> wrote: hi all, i'm using shale.1.0.4 version... when i looked at converters.tld, javadocs, etc.. it seems there should b

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

2007-03-06 Thread gerrit
Hi The faces-config.xml was only a cutout. I have defined more navigation cases so that different target methods had different outcomes. But I don’t understand what you mean with “Deferring the outcome to the actual method to be invoked”. Should I call a target method from the init method – this

no converters/validators exist in jar - only Integer found...

2007-03-06 Thread Hasan Turksoy
hi all, i'm using shale.1.0.4 version... when i looked at converters.tld, javadocs, etc.. it seems there should be DoubleConverterTag, FloatConverterTag, etc.. but i can not find any converter/validator tags inside my jar file... looked into nightly jars, but no success... does anybody know what'

RE: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread hermod.opstvedt
Hi Yepp, there is only a IntegerConverterTag - I guess this is "in-progress". Hermod -Original Message- From: Hasan Turksoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:19 AM To: user@shale.apache.org Subject: Re: no converters/validators exist in jar - only Integer found...

RE: Clay templating

2007-03-06 Thread hermod.opstvedt
Hi It's not there because it is not used (I wrote the tutorial) in this tutorial. Maybe we should add another tutorial where we show that too? Hermod -Original Message- From: Bernhard Slominski [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 8:58 AM To: 'user@shale.apache.org' S

RE: no converters/validators exist in jar - only Integer found...

2007-03-06 Thread hermod.opstvedt
Hi You should find them in shale-validator.jar of from subversion [1] [1] https://svn.apache.org/repos/asf/shale/framework/trunk/shale-validator Hermod -Original Message- From: Hasan Turksoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:15 AM To: user@shale.apache.org Subjec

RE: Clay templating

2007-03-06 Thread Bernhard Slominski
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I'll try to give you some more background. There are three > types of clay templates. > > > > > >org.apache.shale.clay.XML_TEMPLATE_SUFFIX > > .fhtml > > > Html templates use and exte