Re: variable resolver/dependency injection problem

2006-08-21 Thread Craig McClanahan
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, August 21, 2006 3:51 PM To: user@shale.apache.org Subject: Re: variable resolver/dependency injection problem On 8/21/06, Fausey,Jonathan <[EMAIL PROTECTED]> wrote: > > I used the shale-framework-1.0.3-

RE: variable resolver/dependency injection problem

2006-08-21 Thread Fausey,Jonathan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Monday, August 21, 2006 4:25 PM To: user@shale.apache.org Subject: Re: variable resolver/dependency injection problem On 8/21/06, Fausey,Jonathan <[EMAIL PROTECTED]> wrote: > > I grabbed shale-sql-bro

Re: Questions about the logo contest

2006-09-06 Thread James Mitchell
On Sep 6, 2006, at 7:22 AM, Randahl Fink Isaksen wrote: Three questions: 1. Are we not supposed to wait until September 19 before voting? No, there's no harm in voting early. 2. On the contest page it says "Everyone is welcome to vote, however, only binding votes will be used to determin

Re: cactus and shale test framework

2006-09-07 Thread Craig McClanahan
On 9/6/06, Jason Vincent <[EMAIL PROTECTED]> wrote: Hi there, I'm trying to create some junit tests for my VC's. All my current domain tests use Cactus so that they can use the DB connectivity. To use cactus, my test cases are extending ServletTestCase. So when I want to test the VC's I woul

Re: Shale validation with custom rules

2006-09-25 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > I'm having trouble with a custom validation rule. This used to work, > before we had and before the switch to > commons-validator 1.3.0. (Not that either of those changes is > necessarily the cause of this problem, just trying to establish a > timel

Re: Shale validation with custom rules

2006-09-26 Thread Wendy Smoak
On 9/25/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: There are several issues logged in the commons validator that required some change. I think you are missing the formset/form info for your custom rule. Thanks, that was it. Can you clarify something in the Javadoc [1]? It says "Within th

Re: Shale validation with custom rules

2006-09-26 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 9/25/06, Gary VanMatre wrote: > > > There are several issues logged in the commons validator that required some > change. I think you are missing the formset/form info for your custom rule. > > Thanks, that was it. > > Can you clarify somethin

Re: Shale-Tiles and JSF 1.2

2006-09-29 Thread Craig McClanahan
On 9/29/06, Steven Oglesby <[EMAIL PROTECTED]> wrote: I originally posted a message because I could not get this working. However, it does not seem to have ever reached the mailing list. I have now solved my problem. The TilesViewHandler does not seem to handle the JSF 1.2 spec. It does not f

Re: Order of validating the components

2006-10-05 Thread Craig McClanahan
On 10/5/06, a k <[EMAIL PROTECTED]> wrote: Hi, I was looking at the source for Token and I saw this comment in there: // WARNING - for this test to be successful, the token component must // be the last input component child of the parent form to be // processed I unde

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Antonio Petrelli
Gregg Leichtman ha scritto: /index.jsp: The problem is that you are trying to forward to a layout page, without filling its attributes. You have to forward to a page that contains: (I guess this is what you need) where "/welcomePage" is the name of the definition. Ciao Antonio

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Gregg Leichtman
I suppose that I could create a different definition like: and then use however, I have used the previous method for rendering the "put" described _within_ the definition successfully under Tomcat with shale-1.0.3. Thi

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Antonio Petrelli
Gregg Leichtman ha scritto: I suppose that I could create a different definition like: and then use This is the *right* way! however, I have used the previous method for rendering the "put" described _within_

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Gregg Leichtman
I'm referring to the following post from Mr. Starr: RE: Shale 1.0.3 and Tiles Question - Tag Question <http://www.nabble.com/RE%3A-Shale-1.0.3-and-Tiles-Question---Tag-Question-p6288731.html> Click to flag this post by Dick Starr <http://www.nabble.com/user/UserProfile

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Antonio Petrelli
Gregg Leichtman ha scritto: Sorry, I'm still confused as to how my original approach is different from Mr. Starr's. As far as I can see, he seems to be inserting tiles in his /tiles/layouts/classicLayout _directly_ from the "puts" for title and body, not from an extended definition wrapped arou

