RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-13 Thread Dick Starr
=body/ ... /f:view My tiles inserts work whether or not each insert is bracketed by a subview. Dick -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 2:34 PM To: user@shale.apache.org Subject: Re: Shale 1.0.3 and Tiles Question - Tag

Re: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-13 Thread Wendy Smoak
On 9/13/06, Dick Starr [EMAIL PROTECTED] wrote: I installed the 20060911 version and got NullPointerExceptions. It is working now however, with the following fixes: (1) My index.jsp contained jsp:forward page=/tiles/system/SaLogon.faces/ where my /tiles/system/SaLogon.jsp now contains

Re: Shale vs JBoss Seam

2006-09-11 Thread Niall Pemberton
http://www.javaworld.com/javaworld/jw-05-2006/jw-0515-jsf.html Niall On 9/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear Shale Group, Could some body explain me the difference between the Shale JBOSS Seam framework. if both are not trying to solve the same problem, is thare

Re: Exception Handling Strategy?

2006-09-11 Thread Craig McClanahan
On 9/10/06, Bjørn T Johansen [EMAIL PROTECTED] wrote: How do I use this feature? There is a small bit of documentation on the Shale wiki[1] ... also check out the mail thread that is linked from there. Regards, BTJ Craig [1] http://wiki.apache.org/shale/ExceptionHandling

Re: shale session vs ejb 3.0 stateful session beans / jboss seam

2006-09-11 Thread Craig McClanahan
On 9/11/06, numpsy beelzebub [EMAIL PROTECTED] wrote: hello, i want to developed an application using shale and ejb 3.0 (within container jboss). primary i used stateless session beans for access to the entity beans - persistenz-layer is ok and how to work with it as session i will declare a

Re: Shale Blank Portlet

2006-09-11 Thread Craig McClanahan
On 9/11/06, Scott Anderson [EMAIL PROTECTED] wrote: I am attempting to get the Shale Blank starter app implemented as a portlet running in the Pluto 1.1 portlet container using the Apache Portals JSF Bridge and have not had much luck in getting it working. I am just starting to dive into Shale

Re: servlet 2.4 requirement

2006-09-10 Thread Craig McClanahan
On 9/10/06, Ryan Wynn [EMAIL PROTECTED] wrote: Just wondering what people think about not including listener listener-classorg.apache.shale.view.faces.LifecycleListener /listener-class /listener in the taglib.tld of myfaces-core. I believe correct me if I am wrong that this is the only

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Butash, Bob
snapshot version. Any help would be greatly appreciated. Thanks again. -Original Message- From: Butash, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 7:22 AM To: user@shale.apache.org Subject: RE: Shale 1.0.3 and Tiles Question - Tag Question Greg and Wendy - Thanks

