Struts 2.0.6 != Shale?

2007-04-15 Thread Nicolas Lanquetin
I always though Shale was a codename for the new Struts 2.0. However, I am a little bit confused now that I've seen that there a two different websites: 1) http://struts.apache.org/2.0.6/ 2) http://shale.apache.org/ I also see two download section for both, Struts 2 and Shale: 1) http

Re: Struts 2.0.6 != Shale?

2007-04-15 Thread Antonio Petrelli
2007/4/15, Nicolas Lanquetin [EMAIL PROTECTED]: So, question: Are these the same frameworks? Is Shale a codename for Struts 2? Absolutely not! Shale is a component-based framework, based on JSF. Struts 2 is an MVC framework based on WebWork. Antonio

Re: Struts 2.0.6 != Shale?

2007-04-15 Thread Craig McClanahan
On 4/15/07, Nicolas Lanquetin [EMAIL PROTECTED] wrote: So, question: Are these the same frameworks? Is Shale a codename for Struts 2? No, they are not the same. No, it is not a codename. The Shale codebase started in a sandbox of the Struts project, and was proposed to the Struts committers

Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Piero Sartini
. But maybe I missed that. My feeling is that its a core technology like jsp ... someone should build a framework with it ... I am missing this framework around JSF that does speed up development. Is shale meant to be this framework? It matured a lot since I last looked at it. But for me, it looks

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Don Brown
your eye on the JSF tools, then MyFaces or Shale would be worth looking at. See also: http://cwiki.apache.org/WW/javaserver-faces.html Don On 12/19/06, Piero Sartini [EMAIL PROTECTED] wrote: Hello list, the last days I've read a lot about web frameworks in java. And the more I read, the more

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread robin bajaj
Hi there, May I ask a corollary question in this context. What is the current status of Shale, is it build on top of SUN's JSF Ref. Implementation or MyFaces or Can I just use any JSF distro with Shale. Thanks for your replies in advance, regards robin On 12/19/06, Don Brown [EMAIL PROTECTED

RE: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Asthana, Rahul
The roadmap has info pertaining to this thread. http://struts.apache.org/roadmap.html -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 6:04 PM To: Struts Users Mailing List Subject: Re: Struts2, Shale, Seam, pure JSF - what to use? Hi

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Don Brown
Off topic, but AFAIK, Shale doesn't depend on any specific JSF implementation. It's goal is to fill in the gaps in the JSF spec/framework for the user. Don On 12/19/06, robin bajaj [EMAIL PROTECTED] wrote: Hi there, May I ask a corollary question in this context. What is the current status

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Don Brown
I should add, it therefore would be possible to run Struts 2, Shale, and JSF in the same application. :) Don On 12/19/06, Don Brown [EMAIL PROTECTED] wrote: Off topic, but AFAIK, Shale doesn't depend on any specific JSF implementation. It's goal is to fill in the gaps in the JSF spec

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Craig McClanahan
into. If you want a pure JSF approach, especially if you have your eye on the JSF tools, then MyFaces or Shale would be worth looking at. See also: http://cwiki.apache.org/WW/javaserver-faces.html As Don mentions, you can use JSF components with Struts2 pretty easily, and that can be a good avenue if you

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Ted Husted
is that its a core technology like jsp ... someone should build a framework with it ... I am missing this framework around JSF that does speed up development. Is shale meant to be this framework? It matured a lot since I last looked at it. But for me, it looks like its not really accepted - maybe I

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Piero Sartini
JSF is considered a MVC framework, just as ASP.NET is a MVC framework. These frameworks are component-centric. You build pages by assembling components, and the components can each fire their own actions to obtain and maintain state. Frameworks like Struts and Spring MVC are action-centric.

Re: Struts2, Shale, Seam, pure JSF - what to use?