RE: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Dick Starr
he 10/4/06 release of Shale. My index.jsp now says where "systemLogon.faces" is a tile def as follows: Dick -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 6:50 AM To: user@shale.apache.org Subject: Re: Tiles

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Greg Reddin
On Oct 11, 2006, at 6:06 AM, Gregg Leichtman wrote: I suppose that I could create a different definition like: and then use however, I have used the previous method for rendering the "put" described _within_ the defini

RE: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Dick Starr
ld be: -Original Message- From: Dick Starr Sent: Wednesday, October 11, 2006 8:42 AM To: user@shale.apache.org Subject: RE: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException I never did like the fact that my index.jsp couldn't just reference a tile, but it was th

Re: clay and tomahawk's panelNavigation2 component

2006-10-11 Thread Tomasz Pasierb
Anyone? Tomasz Pasierb napisał(a): Hey Guys, have anyone of you used Tomahawk's panelNavigation2 component with clay successfully? I put commandNavigation2 tags inside that render links. This is all static defined in a html component. I'm actually having some problems with this. I have the

Re: Shale and Hibernate integration example

2006-10-13 Thread Craig McClanahan
On 10/13/06, ying lcs <[EMAIL PROTECTED]> wrote: Hi, Is there any example for Shale and Hibernate integration? We can't ship such a demo from Apache due to license incompatibility issues, but there is a demo in the process of being built at the Shale Goodies project on Google's project hostin

Re: Tomahawk t:stylesheet component in Clay

2006-10-16 Thread Ryan Wynn
On 10/16/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Since my does not work anymore, I thought I would give the Tomahawk t:stylesheet component a try. However it does not seem to work properly: In my Clay template .html file I have: I think what you may want here instead is I thin

Re: Shale Tiger - using module jars.

2006-10-23 Thread Craig McClanahan
On 10/23/06, Jason Vincent <[EMAIL PROTECTED]> wrote: Hi all, I'm interested in using Tiger to help configure some of my common components that are shared across several web apps. For every web app I've been creating, I have a common JAR file that is included in the WAR when the web app is con

Re: Myfaces Sandbox ConversationTag & Clay possible?

2006-10-23 Thread Craig McClanahan
On 10/23/06, Torsten Krah <[EMAIL PROTECTED]> wrote: Is this possible, or not needed when using the upcoming dialog2? This is definitely something we should test, but I would not anticipate any problems. On the other hand, I have a nontrivial amount of discomfort with the fact that Conversat

Re: Myfaces Sandbox ConversationTag & Clay possible?

2006-10-23 Thread Rahul Akolkar
On 10/23/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 10/23/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > > Btw ist 1.0.4 usable, especially the scxml dialog2? From an API perspective, I think we're done (although a bit more testing around browser navigation buttons is still needed).

Re: Myfaces Sandbox ConversationTag & Clay possible?

2006-10-25 Thread Torsten Krah
thx for your answers - i think i am going to evaluate 1.0.4 and its new dialog implementation. Torsten Am Dienstag, den 24.10.2006, 01:48 -0400 schrieb Rahul Akolkar: > On 10/23/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > On 10/23/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > > > > > > >

Re[2]: Problems with example war

2006-10-29 Thread Thomas Walland
I downloaded the war file from http://people.apache.org/dist/shale/v1.0.3/shale-clay-usecases-1.0.3.zip and deployed it to my tomcat. I also have windows xp, tomcat 5.5 and java 5 but it doesn't work. Maybe I should try to check out the newest version from svn. But then i have to build the source

Re[3]: Problems with example war