Re: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Wendy Smoak
On 9/5/06, Butash, Bob [EMAIL PROTECTED] wrote: Greg and Wendy - Thanks for the information...I'll give it a shot. It's a _little_ better now. :) We have the beginnings of a FAQ page, and some comments in the TLD: * http://struts.apache.org/struts-sandbox/tiles/faq.html *

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Baker,Jonathan
or not. If you don't have a custom tag library defined for s, you may want to switch that to f or remove it completely. JB -Original Message- From: Butash, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:36 PM To: user@shale.apache.org Subject: RE: Shale 1.0.3 and Tiles Question

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Butash, Bob
?? Please assist if you can, I've been stuck for some time now. Thanks -Original Message- From: Baker,Jonathan [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:43 PM To: user@shale.apache.org Subject: RE: Shale 1.0.3 and Tiles Question - Tag Question I am using the same

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Baker,Jonathan
to the definitions as well. Sorry I missed that before. Good Luck. JB -Original Message- From: Butash, Bob [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:54 PM To: user@shale.apache.org Subject: RE: Shale 1.0.3 and Tiles Question - Tag Question Try both of those

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Butash, Bob
: Friday, September 08, 2006 1:08 PM To: user@shale.apache.org Subject: RE: Shale 1.0.3 and Tiles Question - Tag Question One more thing to try: definition name=/simpleLayout path=/jsp/simpleLayout.jsp put name=content type=template value=/ /definition definition name=/simpleSample extends

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Baker,Jonathan
Subject: RE: Shale 1.0.3 and Tiles Question - Tag Question Yes thank you...that did it. I added the template to the definition. I did not need to add the empty item to the layout, nor did I need to add the type attribute in the JSP. So my definitions look like: definition name

Re: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Wendy Smoak
On 9/8/06, Baker,Jonathan [EMAIL PROTECTED] wrote: Your welcome, I'm glad I could help. I basically ran line by line through the tiles code for an entire day to figure out why things were not displaying. Bob and/or Jonathan... if you have time, please share what you learned on the wiki:

Re: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Wendy Smoak
On 9/8/06, Dick Starr [EMAIL PROTECTED] wrote: Standalone Tiles works for me without the type attribute. I am using the 8/3/06 release. Prior to today's thread I had been using inserts like f:subview id=bodytiles:insert attribute='body' flush=false//f:subview. I just took off the subviews and

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-08 Thread Dick Starr
I'll be glad to, but I have to leave now and won't be back until Monday. Dick -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 2:34 PM To: user@shale.apache.org Subject: Re: Shale 1.0.3 and Tiles Question - Tag Question On 9/8/06, Dick

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 would

Re: Shale logo contest vote

2006-09-06 Thread David Delbecq
Here is my user vote :) 1st choice: Walied Amer {81} 2nd choice: Michael Ameduri {15} 3rd choice: Jacob Hookom {3} 4th choice: Santy {77 } 5th choice: Norbert Busch {90} Daniela Kolarova a écrit : Shale logo contest vote: 1st choice: # {Entry #} 2nd choice: # {Entry #} 3rd choice: # {Entry

Re: Shale logo contest vote

2006-09-06 Thread James Mitchell
This is gonna be tough. There are *so* many great choices. -- James Mitchell 678.910.8017 On Sep 6, 2006, at 5:35 AM, David Delbecq wrote: Here is my user vote :) 1st choice: Walied Amer {81} 2nd choice: Michael Ameduri {15} 3rd choice: Jacob Hookom {3} 4th choice: Santy {77 } 5th

Re: Shale logo contest vote

2006-09-06 Thread Gary VanMatre
From: James Mitchell [EMAIL PROTECTED] This is gonna be tough. There are *so* many great choices. No doubt, very hard to choose. Some real talent there. I will most definitely be influenced by community votes as I have a hard time matching my shirt with my trousers in the morning :-)

Re: Shale logo contest vote

2006-09-06 Thread Daniela Kolarova
Here is my user vote again, because I do not see it in the mail. Shale logo contest vote: 1st choice: D. Kolarova {Entry 43} 2nd choice: D. Kolarova {Entry 42} 3rd choice: D. Kolarova {Entry 41} 4th choice: D. Kolarova {Entry 40} 5th choice: Jacob Hookom {Entry 3} My first choice

Re: Shale logo contest vote

2006-09-06 Thread Niklas Wahlberg
Here are my votes: 1st choice: #66 2nd choice:#3 3rd choice: #47 4th choice: #23 5th choice: #77 Not sure a narrative is needed, but I like the 1st choice because it is a clean design and says everything about the project! Solid, reliable, stable... Cheers and good luck! On 9/6/06, Daniela

RE: Shale 1.0.3 and Tiles Question - Tag Question

2006-09-05 Thread Butash, Bob
Greg and Wendy - Thanks for the information...I'll give it a shot. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 4:58 PM To: user@shale.apache.org Subject: Re: Shale 1.0.3 and Tiles Question - Tag Question On Sep 1, 2006, at 3:22 PM

Re: Problems with shale-core

2006-09-04 Thread Craig McClanahan
On 9/4/06, Adrian Mitev [EMAIL PROTECTED] wrote: BTW could i completely disable the exception handler? Without caching exceptions, you're likely going to break the contract that destroy() will *always* be called if init() is called. However, if that's what you want to do, then simply