2006-12-19 Thread Piero Sartini
is a reasonable thing for an application developer to want -- JSF focuses on the component APIs and the foundations for application needs), you can definitely look towards Shale[1] (we're putting the finishing touches on what we hope will be a GA release) or Seam[2] (just released 1.1 ). Thanks, I

Re: [shale] extending clay

2006-10-18 Thread Ted Husted
Shale has its own list now: * http://shale.apache.org/mail-lists.html Along with a spiffy new logo :) -T. On 10/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Did you ever do this Gary? Hermod -Original Message- From: Opstvedt, Hermod Sent: Monday, June 12, 2006 7:39 AM

Re: [shale] extending clay

2006-10-18 Thread James Mitchell
Ha! Ya just had to throw that in didn't ya?!?! ;) -- James Mitchell 678.910.8017 On Oct 18, 2006, at 5:43 AM, Ted Husted wrote: Shale has its own list now: * http://shale.apache.org/mail-lists.html Along with a spiffy new logo :) -T. On 10/17/06, [EMAIL PROTECTED] [EMAIL PROTECTED

RE: [shale] extending clay

2006-10-17 Thread hermod.opstvedt
Hi Did you ever do this Gary? Hermod -Original Message- From: Opstvedt, Hermod Sent: Monday, June 12, 2006 7:39 AM To: user@struts.apache.org Subject: RE: [shale] extending clay Hi Sounds like a great plugin. I guess one should wait until it is at a V1 stage before commiting

[Shale] Old form values still there after Cancel button.

2006-08-30 Thread Jason Vincent
Hi all, For the life of me I can't get JSF to stinkn forget values that were entered on a form. The view controller is request scope. If I start to enter data in a form and then click the Cancel button, which has immediate=true, the values entered by the user reappear in the form when I return

Re: [Shale] Old form values still there after Cancel button.

2006-08-30 Thread Craig McClanahan
On 8/30/06, Jason Vincent [EMAIL PROTECTED] wrote: Hi all, For the life of me I can't get JSF to stinkn forget values that were entered on a form. The view controller is request scope. Are you using Shale for this? If so, you'd be best off joining the Shale user list, as Shale is now it's

Re: shale: jndi lookup error

2006-08-06 Thread vasiliy.kiryanov
running on? Yes, it works form myfaces BackBeans using ussual Jndi way that looks like example you provided. But when I use Shale it mocks initialcontext and therefore I looking for another way to aquire connection. I am using Tomcat 5.5.17 -- View this message in context: http://www.nabble.com

shale: jndi lookup error

2006-08-05 Thread vasiliy.kiryanov
: http://www.nabble.com/shale%3A-jndi-lookup-error-tf2055640.html#a5663762 Sent from the Struts - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: shale: jndi lookup error

2006-08-05 Thread Craig McClanahan
good. Does anybody have any ideas? Shale has become it's own top level project with it's own mailing lists ... you might want to subscribe to the user list there via the links on http://shale.apache.org/mail-lists.html. What you are trying looks like it should work. If you try to look it up

Reg Struts-Shale Framework

2006-08-03 Thread Jeevan Kumar Kade
Hi, Is there is major differeence between Struts-Shale framework and JSF. Please, categorize and differentiate on this. Thanks in Advance Jeevan Kumar __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Struts-Shale

2006-08-03 Thread Jeevan Kumar Kade
Hi, Is there is major differeence between Struts-Shale framework and JSF. Please, categorize and differentiate on this. Thanks in Advance Jeevan Kumar - Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta.

Re: Struts-Shale

2006-08-03 Thread Craig McClanahan
On 8/3/06, Jeevan Kumar Kade [EMAIL PROTECTED] wrote: Hi, Is there is major differeence between Struts-Shale framework and JSF. Please, categorize and differentiate on this. Your best bet is to ask this kind of question on the Shale user mailing list[1] since Shale is now a top level

[Shale] Get the application path

2006-07-28 Thread Marty Phee
How do I get the application path. I can see it in the debugger through the ApplicationContextFacade, but not sure how to access it. I need the path of the application to pass on to a report generator. Thanks, Marty - To

Re: [Shale] Get the application path

2006-07-28 Thread Craig McClanahan
On 7/28/06, Marty Phee [EMAIL PROTECTED] wrote: How do I get the application path. I can see it in the debugger through the ApplicationContextFacade, but not sure how to access it. I need the path of the application to pass on to a report generator. Shale has migrated to its own top level

Re: [Shale] Get the application path

2006-07-28 Thread Marty Phee
how to access it. I need the path of the application to pass on to a report generator. Shale has migrated to its own top level project with it's own mailing lists ... you'll want to refer to http://shale.apache.org/mail-lists.html for subscription information. But, to answer this particular

Re: [Shale] Get the application path

2006-07-28 Thread Craig McClanahan
of the application to pass on to a report generator. Shale has migrated to its own top level project with it's own mailing lists ... you'll want to refer to http://shale.apache.org/mail-lists.html for subscription information. But, to answer this particular question, the context path

To mockup the JSF component behaviour in the Shale Unit test case

2006-07-15 Thread sreedevi
I am using myfaces and tomahawk for my application. I am writing unit test cases using shale framework. I am facing a problem trying to mock up the component behaviour. I have a page with t:datatable and a edit commandbutton. t:dataTable id=ptable value

Shale - init and destroy being called twice

2006-07-14 Thread vramineni
Hi, I am a newbie to web development in Java. Coming from ASP.Net background, I thought Shale framework would be easier for me to understand. Actually, I am able to progress well with Shale/Clay/MyFaces and pretty much do everything that I could using ASP.Net. I am stuck with this problem

Re: Shale - init and destroy being called twice

2006-07-14 Thread Craig McClanahan
On 7/13/06, vramineni [EMAIL PROTECTED] wrote: Hi, I am a newbie to web development in Java. Coming from ASP.Net background, I thought Shale framework would be easier for me to understand. Actually, I am able to progress well with Shale/Clay/MyFaces and pretty much do everything that I could

[Shale] some questions regarding dialogs and subdialogs

2006-07-11 Thread David Delbecq
Hello all, Recently, i decided to play a bit with shale. I began to write some tests jsp to play with it. I came across various problems/interrogations: 1) considering the following dialog configuration, and the following jsps (see bottom of email), i am supposed to have one main dialog