2006-10-29 Thread Thomas Walland
Because I don't want to build the source by my own, i tried also the nightly build version of the example. But with the same result: org.apache.jasper.JasperException: Exception in JSP: /welcome.jsp:1 1: Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspSer

Re[5]: Problems with example war

2006-10-29 Thread Thomas Walland
these are very strange errors. I've tried the following: If I copy the jar-lib's from the war file to the commons/lib directory of tomcat, I can start the webapp and see the first page of the example. But I cannot click anything? If I click, i get other errors...

Re[6]: Problems with example war

2006-10-29 Thread Thomas Walland
I still have some troubles with shale. I found out that myfaces only works, if i paste this to the web.xml: org.apache.myfaces.webapp.StartupServletContextListener After that I get another error which looks like this: javax.servlet.ServletException: ComponentConfigBean is not lo

Re[8]: Problems with example war

2006-10-30 Thread Thomas Walland
I am sure, that tomcat 5.5 is running. I start the server on the console with tomcat5.exe. When i do this, i get the following: C:\Programme\Apache Software Foundation\Tomcat 5.5\bin>tomcat5.exe 30.10.2006 09:33:34 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomc

Re[10]: Problems with example war

2006-10-30 Thread Thomas Walland
I solved the problem! I don't know if this is only a problem on my machine. I used a german windows xp professional edition and installed tomcat in de suggested default path unter c:\programms\apache software foundation\tomcat 5.5\... Seems this is a too long name for shale or something other or

Re: New to shale and jsf

2006-11-01 Thread Craig McClanahan
On 11/1/06, Jonathan Smith <[EMAIL PROTECTED]> wrote: Hi I am new to shale and JSFI was wondering if there was a shale example in which a list get iterated through and displayed. like a list of employees or items in a store, something like that. Or if there is a JSF or shale component that can

Re: New to shale and jsf

2006-11-01 Thread Matthias Wessendorf
Jonathan- the Shale framework is more an extension of JSF. JSF++ I'd like to call it :) The best is the ViewController, check the use case for that. Also sweet is the remoting, the tiger and the testing-support. Dialog is also in there. Enable you to do *wizards* based on a xml conf. (these thi

Re: Not really a Shale-Problem...

2006-11-06 Thread Craig McClanahan
On 11/6/06, Thomas Walland <[EMAIL PROTECTED]> wrote: Sorry for that mail, but I have a questions which belongs not really to shale. Maybe someone of you can help me? I want to declare a link with the xlink-specification of the W3C but it doesn't work, like I want it to work. What I want to d

Re: [scxml] dialog not found problem

2006-11-07 Thread Torsten Krah
Hm seconds after posting it and reading the configs xx times i saw the change in dialog-config.xml, its not any longer , but , thx to me ;) Torsten Am Dienstag, den 07.11.2006, 17:08 +0100 schrieb Torsten Krah: > Got it working once, but now i don't find out whats going wrong since > i've change

Re: [scxml] dialog not found problem

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Torsten Krah <[EMAIL PROTECTED]> wrote: Hm seconds after posting it and reading the configs xx times i saw the change in dialog-config.xml, its not any longer , but , thx to me ;) Sorry, I changed the root element. I try to update the site documentation whenever I make any change

Re: [scxml] dialog not found problem

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Hermod Opstvedt <[EMAIL PROTECTED]> wrote: Hi Should it not be: WEB-INF/dialog-config.xml? (Note the missing leading slash) Thats fine. Its doing a ExternalContext#getResource(String) under the hood, and the leading slash is needed (things are relative to current context root).

Re: s:token tag as last component.

2006-11-09 Thread Craig McClanahan
On 11/9/06, Jason Vincent <[EMAIL PROTECTED]> wrote: Hi all, I've read that the s:token tag must now be the last component in the form's child compnents. I was hoping that perhaps there is an autmatic way to get all forms to use the token tag, without me having to remember to put in the page so

