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

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. A

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)

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

2006-12-19 Thread Piero Sartini
quot; is what you are after > (which 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

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-centri

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

2006-12-19 Thread Ted Husted
w it is used best. 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

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

2006-12-19 Thread Craig McClanahan
g 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 av

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

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 con

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 there

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 P

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

2006-12-19 Thread Don Brown
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 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

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

2006-12-19 Thread Piero Sartini
it is used best. 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 look

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 P

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

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 (At

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

[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 r

Re: shale: jndi lookup error

2006-08-06 Thread vasiliy.kiryanov
ally work? Also, what servlet container are you 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

Re: shale: jndi lookup error

2006-08-05 Thread Craig McClanahan
solves 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

shale: jndi lookup error

2006-08-05 Thread vasiliy.kiryanov
public void tearDown() { loginBackBean = null; super.tearDown(); } public void testLoginBackBean_one() { jndiTest jnditest = new jndiTest(); } } -- View this message in context: http://www.nabble.com/shale%3A-jndi-lookup-error-tf2055640.html#a5663762 Sent fr

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

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.

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

Re: [Shale] Get the application path

2006-07-28 Thread Craig McClanahan
hrough 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 project with it's own mailing > lists > ... you'll want to refer to <h

Re: [Shale] Get the application path

2006-07-28 Thread Marty Phee
tFacade, 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 project with it's own mailing lists ... you'll want to refer to <http://shale.apache.org/mail-lists.html> for subscription i

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 o

[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 un

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 and a edit commandbutton. There is a selectBooleanCheckbox

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

Shale - init and destroy being called twice

2006-07-13 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 of

RE: Shale Validation framework - Dynamic Parameters.

2006-07-11 Thread Iakouchev Alexander-EAL027C
Thank you Wendy! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:29 PM To: Struts Users Mailing List Subject: Re: Shale Validation framework - Dynamic Parameters. On 7/11/06, Iakouchev Alexander-EAL027C <[EMAIL PROTECTED]> wrote: >

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

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. ,or something like this... Alex Yakushev.

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.

[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 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

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: >Sent: Monday, July 10, 2006 8:56 AM >Subject: Shale Valida

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 loc

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 loc

[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 stephan opitz
return "submit"; > } > } > > jsp file > > > weekRowClass="weekHeader" > currentDayCellClass="currentDayCell" > value="#{calendarBean.firstDate}"/> > > > but i found something about this: > > http://issues.

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
e; > } > > public void setFirstDate(Date firstDate) { > this.firstDate = firstDate; > } > > public String submitMethod() > { > return "submit"; > } > } > > jsp file > > > weekRowClass="weekHeader" > currentDayCellCla

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
irstDate) { this.firstDate = firstDate; } public String submitMethod() { return "submit"; } } jsp file but i found something about this: http://issues.apache.org/struts/browse/SHALE-192 stephan 2006/7/7, Gary VanMatre <[EMAI

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
p://svn.apache.org/viewvc/shale/trunk/shale-apps/shale-usecases/src/main/webapp/WEB-INF/faces-config.xml?view=log http://svn.apache.org/viewvc/shale/trunk/shale-apps/shale-clay-usecases/src/main/webapp/WEB-INF/faces-config.xml?view=log Gary > 2006/7/7, Gary VanMatre : > > &g

Re: tomahawk + shale clay - Solution

2006-07-07 Thread stephan opitz
cesContextUtils.getRequiredWebApplicationContext(F >acesContextUtils.java:78) > at >org.springframework.web.jsf.DelegatingVariableResolver.getWebApplicationContext( >DelegatingVariableResolver.java:134) > >no final solution found for the >No WebApplicationContext found:

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
ingframework.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

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 Nabbl

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 port

Re: [Shale] Validation...

2006-07-05 Thread Rodrigo Barreiros
s? Thanks, Rodrigo -- View 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 additio

[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: "

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 ses

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

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: 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 testing framework ;-) On 7/

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] + myeclipse + jboss + how to + working???

2006-07-05 Thread stephan opitz
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 E

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 S

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 org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java

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

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? ...

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

2006-07-04 Thread Ian.Priest
, Ian. -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

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 20

Re: [shale][clay] NullPointerException on Linux

2006-07-04 Thread David Delbecq
x27;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. 2006-07-04 13:10:36,446 ERROR [org.apache.shale.clay.parser.builder.BuilderFactory] java.lang.NullPointerExcepti

[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

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

2006-07-02 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

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

2006-07-02 Thread David Friedman
o: Struts Users Mailing List Subject: Re: [shale] + myeclipse + jboss + how to + working??? 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 mav

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=

[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] 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 "convertDateTime" problem (timeZone)

2006-06-30 Thread Gary VanMatre
ersion 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 or > knows what is wrong? > This is a bug. Please create a JIRA issue (http

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

shale "convertDateTime" problem (timeZone)

2006-06-30 Thread Daniel del Río
looks like: ... ... 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 or knows what is wr

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

2006-06-30 Thread Adam Brod
pond to "Struts Users Mailing List" To "Struts Users Mailing List" 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

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

2006-06-30 Thread stephan opitz
[EMAIL PROTECTED]>: > 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 a

Re: shale log trace

2006-06-29 Thread Craig McClanahan
it means? It looks 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 t

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 log

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

2006-06-29 Thread stephan opitz
troller > 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' Struts MailReader application, recast to use the new Java Persistence Architecture for talkng to the database. One

[shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Gary VanMatre
tate 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 samp

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

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

2006-06-29 Thread Craig McClanahan
ler backing 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] 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, e-mail:

[shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Baker,Jonathan
ns 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 (ba

[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 will be

[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. Th

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

[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 comman

Re: [shale] symbol replacement on a symbol?

2006-06-26 Thread Ryan Wynn
ols()); // override config (XML, HTML) symbols symbolTable.putAll(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. P

Re: [shale] symbol replacement on a symbol?

2006-06-26 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > I think that there may be a good case for symbol replacement on a > symbol. Here is what I was trying to do: > > class MyBean { > String prop = "propValue"; > public String getProp(); > public void setProp(String string); > } > > > Client.html

[shale] symbol replacement on a symbol?

2006-06-26 Thread Ryan Wynn
I think that there may be a good case for symbol replacement on a symbol. Here is what I was trying to do: class MyBean { String prop = "propValue"; public String getProp(); public void setProp(String string); } Client.html Template.html (bean and property agnostic)

RE: [shale] t:commandLink issues

2006-06-26 Thread Baker,Jonathan
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 of

[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
at the rows are present 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

[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 m

[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 When I include shale-core.jar I get javax.servlet.jsp.JspTagException: Don't know how to iterate over supplied "items&qu

Re: [shale] Problems with View controller

2006-06-20 Thread Marty Phee
it to a ViewController it fails. What bit 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.j

Re: [shale] Problems with View controller

2006-06-19 Thread Craig McClanahan
ed 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 AbstractViewController all the events were filed. Like wise if I didn't use tiger it worked fine. Those caess make sense, because e

Re: [shale] Problems with View controller

2006-06-19 Thread Marty Phee
return null; } Craig McClanahan wrote: 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

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 suc

[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. path="/admin/layouts/mainLayout.jsp"> I have a backing bean bean.AdminContent which is also declared as a @View. @Bean(name=&qu

Re: [shale] Design question involving ViewController

2006-06-19 Thread Craig McClanahan
jections stuff on a managed bean to grab the values out of the request but without the view controller, 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

  1   2   3   4   5   6   7   8   9   10   >