Re: [Shale] some questions regarding dialogs and subdialogs

2006-07-11 Thread Wendy Smoak
On 7/11/06, David Delbecq [EMAIL PROTECTED] wrote: Recently, i decided to play a bit with shale. I began to write some tests jsp to play with it. I came across various problems/interrogations: Please come join us on the Shale user list, and re-post your question there. http

Shale Validation framework - Dynamic Parameters.

2006-07-11 Thread Iakouchev Alexander-EAL027C
I have a question. Is this possible to pass dynamically information from a beans as a shale method parameter? The main idea is - I need to know about bean Ids then valuator invoked. Solution, like below does not works. s:commonsValidator type=validateQuoteHoursValue arg

Re: Shale Validation framework - Dynamic Parameters.

2006-07-11 Thread Wendy Smoak
On 7/11/06, Iakouchev Alexander-EAL027C [EMAIL PROTECTED] wrote: Is this possible to pass dynamically information from a beans as a shale method parameter? Please come join us on the Shale user list, and re-post your question there. * http://shale.apache.org/mail-lists.html Thanks! -- Wendy

Shale Validation Framework Issue.

2006-07-10 Thread Iakouchev Alexander-EAL027C
Hello everybody! I am a new in Shale Validation Framework. Actually I got an error after form was submitted. My Tomahawk version - 1.1.3. [http-80-Processor24] WARN org.apache.commons.validator.ValidatorResources - Form 'org.apache.shale.validator.minStringValue' not found for locale 'en_US

Shale Validation Framework Issue.

2006-07-10 Thread Iakouchev Alexander-EAL027C
Hello everybody! I am a new in Shale Validation Framework. Actually I got an error after form was submitted. My Tomahawk version - 1.1.3. [http-80-Processor24] WARN org.apache.commons.validator.ValidatorResources - Form 'org.apache.shale.validator.minStringValue' not found for locale 'en_US

Re: Shale Validation Framework Issue.