Re: Tiger extension - beans/views ignored

2006-11-10 Thread Torsten Krah
To be more exact, the corresponding jar file got the faces-config.xml in meta-inf: 10-Nov-2006 16:07:07 PM [INFO] (FacesConfigurator.java:feedClassloaderConfigurations:250) Reading config jar:file:/home/tkrah/Development/bin/app/WEB-INF/lib/app-dev.jar!/META-INF/faces-config.xml Tiger installed i

Re: Tiger extension - beans/views ignored

2006-11-10 Thread Craig McClanahan
On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote: I put an empty faces-config.xml in my app/META-INF directory. The annotated classes are in a jar file which is in app/WEB-INF/lib . This should be enough to make my annotations work with tiger - right? The empty faces-config.xml needs to be

Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Yeah, noticed that in my anser to myself - i have the xml file in the jar file itself, look at the answer to myself. However its not working. Torsten Am Freitag, den 10.11.2006, 10:53 -0800 schrieb Craig McClanahan: > On 11/10/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > > > > I put an empty fac

Re: Tiger extension - beans/views ignored

2006-11-12 Thread Craig McClanahan
On 11/12/06, Torsten Krah <[EMAIL PROTECTED]> wrote: Yeah, noticed that in my anser to myself - i have the xml file in the jar file itself, look at the answer to myself. However its not working. Does the shale-sql-browser sample app work for you? It requires the annotations in order to succe

Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Build and using tiger already from sources, so it should work. The sql app cannot be tested yet because 56k modem is too slow to download things, i'll test tomorrow. Am Sonntag, den 12.11.2006, 07:53 -0800 schrieb Craig McClanahan: > On 11/12/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > > > > Yea

Re: Tiger extension - beans/views ignored