Re: Problems with shale-core

2006-09-03 Thread Craig McClanahan
On 9/3/06, Adrian Mitev [EMAIL PROTECTED] wrote: By the way when i removed the faces-config file from the shale-core.jar to disable the phase listener everything worked with the jar, but i need the view controler. If you use the 1.0.3 release (or a very recent daily biuld), the behavior of

Re: Problems with shale-core

2006-09-03 Thread Craig McClanahan
On 9/3/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/3/06, Craig McClanahan [EMAIL PROTECTED] wrote: This stuff definitely needs to get into the documentation, but I wanted to give you an immediate response you could start from. For now, at least, it's here:

Re: Problems with shale-core

2006-09-03 Thread Adrian Mitev
Maybe its good idea to provide an example for this feature in the demo web projects. -- Seeing is believing

Re: Suggestion for AbstractFacesBean

2006-09-01 Thread Matthias Wessendorf
On 8/31/06, Adrian Mitev [EMAIL PROTECTED] wrote: Hi! It is a good idea to add method like addMessageFromBundle that does something like this: public void addMessageFromBundle(UIComponent component,String bundleMessageKey) { ResourceBundle bundle = null; try { bundle

Re: Suggestion for AbstractFacesBean

2006-09-01 Thread Adrian Mitev
Sorry about the typo. I`ve wrote this code in gmail not in IDE :) -- Seeing is believing

Re: Suggestion for AbstractFacesBean

2006-08-31 Thread Craig McClanahan
On 8/31/06, Adrian Mitev [EMAIL PROTECTED] wrote: Hi! It is a good idea to add method like addMessageFromBundle that does something like this: public void addMessageFromBundle(UIComponent component,String bundleMessageKey) { ResourceBundle bundle = null; try {

Re: Transition between two dialogs

2006-08-30 Thread Enrique Medina Montenegro
BTW, from my understanding, whenever Shale inside an active dialog found an outcome to another dialog, it should end the active dialog, and start the new one. Is this Shale behaviour? Thanks. On 8/30/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi folks, I'm trying to do what I

Re: Transition between two dialogs

2006-08-30 Thread Rahul Akolkar
On 8/30/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: BTW, from my understanding, whenever Shale inside an active dialog found an outcome to another dialog, it should end the active dialog, and start the new one. Is this Shale behaviour? snip/ This is currently not possible. It may

Re: Transition between two dialogs

2006-08-30 Thread Enrique Medina Montenegro
I'll use this as a workaround from my friend Matthias ;-) https://issues.apache.org/struts/browse/SHALE-123 Thanks, Rahul. On 8/30/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 8/30/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: BTW, from my understanding, whenever Shale inside an

RE: TilesViewHandler

2006-08-29 Thread Baker,Jonathan
- From: Dick Starr [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 8:37 AM To: user@shale.apache.org Subject: RE: TilesViewHandler Standalone Tiles works for me. In tiles.xml I use definitions like definition name=/myDef ... My navigation rules are like from-view-id/myDef.jsp/from-view-id

RE: TilesViewHandler

2006-08-29 Thread Dick Starr
7:48 AM To: user@shale.apache.org Subject: RE: TilesViewHandler I'm sure if I renamed my tiles to have the slash at the beginning of their names that it would work as well. My confusion is over the explicit statement that it will look for a tile both with and without the leading slash

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Greg Reddin
Can you post your stacktrace? Are you actually getting tiles-based views to work? Greg On Aug 29, 2006, at 2:44 AM, Daniel del Río wrote: Hello, looking in he logs i see a lot of erros with the message: .. tiles.TilesViewHandler - Tiles error org.apache.tiles.FactoryNotFoundException:

Re: TilesViewHandler

2006-08-29 Thread Greg Reddin
On Aug 29, 2006, at 8:13 AM, Dick Starr wrote: When I saw that the navigation rule required a slash, I went with a slash on the tiles defs. Per Kito's book (p 132), the view-id must always start with a slash - but I don't know why. Wow, I didn't know that. Sounds kinda restrictive. Does

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Daniel del Río
29, 2006 3:52 PM Subject: Re: Why I get org.apache.tiles.FactoryNotFoundException Can you post your stacktrace? Are you actually getting tiles-based views to work? Greg On Aug 29, 2006, at 2:44 AM, Daniel del Río wrote: Hello, looking in he logs i see a lot of erros with the message

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Greg Reddin
On Aug 29, 2006, at 9:35 AM, Daniel del Río wrote: I'm not using tiles views, only clay templates (as far I know clay templates haven't any relation to tiles, isn't? No, not inherently. [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' ERROR

Re: TilesViewHandler

2006-08-29 Thread David Geary
to be the case. It is no longer the case, and the latest documentation has been updated to reflect that. david JB -Original Message- From: Dick Starr [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 8:37 AM To: user@shale.apache.org Subject: RE: TilesViewHandler Standalone

Re: Shale and JPA

2006-08-27 Thread Scot McSweeney-Roberts
Craig McClanahan wrote: I have not had the problems you're describing, so there must be something interesting going on. As you observe, the mailreader-jpa library is just the entity classes (and the corresponding JPA persistence unit). However, shale-mailreader-jpa is a full blown webapp

Re: Shale and JPA

2006-08-26 Thread Craig McClanahan
On 8/25/06, Scot McSweeney-Roberts [EMAIL PROTECTED] wrote: Hello all I'm trying to get Shale (1.0.3) to work with Java's Persistence API, but I'm running into a problem. I've created a very simple test app (a single entity class, and then I had the controller, convertor and JSF pages

Re: Converting from session managed beans to Shale dialog question.

2006-08-25 Thread Craig McClanahan
On 8/25/06, Paul Spencer [EMAIL PROTECTED] wrote: I am converting from a session managed bean to a Shale Dialog using a request managed bean. The problem I am currently having is the fields in the managed bean are being restored on subsequent request. The application worked with a session

Re: Converting from session managed beans to Shale dialog question.

2006-08-25 Thread Paul Spencer
Craig, Thank you for the explanation. It was very helpful. 1) Would you like me to post it on Shale's WIKI? 2) SHALE-184 Provide new Dialog Scope for managed bean scope looks like what the functionality I need. This would allow for the conversion from session managed beans to dialog

Re: Converting from session managed beans to Shale dialog question.

2006-08-25 Thread Craig McClanahan
On 8/25/06, Paul Spencer [EMAIL PROTECTED] wrote: Craig, Thank you for the explanation. It was very helpful. 1) Would you like me to post it on Shale's WIKI? That would be great. 2) SHALE-184 Provide new Dialog Scope for managed bean scope looks like what the functionality I need.

Re: Shale and Spring 2.0

2006-08-22 Thread Craig McClanahan
On 8/22/06, Baker,Jonathan [EMAIL PROTECTED] wrote: In an earlier discussion about mixing Spring and Faces beans Craig described moving to Spring 2.0 to make use of Spring's ability to put beans into a specified scope (See below). I made the move to Spring 2.0 RC3 just to see what that could

Re: Shale Navigation Security...

2006-08-21 Thread Craig McClanahan
On 8/20/06, Adrian Mitev [EMAIL PROTECTED] wrote: Is there in the Shale's roadmap to add security features. There is a JIRA issue already open to collect input on this topic[1]. It makes a lot of sense to me for Shale to have functionality in this area ... but I'm really interested first in

Re: Shale Navigation Security... and ServletFilter

2006-08-21 Thread Adrian Mitev
This is from http://jsffaq.com. Currentyle the site is down. I`ve downloaded this article before. --- Outside the Faces realm, for example in a filter or a servlet, when the FacesContent.getCurrentInstance() returns null, you can use FacesContextFactory to reach the FacesContext.

RE: variable resolver/dependency injection problem

2006-08-21 Thread Fausey,Jonathan
, August 18, 2006 3:08 PM To: user@shale.apache.org Subject: Re: variable resolver/dependency injection problem On 8/18/06, Fausey,Jonathan [EMAIL PROTECTED] wrote: I have two hierarchies of managed beans to integrate in a JSF webapp (C). One comes from a webapp using myfaces+trinidad

Re: Shale dialogs

2006-08-21 Thread Sean Schofield
. august 2006 19:35 Til: user@shale.apache.org Emne: Re: Shale dialogs On 8/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi There was a hint on the list a little back that a solution for the Dialogs problems was near - Any progress on this http://issues.apache.org/struts/browse/SHALE-175

RE: variable resolver/dependency injection problem

2006-08-21 Thread Fausey,Jonathan
on (viewIdProperty) second works and the reverse doesn't. -Jon -Original Message- From: [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

Re: variable resolver/dependency injection problem

2006-08-21 Thread Craig McClanahan
] [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-SNAPSHOT, which I downloaded

RE: variable resolver/dependency injection problem

2006-08-21 Thread Fausey,Jonathan
: [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-browser-20060821.zip

Re: Shale Navigation Security...

2006-08-20 Thread Adrian Mitev
Could be the Application Manager useful when implementing authorization and authentication? -- Seeing is believing

Re: Shale Navigation Security...

2006-08-20 Thread Craig McClanahan
On 8/19/06, Adrian Mitev [EMAIL PROTECTED] wrote: Could be the Application Manager useful when implementing authorization and authentication? In some theoretical sense, of course. But the key questions are, what kinds of authorization and authentication control are you trying to impose? It

Re: Defining Clay views in clay-config.xml

2006-08-20 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi So far I've been using named xml files to define the various pages, but I've decided to define them in clay-config instead. I know this is doable, but I'm missing something, either a setting in web.xml or elsewhere My simple clay-config.xml

Re: Adding commonsValidator to a clay component

2006-08-20 Thread Gary VanMatre
From: Daniel del Río [EMAIL PROTECTED] Hello, Someone knows if it is possible to add a commonsValidation component in a clay component? component jsfid=mycomponent extends=inputText element id=validator renderId=1 jsfid=s:commonsValidator attributes

Re: Escape xml characters in set element at clay-config.xml

2006-08-19 Thread Daniel del Río
Ooops ... yes, you are right. Thanks Gary. - Original Message - From: Gary VanMatre To: user@shale.apache.org ; Daniel del Río Sent: Friday, August 18, 2006 11:38 PM Subject: Re: Escape xml characters in set element at clay-config.xml From: Daniel del Río [EMAIL

Re: Shale Navigation Security...

2006-08-19 Thread Craig McClanahan
On 8/19/06, ziya guven [EMAIL PROTECTED] wrote: Hi, in my application i want to implement shale navigation security but i couldt find any way to implement that i look at the AbstractViewController but i cant find anything. if you help me about that i will be very happy. Thanks for your hepls...

Re: Escape xml characters in set element at clay-config.xml

2006-08-18 Thread Daniel del Río
PM Subject: Re: Escape xml characters in set element at clay-config.xml From: Daniel del Río [EMAIL PROTECTED] Hi all, I have the following problem when using clay components: I want to create a simple form with a label and an input. The input have an accesskey, so I want to make a letter

Re: Logo contest

2006-08-17 Thread Sean Schofield
I suggest when it comes time to vote we pick our top 5 and rank order them. We can give 5 points to the first choice, 4 points to the second, etc. The top 5 point getters could then be announced and we could vote based on those. I'm assuming the decision will be a committer vote but do we want

Re: I made a logo - do I need to send you a CLA already?

2006-08-17 Thread James Mitchell
I'm not proposing anything different from what is already outlined by the wiki page. It says that the winner will need to submit a signed CLA. I suppose there might have been confusion in the interpretation of the wiki page. You don't have to sign and fax a CLA in order to enter the

Re: I made a logo - do I need to send you a CLA already?

2006-08-17 Thread Greg Reddin
On Aug 17, 2006, at 6:22 PM, James Mitchell wrote: I'm not proposing anything different from what is already outlined by the wiki page. It says that the winner will need to submit a signed CLA. Ah, my mistake. No CLAs needed until a winner is declared :-) Greg

Re: Logo contest

2006-08-15 Thread James Mitchell
I agree. IMHO, limiting this to one entry per person will only stifle creativeness and may lead to rampant dissociative disorders, including, but not limited to -- The infamous dakotajack syndrome (read: multiple personality disorder ;) -- James Mitchell 678.910.8017 On Aug 14, 2006,

Re: Logo contest

2006-08-14 Thread Matthias Wessendorf
ok, was just a question :) they logos look all great, but I guess only one makes it. will be very hard!!! On 8/14/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 8/14/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Forward ... -- Forwarded message -- From: Matthias

Re: Using ViewController Tiger extensions together with Spring

2006-08-12 Thread Craig McClanahan
On 8/12/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi, I'm trying to use Tiger extensions for the ViewController where my JSF beans get created by Spring using its DelegatingVariableResolver. I've marked one of my JSF beans as @View, and also declared a method as @Init, but it

Re: ViewController callbacks

2006-08-12 Thread e . medina . m
Craig, Is there any workaround in the meantime? Thanks. --- -Original Message- From: Craig McClanahan [EMAIL PROTECTED] Date: Sat, 12 Aug 2006 10:58:59 To:user@shale.apache.org Subject: Re: ViewController callbacks On 8/12/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi

Re: ViewController callbacks

2006-08-12 Thread e . medina . m
? --- -Original Message- From: Craig McClanahan [EMAIL PROTECTED] Date: Sat, 12 Aug 2006 10:58:59 To:user@shale.apache.org Subject: Re: ViewController callbacks On 8/12/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi, I've configured my JSF bean to be aware of ViewController

Re: ViewController callbacks

2006-08-12 Thread Craig McClanahan
On 8/12/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 8/12/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi, I've configured my JSF bean to be aware of ViewController callbacks, both using annotations and extending AbstractViewController, but my prerender() and

Re: View Controller Mapping for Tag Files?

2006-08-11 Thread Craig McClanahan
On 8/11/06, Adam Brod [EMAIL PROTECTED] wrote: Hi- I really like the lifecycle methods provided by the Shale ViewController. However, I'm having trouble coming up with a simple ViewController Mapping for Facelets Compositions (aka Tag files). For example, let's say I've got a reusable

RE: Shale, Spring AOP and Faces-config

2006-08-10 Thread Baker,Jonathan
in handy in the future to be able to use Spring AOP on the view controllers. JB -Original Message- From: Baker,Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 9:51 AM To: user@shale.apache.org Subject: RE: Shale, Spring AOP and Faces-config Well, I thought

Re: FW: Shale Test - Exceptions

2006-08-10 Thread Craig McClanahan
On 8/10/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 8/10/06, Butash, Bob [EMAIL PROTECTED] wrote: Reposting to the User list... Thanks Bob, Ive been doing a bit of archeology on AbstractJsfBaseClass.java. Of course, that is supposed to be AbstractJsfTestCase.java. Craig

RE: FW: Shale Test - Exceptions

2006-08-10 Thread Butash, Bob
which I can not do at the moment due to the current difference in method signatures. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig McClanahan Sent: Thursday, August 10, 2006 12:03 PM To: user@shale.apache.org Subject: Re: FW: Shale Test

Re: FW: Shale Test - Exceptions

2006-08-10 Thread Craig McClanahan
On 8/10/06, Butash, Bob [EMAIL PROTECTED] wrote: Craig, Correct the AbstractJsfTestCase .java has never thrown Exception from the setup and tearDown methods. But JUnit's TestCase, which is the super class does throw Exceptions from these methods. The AbstractJsfTestCase is altering the

RE: FW: Shale Test - Exceptions

2006-08-10 Thread Butash, Bob
@shale.apache.org Subject: Re: FW: Shale Test - Exceptions On 8/10/06, Butash, Bob [EMAIL PROTECTED] wrote: Craig, Correct the AbstractJsfTestCase .java has never thrown Exception from the setup and tearDown methods. But JUnit's TestCase, which is the super class does throw Exceptions from

Re: Shale, Spring AOP and Faces-config

2006-08-10 Thread Craig McClanahan
On 8/10/06, Baker,Jonathan [EMAIL PROTECTED] wrote: False alarm. The problem is not with the faces switching to a different page, it seems the problem is using the t:commandNavigation2 component. If I put a t:commandLink in the page that calls the same exact method as the t:commandNavigation2

Re: ViewController question

2006-08-09 Thread Adrian Mitev
Hi again! I`m using Shale 1.0.2 (Alpha) downloaded from this url http://people.apache.org/dist/struts/shale/v1.0.2/ I substituted log.debug with System.out.println but the result is the same. - Seeing is believing

Re: postback and tiger and mailreader ?

2006-08-09 Thread stephan opitz
i try it... 2006/8/9, Craig McClanahan [EMAIL PROTECTED]: On 8/9/06, stephan opitz [EMAIL PROTECTED] wrote: all classes implements baseviewcontroller wher method getState is defined... if i use tiger annoations, i dont need implements BaseViewController i have no acces to getState - ok

Re: clay restore view with myfaces and portlet

2006-08-08 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I am having trouble using clay with myfaces and portlets. Basically on the postback I am seeing the page rendered with what looks like the correct view multiple times. I did not have this problem in the past but I haven't tried portlets in awhile.

RE: Injecting Java 5 Enums into a managed bean

2006-08-08 Thread Dhananjay Prasanna
A simpler solution would be to use the spring delegating variable resolver and refer directly to the spring bean instead. Afaik there is no native way to lookup java 5 enums in jsf 1.1 (or for that matter in jsf 1.2 either-without the custom el resolver).

Re: shale validation with full xml

2006-08-06 Thread Gary VanMatre
From: stephan opitz [EMAIL PROTECTED] tried again... dont know how to define the validatorScript span jsfid=s:validatorScript functionName=validateForm/ should be ok, but exception... The shale commons validator has a dependency with commons validator 1.1.3. Check to make sure

Re: How to define converter/validator/actionListener in Clay's full HTML view without XML configuration?

2006-07-27 Thread René Zanner
set name=pattern value=@pattern / /attributes /converter /component For a more generalized approach I used the symbol @pattern rather like a hard-coded value for the pattern attribute of the converter. This way I'm able to fully re-use this component for other

Re: Question about ViewController

2006-07-27 Thread René Zanner
- Original Message - From: Adrian Mitev [mailto:[EMAIL PROTECTED] To: user@shale.apache.org Sent: Thu, 27 Jul 2006 08:32:56 +0200 Subject: Re: Question about ViewController Thx. Where can i make a suggest the ViewController beans declaration to be moved in different config file where i

Re: facelets

2006-07-27 Thread Sean Schofield
Yup. I am working on a complete petstore application for the sandbox. It uses facelets (and many other technologies) along with Shale. I'm just working out a couple of Hibernate bugs before I do the initial checkin. So far I am using Shale's Spring and ViewController stuff with facelets. The

RE: Clay: virtual jsfid values (similar to Tiles)

2006-07-27 Thread Ian.Priest
I think I've done something similar. I hit URLs like http://localhost:8080/mysite/content/help_page.tru by using Clay full-xml views. You have to re-map the .xml extention to use your own extention. In web.xml, map .tru to be the new .xml, and set clay-tiles-config.xml to be the full-xml

Re: breaking out of a dialog

2006-07-27 Thread Sean Comerford
It sounds like SHALE-48 more or less covers it. Any idea when this might be addressed? Unless I'm missing something. this issue (and related ones in SHALE-48) make dialogs more or less unusable in a production environment. On 7/27/06 3:07 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/27/06,

Re: Stupid ? re dialog data

2006-07-27 Thread David Geary
You have to set up the dialog data yourself. One way to do that is with an action state as the starting state for a dialog; for example: dialog name=Payment start=Setup action name=Setup method=#{dialogLauncher.setupPaymentDialog} transition outcome=success

Re: Bundled faces-config.xml

2006-07-22 Thread Sean Schofield
So what features are you trying to avoid? It sounds like you're talking about the view controller stuff but I can't be sure. I can't think of any problems Shale would cause for you if you used all of the add on stuff in faces-config.xml. For instance, if you don't want the ViewController

Re: JMock support in Shale

2006-07-20 Thread Sean Schofield
Couldn't you just use JMock for those? Sean On 7/20/06, Sreedevi Aswath [EMAIL PROTECTED] wrote: Hi, It would be great if there could be a mock up for the JSF components too. That way, the unit tests for managed beans would be easier whenever there is a valuebinding involved.

Re: JMock support in Shale

2006-07-20 Thread Craig McClanahan
On 7/20/06, Sreedevi Aswath [EMAIL PROTECTED] wrote: Hi, It would be great if there could be a mock up for the JSF components too. That way, the unit tests for managed beans would be easier whenever there is a valuebinding involved. I don't completely understand what you are

Re: Question - Link to download Shale Stable release.

2006-07-19 Thread Gary VanMatre
From: Iakouchev Alexander-EAL027C [EMAIL PROTECTED] Hello everybody! I am trying downloading Shale Stable release, but Shale download page contain only information about Nightly builds. A link to download page for Stable release seams to me not exists. Are you seeing instability in

Re: Remoting

2006-07-19 Thread Craig McClanahan
On 7/19/06, Carl Sziebert [EMAIL PROTECTED] wrote: Hello all: Let me preface my message with this: I am relatively new to Shale and the remoting capabilities it has to offer. I am curious to understand the functionality better. I'd like to know if it is possible to pull in the contents of a

Re: Remoting

2006-07-19 Thread Craig McClanahan
On 7/19/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: DynaFaces ? even google knows nothing about it :) sounds like my old friends DynaActionForm ... :) Sorry ... was thinking of something different. The avatar stuff at jsf-extensions is what I was thinking about. Craig On 7/19/06,

Re: Remoting

2006-07-19 Thread Matthias Wessendorf
hehe what is DynaFaces? Now I am more interested :) On 7/19/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 7/19/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: DynaFaces ? even google knows nothing about it :) sounds like my old friends DynaActionForm ... :) Sorry ... was thinking of

Re: Remoting

2006-07-19 Thread James Mitchell
Oh that's easy. It's support for DynaBeans as managed beans. I'm using them myself with a few extra features that let me use them with JSF/Shale (with basic ajax support), Spring/Hibernate, Struts 2 and Java 5. I call it org.mitchell.DynaActionValidatorSpringTigerRemotedXBean. Only

Re: unit test cases for a JSF application using Shale framework

2006-07-18 Thread Matthias Wessendorf
Sreedevi, check also out this nice article http://jroller.com/page/cagataycivici?entry=testing_jsf_without_the_container -Matthias On 7/16/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: (forward to mailing list) another possibility is to look at Apache Trinidad's (ADF Faces donation)

Re: Messages not sent to the mailing list

2006-07-16 Thread James Mitchell
Your message was hung in the moderator queue, and I let it through yesterday. After that, it appeared on the list just fine. What email client are you using? I've used a few mail clients that are smart enough to *not* show you your own posts. Also, make sure it's not being labeled as

RE: Popup windows and Clay

2006-07-14 Thread Ian.Priest
Thanks Gary, your suggestion and my solution were remarkably similar, so I guess I'm on the right track! Cheers, Ian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 10 July 2006 16:04 To: user@shale.apache.org Subject: Re: Popup windows and Clay

Re: Internationalisation: Embedded HTML markup in Message Bundles?

2006-07-14 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] The site I'm working on has quite a lot of largish static pages containing help info, user guides etc. There's quite a lot of mark-up in the pages, for example: h3help section 1/h3 psome useful info/p psome more useful info/p I need to make the

<    6   7   8   9   10   11   12   >