2006-07-10 Thread Gary VanMatre
Please take future Shale discussions to the shale mailing list. http://shale.apache.org/mail-lists.html - Original Message - From: Iakouchev Alexander-EAL027C [EMAIL PROTECTED] To: user@struts.apache.org Sent: Monday, July 10, 2006 8:56 AM Subject: Shale Validation Framework Issue

RE: Shale Validation Framework Issue.

2006-07-10 Thread Iakouchev Alexander-EAL027C
Hello Gary! Thank you for reply. Alex. -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 1:13 PM To: user@struts.apache.org Subject: Re: Shale Validation Framework Issue. Please take future Shale discussions to the shale mailing list. http

[ANNOUNCE][SHALE] Apache Shale Top Level Project Is Now Up And Running

2006-07-08 Thread Craig McClanahan
You might have seen the recent announcement that Apache Shale, originally developed as part of the Apache Struts project, has been approved as an Apache top level project of its own. This message is an announcement that the project resources are now completely set up (thanks to the prompt

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
( DelegatingVariableResolver.java:134) no final solution found for the No WebApplicationContext found: no ContextLoaderListener registered? problem in this context. I think the problem is that you have the shale-spring.jar in your classpath but your have not registered any spring beans. !-- Spring

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
) at org.springframework.web.jsf.DelegatingVariableResolver.getWebApplicationContext( DelegatingVariableResolver.java:134) no final solution found for the No WebApplicationContext found: no ContextLoaderListener registered? problem in this context. I think the problem is that you have the shale-spring.jar in your classpath

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
=currentDayCell value=#{calendarBean.firstDate}/ /h:form but i found something about this: http://issues.apache.org/struts/browse/SHALE-192 stephan 2006/7/7, Gary VanMatre [EMAIL PROTECTED]: From: stephan opitz [EMAIL PROTECTED] thx, but how i register them? To register a managed bean using

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
; } } jsp file weekRowClass=weekHeader currentDayCellClass=currentDayCell value=#{calendarBean.firstDate}/ but i found something about this: http://issues.apache.org/struts/browse/SHALE-192 stephan 2006/7/7, Gary VanMatre : From: stephan opitz thx, but how i register

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
/struts/browse/SHALE-192 stephan 2006/7/7, Gary VanMatre : From: stephan opitz thx, but how i register them? To register a managed bean using JSF, look in the /WEB-INF/faces-config.xml. Try something like this: calendarBean org.acme.CalendarBean request A few more

Re: [Shale] Validation...

2006-07-06 Thread Rodrigo Barreiros
Craig, I already tried to encode the file as you sad. Didn't work. Page encoding is correct. Rodrigo -- View this message in context: http://www.nabble.com/-Shale--Validation...-tf1896745.html#a5198286 Sent from the Struts - User forum at Nabble.com

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread KUNDAN KUMAR
Hi all, I am new to sturts and tried to execute a sample application but I am getting exception as org.apache.jasper.JasperException: /index.jsp(4,0) Unable to find setter method for attribute: name

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Adam Brod
Hi Enrique- I don't believe there is any way to register the same bean instance with both Spring and JSF. If you look at Spring 2.0, it has the ability to register a bean with Request or Session scope, so perhaps that would be your best bet. Of course you wouldn't be able to use Shale-Tiger

Re: [shale] + myeclipse + jboss + how to + working???

2006-07-05 Thread stephan opitz
or remote it works great to access from shale to ejbs (and to db) stephan 2006/7/2, David Friedman [EMAIL PROTECTED]: I have the new(er) Eclipse Maven plugin (maven.apache.org/eclipse-plugin.html) and it seems to handle the linking and copying of the dependencies for me. That is/was on Eclipse

Re: [shale] and ejb 3.0 and hibernate working together example