2006-11-12 Thread Torsten Krah
Ok works now - ant screwed all up :-(, but now it works - sorry for the noise. Torsten Am Sonntag, den 12.11.2006, 19:35 +0100 schrieb Torsten Krah: > Build and using tiger already from sources, so it should work. The sql > app cannot be tested yet because 56k modem is too slow to download > thin

Re: Cannot subscribe to the list

2006-11-12 Thread Wendy Smoak
On 11/12/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: Hi! i`m trying to subscribe to the user@shale.apache.org but i got as reply the following: Technical details of permanent failure: PERM_FAILURE: SMTP Error (state 12): 552 spam score (5.5) exceeded threshold Was the message completely empty?

Re: Cannot subscribe to the list

2006-11-12 Thread James Mitchell
Sending as HTML also helps to boost the score up on the spam scale, be sure you send as text. -- James Mitchell 678.910.8017 On Nov 12, 2006, at 7:23 PM, Wendy Smoak wrote: On 11/12/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: Hi! i`m trying to subscribe to the user@shale.apache.org but i

Re: This Shale/Tiles configuration works

2006-11-18 Thread Alarc
Hi, I am interested to discuss new features to a future version of Shale and I would like to know if there is interest on discussing them; if so, please reply. Meanwhile, I am writing down the details. Un abrazo, Vladimir. PS: Sorry for my english :( --- Dick Starr <[EMAIL PROTECTED]> wrote: >

Re: This Shale/Tiles configuration works

2006-11-18 Thread Wendy Smoak
On 11/18/06, Alarcón Vladimir <[EMAIL PROTECTED]> wrote: Hi, I am interested to discuss new features to a future version of Shale and I would like to know if there is interest on discussing them; if so, please reply. Sure! The best way would be to start a new thread on the mailing list and us

RE: This Shale/Tiles configuration works

2006-11-19 Thread mario.buonopane
I'm very interested! -Original Message- From: Alarcón" Vladimir [mailto:[EMAIL PROTECTED] Sent: 18 novembre 2006 18.00 To: user@shale.apache.org Subject: Re: This Shale/Tiles configuration works Hi, I am interested to discuss new features to a future version of Shale and I wou

RE: This Shale/Tiles configuration works

2006-11-23 Thread Alarc
dimir > [mailto:[EMAIL PROTECTED] > Sent: 18 novembre 2006 18.00 > To: user@shale.apache.org > Subject: Re: This Shale/Tiles configuration works > > Hi, I am interested to discuss new features to a > future version of Shale and I would like to know if > there is inte

Re: Dependency with MyFaces in 1.0.3

2006-11-24 Thread Wendy Smoak
On 11/24/06, Enrique Medina Montenegro <[EMAIL PROTECTED]> wrote: I found an annoying dependency (for my project) inside the pom.xml in the META-INF folder that makes reference to MyFaces 1.1.1. My problem is I end up by having both those JARs and 1.1.2, which are the real ones I want in my appl

Re: Dependency with MyFaces in 1.0.3

2006-11-24 Thread Enrique Medina Montenegro
Ok, thanks Wendy. Also a dependency with myfaces 1.1.0 is being downloaded from commons-chain... On 11/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 11/24/06, Enrique Medina Montenegro <[EMAIL PROTECTED]> wrote: > I found an annoying dependency (for my project) inside the pom.xml in the > M

Re: SV: Clay, Tomahawk and jscookmenu

2006-12-17 Thread Gary VanMatre
; Fra: Steve Olson [mailto:[EMAIL PROTECTED] > Sendt: 17. desember 2006 17:55 > Til: user@shale.apache.org > Emne: Re: Clay, Tomahawk and jscookmenu > > Thanks for the info. I looked at both the code below and your site, and > have a couple questions. It looks lik

RE: SV: Clay, Tomahawk and jscookmenu

2006-12-17 Thread hermod.opstvedt
: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: SV: Clay, Tomahawk and jscookmenu >From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > Your assumptions are correct. As I stated in my first mail, I had to do some > tweaks. In the jscookmenu that comes with tom

RE: SV: Clay, Tomahawk and jscookmenu

2006-12-18 Thread Gary VanMatre
mod > Gary > -Original Message- > From: Gary VanMatre [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 12:30 AM > To: user@shale.apache.org; [EMAIL PROTECTED] > Subject: Re: SV: Clay, Tomahawk and jscookmenu > > > >From: Hermod Opstvedt > &

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread Wendy Smoak
On 12/27/06, Adam Koch <[EMAIL PROTECTED]> wrote: I have an old printed copy of the Shale main page and it said that Shale will run on Servlet 2.3 and JSP 1.2 (with slight modifications). Since it's not there any more, I wanted to know if this feature was removed? Is there something in Servlet 2

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread Adam Koch
I'm interested in the Remoting and the Dialog Manager. On 12/27/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 12/27/06, Adam Koch <[EMAIL PROTECTED]> wrote: > I have an old printed copy of the Shale main page and it said that Shale > will run on Servlet 2.3 and JSP 1.2 (with slight modificatio

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread Adam Koch
I'm interested in the Remoting and Dialog Manager. On 12/27/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 12/27/06, Adam Koch <[EMAIL PROTECTED]> wrote: > I have an old printed copy of the Shale main page and it said that Shale > will run on Servlet 2.3 and JSP 1.2 (with slight modifications).

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 reduc

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread Adam Koch
Thank you for your answer! The reason I ask is because my company uses WebLogic 8.1.

RE: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-27 Thread mario.buonopane
om: [EMAIL 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 Man

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread Craig McClanahan
-- From: [EMAIL 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 Dial

RE: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread mario.buonopane
Do I need this module if I only use Dialog Manager? -Original Message- From: [EMAIL PROTECTED] [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

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-28 Thread Craig McClanahan
L PROTECTED] [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.tl

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-29 Thread Adam Koch
I went to http://people.apache.org/builds/shale/nightly/ but didn't find any dialog-specific jars. Do I have to use "Maven repositories" (which I don't know how to use) to get to the jar files?

Re: Servlet 2.3 / JSP 1.2 abandoned?

2006-12-29 Thread Rahul Akolkar
On 12/29/06, Adam Koch <[EMAIL PROTECTED]> wrote: I went to http://people.apache.org/builds/shale/nightly/ but didn't find any dialog-specific jars. Do I have to use "Maven repositories" (which I don't know how to use) to get to the jar files? Download the shale-framework-.zip file, once u

Re: Servlet 2.3 / JSP 1.2 abandoned?

2007-01-03 Thread Adam A. Koch
Thanks!

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

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 o

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

RE: JSF 1.1 vs. JSF 1.2

2007-01-18 Thread Kito D. Mann
> > 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 > it's worth pushing my employers really hard

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 e

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: Choosing a JSF/AJAX Framework

2007-01-23 Thread Craig McClanahan
On 1/23/07, James Watkin <[EMAIL PROTECTED]> wrote: I'm looking for a new web application framework. From attending various conferences and selected readings, it appears that a framework which supports JSF and AJAX is probably what we're looking for. Again, based solely on conferences and selec

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: Integrating JSF and Shale Tiles

2007-01-24 Thread Greg Reddin
On 1/24/07, Craig McClanahan <[EMAIL PROTECTED]> wrote: > INFO: Initializing TilesServlet > 24-Jan-2007 16:05:29 org.apache.tiles.servlet.TilesServletreadFactoryConfig > INFO: CONFIG FILES WERE NOT DEFINED IN WEB.XML, LOOKING FOR > /WEB-INF/tiles.xml This message implies that your context init

Re: How to use Dialogs and ?

2007-01-24 Thread Craig McClanahan
On 1/24/07, Paul Spencer <[EMAIL PROTECTED]> wrote: I would like to start a dialog from a menu. The following does not appear to start the dialog: For this to work, the logic in the "action" attribute (in the JSP tag) would need to have the same special casing that the standard and ta

Re: Choosing a JSF/AJAX Framework

2007-01-24 Thread James Watkin
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: http://w.on24.com/r.htm?e=25412&s=1&k=1C3610AF899E09A2EFD26F0FD6B7875E&partnerref=atssc_sitepost_01_16_07 In this interview, Ed Burns talked ab

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: http://w.on24.com/r.htm?e=25412&s=1&k=1C3610AF899E09A2EFD26F0FD6B7875E&partnerref=atssc_sit

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

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

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 a

Re: specifying shale-tiger parsing classpath?

2007-01-29 Thread Rahul Akolkar
On 1/29/07, amjad Shahrour <[EMAIL PROTECTED]> wrote: hi, Can I instruct shale-tiger to parse only what i want, or maybe exclude paths form being parsed. You could use the "org.apache.shale.tiger.SCAN_PACKAGES" context initialization parameter (in your application descriptor). Its a comma-se

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 thought

Re: My exception handling is broken

2007-02-03 Thread Ingo Düppe
Hi, ok now I add my own ViewRoot:           javax.faces.ViewRoot       org.openuss.web.application.DefaultViewRoot       My DefaultViewRoot class. That do not set responseComplete if an exception occur. So my ExceptionHandler can decide if it is an application exception occur  jus

Re: Mistake on Clay Info Page

2007-02-05 Thread Rahul Akolkar
On 2/5/07, Richard Eggert <[EMAIL PROTECTED]> wrote: I'm not sure to whom to report this since no POC is listed on the Shale website, so hopefully the appropriate party will find this here. If you're fairly confident about a bug / improvement, you can record it in JIRA: http://issues.apache

Re: Mistake on Clay Info Page

2007-02-05 Thread Torsten Krah
Richard Eggert schrieb: I'm not sure to whom to report this since no POC is listed on the Shale website, so hopefully the appropriate party will find this here. I just wanted to point out to whomever is responsible for the documentation on the Shale website that there's a mistake on the Clay ma

RE: Mistake on Clay Info Page

2007-02-06 Thread Richard Eggert
user@shale.apache.org Subject: Re: Mistake on Clay Info Page Richard Eggert schrieb: > I'm not sure to whom to report this since no POC is listed on the Shale > website, so hopefully the appropriate party will find this here. > > I just wanted to point out to whomever is responsible for the d

Re: Running the shale integration tests

2007-02-08 Thread Craig McClanahan
On 2/8/07, Ryan Lubke <[EMAIL PROTECTED]> wrote: Hello folks, I've dug around on the wiki looking for information on running the integration tests for Shale (itest), and from what I can tell, all I really need to set is the cargo property 'cargo.container.home'. When I do this and run the test

RE: Clay Using Taglibs (e.g validation)

2007-02-09 Thread hermod.opstvedt
Hi You need to configure these as Clay components. Have a look at some of the Clay sample apps, specifically the clay-config.xml files. To integrate other libs, there must be a mapped clay-config file for them, or you need to run the Tld2ClayCfg tool on the tld files for these 3rd party libs. T

RE: Strange Behavior with inputTextarea component

2007-02-11 Thread hermod.opstvedt
Hi The magic is a missing attribute: allowBody This is a mockup. You can also use another Clay functionality This is a mockup.

RE: Strange Behavior with inputTextarea component

2007-02-12 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> >Hi >The magic is a missing attribute: allowBody > > This > is a mockup. > > > >You can also use another Clay functionality > Or, you can put this attribute in the XML config. This was David Geary's idea originally. I guess Tapestry

RE: Strange Behavior with inputTextarea component

2007-02-12 Thread Richard Eggert
want that behavior). Anyway, thanks for your help! :-) Rich Eggert Member of Technical Staff Proteus Technologies, LLC http://www.proteus-technologies.com -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Mon 2/12/2007 11:28 AM To: user@shale.apache.org Subject:

Re: SV: Trouble with simple dialog

2007-02-28 Thread Colin Chalmers
Hi Hermod, Thx for the reply. The "Register" target is a copyPaste error, but even ommitting that transition doesn't affect the stack-trace. I haven't defined the context-param you mention and was unaware that it was required, I thought the default setting was dialog? Can you point me to in

Re: SV: Trouble with simple dialog

2007-02-28 Thread Colin Chalmers
Hermod, Sorry I see the info on the site. As far as I see I haven't deviated from the default dialog:foo type of value? Are there any other params and/or phase-listeners I should be aware of? For the sake of clarity I'm using version 1.0.4 /Colin Hermod Opstvedt wrote: Hi Just quickly lo

RE: view controller – site navig ation

2007-03-02 Thread hermod.opstvedt
Hi I think the best way to achieve what you want is to raise a flag in the viewcontrollers init method. Then when the method that is supposed to be executed is called, you check for the flag at the beginning and return the outcome that corresponds to the error situatiuon. -Original Messag

Re: [shale-validator] Shale sub dialog

2007-03-12 Thread Pich
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):

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

SV: SV: Re: basic dialog nullpointerexception

2007-03-14 Thread Hermod Opstvedt
Hi Try it with jdk 1.4 on 5.5.23 and see what happens then. Hermod -Opprinnelig melding- Fra: Veit Guna [mailto:[EMAIL PROTECTED] Sendt: 14. mars 2007 23:06 Til: user@shale.apache.org Emne: Re: SV: Re: basic dialog nullpointerexception Hi. After I switched my local project to

Re: SV: URLs and backing beans

2007-03-24 Thread Brad Smith
Thank you for the reply Hermod. I should have added that in response to a url such as those in the original post, the application would return a web page with a list of projects that are active at each office. The goal is to have a bookmarkable URL without creating separate view controllers for e

<    6   7   8   9   10   11   12   13   14   15   >