2006-07-05 Thread stephan opitz
it works as ear project with access to the ejbs by prewriting the ear-archive name 2006/7/1, stephan opitz [EMAIL PROTECTED]: i've looked hours for it and it didn't work... using eclipse... also examples from inet whicht i imported in eclipse... out-of-container ejb shouldn't be that problem

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Enrique Medina Montenegro
Hi Adam, How do you declare a Spring bean to be session scoped? I've tried: bean id=X class=YY.ZZ scope=session / but I get an IllegalStateException. Please note that I'm not using the container yet, as I'm just preparing the control logic for JSF in a isolated way through Shale

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Adam Brod
Well, I haven't actually used the Spring 2.0 scopes yet (I'm using Shale-Tiger for our scoped objects). However, if you google 'Spring 2.0 scope session', there are a couple good links like this one: http://forum.springframework.org/showthread.php?t=26302 Adam Brod Product Development Team

Re: Shale, Spring Tiger Annotations

2006-07-05 Thread Enrique Medina Montenegro
Yes, that's the same link I tried, but without success... On 7/5/06, Adam Brod [EMAIL PROTECTED] wrote: Well, I haven't actually used the Spring 2.0 scopes yet (I'm using Shale-Tiger for our scoped objects). However, if you google 'Spring 2.0 scope session', there are a couple good links like

[Shale] Validation...

2006-07-05 Thread Rodrigo Barreiros
Hi, I need use client-side validation in my application. I am using Shale Validator (shale-core-1.0.2) with Myfaces 1.1.1. The validation works fine, but messages appears encoded in wrong way. For example, for message (in portuguese): errors.required={0} ? um campo obrigat?rio. Appears: Nome

Re: [Shale] Validation...

2006-07-05 Thread Rodrigo Barreiros
this message in context: http://www.nabble.com/-Shale--Validation...-tf1896745.html#a5188622 Sent from the Struts - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Shale] Validation...

2006-07-05 Thread Craig McClanahan
On 7/5/06, Rodrigo Barreiros [EMAIL PROTECTED] wrote: Hi, I need use client-side validation in my application. I am using Shale Validator (shale-core-1.0.2) with Myfaces 1.1.1. The validation works fine, but messages appears encoded in wrong way. For example, for message (in portuguese

[shale][clay] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
Anyone want to hazard a guess as to why I get the npe below when I deploy my application on Linux in tomcat 5? I'd just upgraded shale and clay to the latest snapshot of 1.0.3 and myfaces to 1.1.3. The same war file deploys and runs happily on my windows development box running tomcat 5.5.12

Re: [shale][clay] NullPointerException on Linux

2006-07-04 Thread David Delbecq
upgraded shale and clay to the latest snapshot of 1.0.3 and myfaces to 1.1.3. The same war file deploys and runs happily on my windows development box running tomcat 5.5.12. 2006-07-04 13:10:36,446 ERROR [org.apache.shale.clay.parser.builder.BuilderFactory] java.lang.NullPointerException 2006-07

RE: [shale][clay] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config files etc. run fine on both windows and Linux, so the only diff is the upgraded jars. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 2006 15

RE: [shale][clay][resolved] NullPointerException on Linux

2006-07-04 Thread Ian.Priest
. -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: 04 July 2006 15:36 To: Struts Users Mailing List Subject: RE: [shale][clay] NullPointerException on Linux Should have also said that when built and war'd with the shale 1.0.2 and myfaces 1.1.1 jars the same source, config files etc

tomahawk + shale clay

2006-07-04 Thread Daniel del Río
Hello all, I'm trying to use tomahawk components with clay, is it possible? component jsfid=myDataTable extends=t:dataTable allowBody=false ...

Shale, Spring Tiger Annotations

2006-07-04 Thread Enrique Medina Montenegro
Hi, I'm starting a new development where I will use MyFaces together with Shale and Spring. I've been reading the documentation regarding the integration between Spring and Shale, in terms of the delegating VariableResolver. Furthermore, I've been reading the documentation regarding Tiger

EJB 3.0 out-of-the-container support with struts or shale

2006-07-03 Thread stephan opitz
the ejb 3.0 specifivation is done standard! does anyone get successful support for an struts or shale project using ejb 3.0. glassfish reference implementation works only with vm argument -javaagent - but is this maybe possible to combine with webframeworks ala struts or shale. important

[shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread stephan opitz
1. create a shale project using maven 2 mvn archetype:create -DarchetypeGroupId=org.apache.struts.shale -DarchetypeArtifactId=struts-archetype-shale-blank -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=org.apache.struts.ShaleTest -DpackageName=org.apache.struts.ShaleTest -DartifactId=ShaleTest

Re: [shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread stephan opitz
all depending libaries have to be copy in the WEB-INF/lib folder resources in the src folder too... it works 2006/7/2, stephan opitz [EMAIL PROTECTED]: 1. create a shale project using maven 2 mvn archetype:create -DarchetypeGroupId=org.apache.struts.shale -DarchetypeArtifactId=struts

RE: [shale] + myeclipse + jboss + how to + working???

2006-07-02 Thread David Friedman
other repositories. So, I have to manually add artifacts to my local repository first if they aren't in the main maven site. Regards, David -Original Message- From: stephan opitz [mailto:[EMAIL PROTECTED] Sent: Sunday, July 02, 2006 11:34 AM To: Struts Users Mailing List Subject: Re: [shale

Re: [shale] and ejb 3.0 and hibernate working together example

2006-07-01 Thread stephan opitz
i've looked hours for it and it didn't work... using eclipse... also examples from inet whicht i imported in eclipse... out-of-container ejb shouldn't be that problem but it is... i've used the glassfish reference implementation. also built a jar containing the meta-inf ( persistence.xml) craig

Re: [shale] and ejb 3.0 and hibernate working together example

2006-06-30 Thread stephan opitz
/06, stephan opitz [EMAIL PROTECTED] wrote: hello... does exist any kind of good example which include in the controller component hibernate with normal pojos or maybe already ejb 3.0??? I am almost through with a Shale+EJB3 (well, actually its Shale+JPA) example. It's the good ol

Re: [shale] and ejb 3.0 and hibernate working together example

2006-06-30 Thread Adam Brod
Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: [shale] and ejb 3.0 and hibernate working together example hello, i defined my ejb 3.0... created a persistence.xml with a pu in the meta-inf folder. using eclipse with maven2 plugin (all

shale convertDateTime problem (timeZone)

2006-06-30 Thread Daniel del Río
/element /component ... I get the following error: javax.faces.convert.ConverterException: You have requested a conversion for type java.util.TimeZone, but there is no by-type converter registered for this type I use the last version of shale, someone have detected the same problem

Re: [shale] and ejb 3.0 and hibernate working together example

2006-06-30 Thread Craig McClanahan
On 6/30/06, Adam Brod [EMAIL PROTECTED] wrote: I had to put my directory structure like this: [mywebapp]\WEB-INF\classes\META-INF\persistence.xml It didn't work when I put it in a top-level META-INF directory. It also works if the persistence.xml file is in the META-INF directory of a jar

Re: shale convertDateTime problem (timeZone)

2006-06-30 Thread Gary VanMatre
the last version of shale, someone have detected the same problem or knows what is wrong? This is a bug. Please create a JIRA issue (http://issues.apache.org/struts/secure/Dashboard.jspa). The attributes are pushed to the component using a handy utility, org.apache.shale.util.ConverterHelper

[shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Baker,Jonathan
is fine.) (The whole post is included below if you're interested) This makes sense if a ViewController is our in-memory object representation of a page, since a page only lasts for one request. Well, I was looking at the Shale samples and in the rolodex example, the ViewController (backing bean

[shale] and ejb 3.0 and hibernate working together example

2006-06-29 Thread stephan opitz
hello... does exist any kind of good example which include in the controller component hibernate with normal pojos or maybe already ejb 3.0??? stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Craig McClanahan
beans in session scope to save state across sessions is fine.) (The whole post is included below if you're interested) This makes sense if a ViewController is our in-memory object representation of a page, since a page only lasts for one request. Well, I was looking at the Shale samples

Re: [shale] and ejb 3.0 and hibernate working together example

2006-06-29 Thread Craig McClanahan
On 6/29/06, stephan opitz [EMAIL PROTECTED] wrote: hello... does exist any kind of good example which include in the controller component hibernate with normal pojos or maybe already ejb 3.0??? I am almost through with a Shale+EJB3 (well, actually its Shale+JPA) example. It's the good ol

[shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Gary VanMatre
is fine.) (The whole post is included below if you're interested) This makes sense if a ViewController is our in-memory object representation of a page, since a page only lasts for one request. Well, I was looking at the Shale samples and in the rolodex example, the ViewController (backing bean

Re: [shale] and ejb 3.0 and hibernate working together example

2006-06-29 Thread stephan opitz
pojos or maybe already ejb 3.0??? I am almost through with a Shale+EJB3 (well, actually its Shale+JPA) example. It's the good ol' Struts MailReader application, recast to use the new Java Persistence Architecture for talkng to the database. One nice thing about it (courtesy of Java EE 5) is you

shale log trace

2006-06-29 Thread Daniel del Río
Hi all, I have a trace in the console like DEBUG DelegatingVariableResolver : Attempting to resolve variable 'org.apache.shale.TAG_UTILITY_BEAN The console is full of traces like this every time a page is reload, what it means? I tried to limit the category for the org.apache package in the

Re: shale log trace

2006-06-29 Thread Craig McClanahan
like you have debug-level logging turned on for Shale, which is definitely going to create *lots* of output. This particular message means that a value binding expression was being evaluated that included this particular managed bean name. I tried to limit the category for the org.apache package

[shale] nightly builds?

2006-06-28 Thread Ryan Wynn
Have the nightly builds moved completely into the maven repositories? I couldn't find any at http://people.apache.org/builds/struts/nightly/struts-shale/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [shale] nightly builds?

2006-06-28 Thread Wendy Smoak
On 6/28/06, Ryan Wynn [EMAIL PROTECTED] wrote: Have the nightly builds moved completely into the maven repositories? I couldn't find any at http://people.apache.org/builds/struts/nightly/struts-shale/ Sorry, we're in the midst of rearranging the nightly builds and switching to Maven 2

[Shale][Dialog Manager]Using dialog with free links on a page

2006-06-28 Thread Dominique Jean-Prost
Hello, I have a question that's embarassing me a lot. I don't know how to deal with the following case : My web app is composed of several dialogs that are accessible through a menu. When a dialog is entered, the user still has the possibility to click on the menu to start something else.

[ANNOUNCEMENT] Shale to Become Top-Level ASF Project

2006-06-28 Thread Martin Cooper
On behalf of the ASF Board and Struts PMC, we are pleased to announce that Shale has been accepted as a top-level project of the Apache Software Foundation. As a top-level project, Shale will have its own website, mailing lists, repository space, and Project Management Committee. Shale

RE: [shale] t:commandLink issues

2006-06-26 Thread Baker,Jonathan
it back to init, my links began to work again. JB -Original Message- From: Ian.Priest [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 6:37 AM To: Struts Users Mailing List Subject: RE: [shale] t:commandLink issues I had a very similar problem. I had a table that was the result

Re: [shale] symbol replacement on a symbol?

2006-06-26 Thread Ryan Wynn
(displayElement.getSymbols()); // push to context clayContext.setSymbols(symbolTable); We might be able to perform symbol replacement on symbols just before pushing it to the new context. That sounds good. Please create a JIRA ticket on this one. Created http://issues.apache.org/struts/browse/SHALE-201 Ryan

[shale] clay login example

2006-06-24 Thread stephan opitz
hello, where i find the clay login example from the documentation... thx... stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [shale] t:commandLink issues

2006-06-23 Thread Ian.Priest
when the actions are bound. Cheers, Ian. -Original Message- From: Baker,Jonathan [mailto:[EMAIL PROTECTED] Sent: 22 June 2006 18:15 To: users@myfaces.apache.org; user@struts.apache.org Subject: [shale] t:commandLink issues I am experiencing an issue when embedding a t:commandLink

[shale] t:commandLink issues

2006-06-22 Thread Baker,Jonathan
I am experiencing an issue when embedding a t:commandLink component in a t:dataTable/t:column. For some reason my action is failing to bind to my viewController method. If I put the exact same link outside of the table with hard-coded parameter values, the link works correctly. I have run in

Re: [shale] Problems with View controller

2006-06-20 Thread Marty Phee
of code is trying to cast it? If you are talking about the ViewControllerCallbacks implementation, that gets specifically replaced by a Tiger version that uses reflection to call the method marked with an annotation instead, when you add shale-tiger.jar to your webapp After I added extends

[shale] Using with JSF 1.2 and JSTL

2006-06-20 Thread Bahadır Yağan
Hi, I think shale has an incompability with JSF 1.2. The following code piece works fine without the shale-core.jar c:forEach items=#{contents.strList} var=row h:outputText value=#{row} / br / /c:forEach When I include shale-core.jar I get

Re: [shale] Design question involving ViewController

2006-06-19 Thread Craig McClanahan
, you wouldn't have a good hook for pre process or staging logic since the view root doesn't have these kind of events. While biulding a Shale-based prototype application recenty, I ran into a gotcha with respect to the setter injection stuff when you don't actually have a request parameter

[shale] Problems with View controller

2006-06-19 Thread Marty Phee
I'm using: shale, tiger, tiles. I have a layout with one of the tiles being AdminContent.jsp. !-- Doc index page description -- definition name=/admin/AdminMain path=/admin/layouts/mainLayout.jsp put name=header value=/admin/tiles/header.jsp / put name=menu value=/admin/tiles

Re: [shale] Problems with View controller

2006-06-19 Thread Craig McClanahan
On 6/19/06, Marty Phee [EMAIL PROTECTED] wrote: I'm using: shale, tiger, tiles. Nothing like trying *all* the new stuff all at once :-). How recent is the Shale build you are using? I ask because there were recent (after 1.0.2) changes in how init and destroy get called

Re: [shale] Problems with View controller

2006-06-19 Thread Marty Phee
: On 6/19/06, Marty Phee [EMAIL PROTECTED] wrote: I'm using: shale, tiger, tiles. Nothing like trying *all* the new stuff all at once :-). How recent is the Shale build you are using? I ask because there were recent (after 1.0.2) changes in how init and destroy get called such that they should

Re: [shale] Problems with View controller

2006-06-19 Thread Craig McClanahan
to call the method marked with an annotation instead, when you add shale-tiger.jar to your webapp After I added extends AbstractViewController all the events were filed. Like wise if I didn't use tiger it worked fine. Those caess make sense, because even the Tiger version will recognize

[shale] Design question involving ViewController

2006-06-17 Thread Sean Schofield
I am writing an application that is using MyFaces tree2 to allow the user to navigate to a more detailed view of the item they click on. I just wanted some feedback on the following strategy: The node in the tree has an action method that puts the selected node's id into the request as a

Re: [shale] Design question involving ViewController

2006-06-17 Thread Gary VanMatre
From: Sean Schofield [EMAIL PROTECTED] I am writing an application that is using MyFaces tree2 to allow the user to navigate to a more detailed view of the item they click on. I just wanted some feedback on the following strategy: The node in the tree has an action method that puts the

Re: [shale] component id + clay templates

2006-06-16 Thread Gary VanMatre
this kind of thing. The shale-clay-usecases (in the sand box) shows and example found under symbols. The page3 link shows a small template that is included for all fields on the page. The id attribute was originally static but now allows for symbol replacement (that might have even been your idea

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread stephan opitz
-Opprinnelig melding- Fra: stephan opitz [mailto:[EMAIL PROTECTED] Sendt: 14. juni 2006 19:16 Til: Struts Users Mailing List Emne: Re: [shale] using the eclipse ide (maybe ith ant or maven2) hello it works in eclipse... next important problem is... i can define lifecycles like compile

  1   2   3   4   5   6   7   8   9   10   >