Re: Defining mask globally

2007-03-15 Thread Sanjay Choudhary
message attribute along with the resourcebundle lookup. Hermod -Opprinnelig melding- Fra: Sanjay Choudhary [mailto:[EMAIL PROTECTED] Sendt: 15. mars 2007 16:45 Til: user@shale.apache.org Emne: Re: Defining mask globally Hi Hermod, I will try this. I have another

Re: Defining mask globally

2007-03-14 Thread Sanjay Choudhary
Hi Hermod, I am using version 1.0.4 of shale-validator. Is this the right approach to manage the regex for the mask? I also double checked about typo error, that error was in email message but not in the code. Thanks On 3/14/07, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Another

Re: SV: Re: basic dialog nullpointerexception

2007-03-14 Thread Veit Guna
: SV: Re: basic dialog nullpointerexception Hi again. I upgraded my Tomcat 5.5.17 installation (it wasn't 5.5.16) to tomcat 5.5.23 and now the BasicLifecycleListener gets invoked. Seemed to be a problem with tomcat?! Regards, Veit Original-Nachricht Datum: Mon

Re: Strange behavior from a tags when using Clay HTML templates

2007-03-14 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] I'm having an issue using anchor () tags that are explicitly mapped to h:commandLink (implicitly mapped tags don't work at all in this case). Consider the following HTML template named bugTest.html loaded via an XML view named /bugTest.clay:

SV: SV: Re: basic dialog nullpointerexception

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

Re: shale dialog handling

2007-03-13 Thread Craig McClanahan
On 3/13/07, Veit Guna [EMAIL PROTECTED] wrote: The current design assumption is that you can only have one active dialog per window (or frame), and that you want to control the lifetime. Hm. Is the lifetime of the dialog not implicitly configured through the xml? There's a start point and

Re: shale dialog handling

2007-03-13 Thread Craig McClanahan
of your app. Veit Craig Original-Nachricht Datum: Tue, 13 Mar 2007 09:30:42 -0700 Von: Craig McClanahan [EMAIL PROTECTED] An: user@shale.apache.org CC: Betreff: Re: shale dialog handling On 3/13/07, Veit Guna [EMAIL PROTECTED] wrote: The current design assumption

Re: [shale-validator] Shale sub dialog

2007-03-12 Thread Pich
Hi! You understood my purpose of the common dialog correct, using it as a subdialog from any other calling dialog. I now changed the common.confirm dialog to this (I hope I understood your suggestion correctly): dialog name=common.confirm start=confirm view

Re: JSF 1.2 and Shale Tiles problem

2007-03-12 Thread Mads Henderson
The one I am using was downloaded march 10'th with the shale-framework-1.0.4.zip file. So it is pretty new. Thanks Mads On 3/10/07, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Which version of Tiles are you using? I know that there are issues with a lot the Tiles releases. Hermod

Re: [shale-validator] Shale sub dialog

2007-03-12 Thread Craig McClanahan
On 3/12/07, Pich [EMAIL PROTECTED] wrote: Hi! You understood my purpose of the common dialog correct, using it as a subdialog from any other calling dialog. I now changed the common.confirm dialog to this (I hope I understood your suggestion correctly): dialog name=common.confirm

Re: Re: basic dialog nullpointerexception

2007-03-12 Thread Craig McClanahan
PROTECTED] An: user@shale.apache.org CC: Betreff: Re: basic dialog nullpointerexception I'm using tomcat 5.5.16. Original-Nachricht Datum: Mon, 12 Mar 2007 05:31:50 -0700 Von: Craig McClanahan [EMAIL PROTECTED] An: user@shale.apache.org CC: Betreff: Re: basic dialog

RE: Clay templating

2007-03-06 Thread Bernhard Slominski
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I'll try to give you some more background. There are three types of clay templates. !-- Clay HTML View Suffix (default .html) -- context-param param-name

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

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

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

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

RE: Clay templating

2007-03-06 Thread Gary VanMatre
From: Bernhard Slominski [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I'll try to give you some more background. There are three types of clay templates. !-- Clay HTML View Suffix (default .html) -- context-param

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

2007-03-06 Thread Craig McClanahan
- From: gerrit [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:04 AM To: user@shale.apache.org Subject: Re: [shale-validator] view controller – site navigation Hi If I output the view root ViewId I get the following: ViewRoot1: /faces/projekte.jsp ViewRoot2: /faces/aufgaben.jsp

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

2007-03-05 Thread Craig McClanahan
On 3/5/07, gerrit [EMAIL PROTECTED] wrote: This is the way I tried, but it works not for me. Init-method FacesContext facesContext = FacesContext.getCurrentInstance(); NavigationHandler navigationHandler = facesContext.getApplication().getNavigationHandler();

RE: view controller – site navig ation

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

Re: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Ryan Wynn
Darn, I thought we had this one covered for all the releases but I must not have tested again with myfaces 1.1. There is some history with this issue. Gary, do you know if this bug is limited to a myfaces 1.1.1/ clay 1.0.4 combination. myfaces 1.1.1 + clay 1.0.3 does not seem to exhibit this

RE: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Gary VanMatre
-technologies.com Gary -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wed 2/28/2007 9:45 PM To: user@shale.apache.org Subject: Re: Client-id : _id0 is duplicated in the faces tree. From: Richard Eggert I'm running into a problem using Xml views using

Re: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] Darn, I thought we had this one covered for all the releases but I must not have tested again with myfaces 1.1. There is some history with this issue. Gary, do you know if this bug is limited to a myfaces 1.1.1/ clay 1.0.4 combination. myfaces

RE: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Gary VanMatre
/trunk/shale-clay/src/main/java/org/apache/shale/clay/faces/ClayViewHandler.java?view=markup -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 7:18 PM To: user@shale.apache.org Subject: Re: Client-id : _id0 is duplicated in the faces tree

Re: Client-id : _id0 is duplicated in the faces tree.

2007-03-01 Thread Mike Kienenberger
I believe that MyFaces 1.1.1 had duplicate id issues. I know that was the situation with facelets. I'd recommend upgrading MyFaces core. On 3/1/07, Ryan Wynn [EMAIL PROTECTED] wrote: Darn, I thought we had this one covered for all the releases but I must not have tested again with

Re: SV: Trouble with simple dialog

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

Re: SV: Trouble with simple dialog

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

Re: Trouble with simple dialog

2007-02-28 Thread Craig McClanahan
On 2/28/07, Colin Chalmers [EMAIL PROTECTED] wrote: Hi, I'm experimenting with the dialog manager and seem to have ommitted a setting somewhere which is throwing an exception. Basically I'm just hitting one page and after clicking a button I should be brought to the next page, however this is

RE: Client-id : _id0 is duplicated in the faces tree.

2007-02-28 Thread Richard Eggert
I did include bugTest.xml. Re-read my email please. :-) I'm hoping to upgrade to MyFaces 1.1.4 some time in the near future. Unfortunately, I don't have complete control over when that happens, so I'm stuck with 1.1.1 at least until next week. Rich Eggert Member of Technical Staff Proteus

RE: Client-id : _id0 is duplicated in the faces tree.

2007-02-28 Thread Richard Eggert
Err... I mean bugTest.html, not .xml. :-) Rich Eggert Member of Technical Staff Proteus Technologies, LLC http://www.proteus-technologies.com -Original Message- From: Richard Eggert [mailto:[EMAIL PROTECTED] Sent: Wed 2/28/2007 5:55 PM To: user@shale.apache.org Subject: RE: Client-id

Re: Client-id : _id0 is duplicated in the faces tree.

2007-02-28 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] I'm running into a problem using Xml views using HTML templates. Loading a page initially works fine, but if I reload the page either by clicking on a link or hitting Refresh, I get the following error. java.lang.IllegalStateException:

RE: Client-id : _id0 is duplicated in the faces tree.

2007-02-28 Thread Richard Eggert
-technologies.com -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wed 2/28/2007 9:45 PM To: user@shale.apache.org Subject: Re: Client-id : _id0 is duplicated in the faces tree. From: Richard Eggert [EMAIL PROTECTED] I'm running into a problem using Xml views using

Re: [shale-validator] Shale + Ajax4jsf

2007-02-27 Thread TrippleT
Craig, can you please respond on this thread when you have some new progress about the bug! Thanks again, Thomas craigmcc wrote: Not yet, I'm afraid ... just got back from four days of all day meetings, with a predicatable impact on my backlog of stuff to do :-(. But it's high on the

RE: Clay templating

2007-02-26 Thread hermod.opstvedt
Hi This is what templating is all about. You create one base layout that all you pages are based on. It will normally be divided into several reusabloe sections, such as footer, jheader, menu and contents (as in your scenario). Now when you create new pages, the only thing you want to create

RE: Clay templating

2007-02-26 Thread Gary VanMatre
] Sent: Mon 2/26/2007 11:18 AM To: user@shale.apache.org Subject: Re: Clay templating Html templates use and extend common elements. This type of template can be a fragment or the entire page. If the template is the entry point to the page, it must be a physical resource meaning

RE: Weird error for full HTML views

2007-02-26 Thread Gary VanMatre
-technologies.com Gary -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Mon 2/26/2007 11:49 AM To: user@shale.apache.org Subject: Re: Weird error for full HTML views From: Richard Eggert I'm trying to get full HTML views working. I was able to get partial

Re: tomahawk-1_1_?-config.xml

2007-02-26 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] This is probably a dumb question, but is there some way to get Shale to load the tomahawk-1_1_1-config.xml or tomahawk-1_1_3-config.xml file that comes bundeled in shale-clay-*.jar's META-INF, short of extracting the file and putting it in my

RE: Weird error for full HTML views

2007-02-26 Thread Gary VanMatre
://www.proteus-technologies.com -Original Message- From: Richard Eggert [mailto:[EMAIL PROTECTED] Sent: Mon 2/26/2007 12:08 PM To: user@shale.apache.org Subject: RE: Weird error for full HTML views I am using the ShaleApplicationFilter. I know it's being called, since

RE: Weird error for full HTML views

2007-02-26 Thread Richard Eggert
@shale.apache.org Subject: RE: Weird error for full HTML views From: Richard Eggert [EMAIL PROTECTED] I am using the ShaleApplicationFilter. I know it's being called, since it ShaleApplicationFilter.doFilter appears in the stack trace for the error that I'm getting. My chain-config.xml looks

RE: tomahawk-1_1_?-config.xml

2007-02-26 Thread Richard Eggert
Proteus Technologies, LLC http://www.proteus-technologies.com -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Mon 2/26/2007 4:57 PM To: user@shale.apache.org Subject: Re: tomahawk-1_1_?-config.xml From: Richard Eggert [EMAIL PROTECTED] This is probably a dumb

Re: Stand alone tiles requirements

2007-02-26 Thread Greg Reddin
On 2/26/07, Joel Powers [EMAIL PROTECTED] wrote: I'm looking at SiteMesh or Stand alone tiles with a JSF application running on JVM 1.4.x (WebSphere 6.x). From here: http://struts.apache.org/struts-sandbox/tiles/index.html First off, Tiles has graduated to a Top-Level Apache Project. See

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-26 Thread Rahul Akolkar
On 2/24/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Rahul, thank you very much for your reply. After reading your statement that the dialog jars should not really effect my application, I removed them from my WEB-INF/lib directory again. Actually i had tried this before with no success,

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-26 Thread gramani
fyi.. in my earlier message, I was *quoting* Craig's note.. everything below here is what he said.. sorry I wasn't clear enough.. :) Geeta You will want to register your view controller beans as a managed bean anyway, so that JSF will create them for you on demand. But, for Shale to provide

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-24 Thread Rahul Akolkar
On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all: I just downloaded the shale-framework-1.1.0-SNAPSHOT (dated today) and after a bit of hastle got my server to at least start up (it was a challenge since I use tiles too..(:(. My web.xml has this filter-mapping: filter-mapping

Re: WebXmlParser warning about dispatcher - shale-framework-1.1.0-SNAPSHOT for Feb 23, 2007

2007-02-24 Thread gramani
Hi Rahul, thank you very much for your reply. After reading your statement that the dialog jars should not really effect my application, I removed them from my WEB-INF/lib directory again. Actually i had tried this before with no success, but it turned out that it was a problem with my eclispe

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-23 Thread Hasan Turksoy
I agree it is not acceptable but they are not behaving differently. The validator assigned to the component will be invoked before the CommonsValidator is invoked. there is NO custom validator Gary, only custom converters there :).. i've realized that i made a mistake while writing my

Re: Register DialogLifecycleListener

2007-02-23 Thread Rahul Akolkar
On 2/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi ! How or where can I register a DialogLifecycleListener. snip/ It is an application scoped managed bean (long URL, may be fragmented):

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-23 Thread Gary VanMatre
From: Hasan Turksoy [EMAIL PROTECTED] I agree it is not acceptable but they are not behaving differently. The validator assigned to the component will be invoked before the CommonsValidator is invoked. there is NO custom validator Gary, only custom converters there :).. i've realized

Re: why the arg argument is not early binding?

2007-02-23 Thread Gary VanMatre
From: Hasan Turksoy [EMAIL PROTECTED] is this code working with shale.1.0.4 version? can you verify it? because, my code exactly same as above.. it's working with 1.0.2 version but not with 1.0.4 version... there is no problem with my bundles.. because i can see its value in a

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Hasan Turksoy
jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for java.util.Date... But this doesn't solve the problem

Re: Re: Beginning a dialog (basic dialog manager) with V1.0.3

2007-02-22 Thread flood
Hello Paul! Thank you, this solved my problem. Jan K.

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Craig McClanahan
On 2/22/07, Hasan Turksoy [EMAIL PROTECTED] wrote: jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Matthias Wessendorf
On 2/22/07, Hasan Turksoy [EMAIL PROTECTED] wrote: jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Gary VanMatre
From: Matthias Wessendorf [EMAIL PROTECTED] On 2/22/07, Hasan Turksoy wrote: jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Hasan Turksoy
Craig i have created an issue.. you can reach it from herehttp://www.nabble.com/CommonsValidator-doesn%2527t-take-component-converters-into-account%2521-tf3266040.html ... Matthias you are absolutely right :). converters only defined(by id) in config file but they aren't registered for

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-22 Thread Gary VanMatre
From: Hasan Turksoy [EMAIL PROTECTED] jsf-ri1.1 contains converter for javax.faces.DateTime class only... not for java.util.Date class you can download and look at jsf-ri-config.xml... in fact, this is not the main problem... i can overcome my issue by adding a converter for

Re: Relative paths Clay

2007-02-22 Thread Gary VanMatre
From: Richard Eggert [EMAIL PROTECTED] I've run into a very basic problem using Clay that I'm not sure how to solve. Here's the setup: I have a JSP file (we'll call it page.jsp) that contains a single tag that points to an HTML template in a subdirectory (we'll call it

Re: [shale-validator] CommonsValidator doesn't take component converters into account!

2007-02-21 Thread Gary VanMatre
From: Hasan Turksoy [EMAIL PROTECTED] hi all, Env: jsf1.1, commons-validator1.3.1, shale1.0.4.. i'am trying to put a required validator for my date entering field.. My field has a f:convertDateTime to make conversion between String - java.util.Date. it's like; h:inputtext ...

Re: Clay challange

2007-02-21 Thread Ryan Wynn
it's all about reusablilty. Hermod Gary -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:23 PM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Clay challange On 2/13/07, Hermod Opstvedt wrote: Hi I'm struggling

RE: Dynamically-selectable HTML templates

2007-02-17 Thread Richard Eggert
After playing with it some more, I figured out the answer to my question. :-) The trick was to use the clay component (or a component derived from clay) and pass the configurable parts to the clayJsfid attribute (instead of trying to pass them as part of the jsfid attribute directly), like so:

RE: Dynamically-selectable HTML templates

2007-02-17 Thread Gary VanMatre
After playing with it some more, I figured out the answer to my question. :-) The trick was to use the clay component (or a component derived from clay) and pass the configurable parts to the clayJsfid attribute (instead of trying to pass them as part of the jsfid attribute directly), like so:

RE: maven build problem of latest svn trunk

2007-02-16 Thread hermod.opstvedt
Hi That happens every now and then. Normally a -U will fix it, but not always. (At least you got clear out some old junk from it :) ) Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 12:47 PM To: user@shale.apache.org Subject: RE

Re: Shale + Ajax4jsf

2007-02-16 Thread Craig McClanahan
On 2/16/07, TrippleT [EMAIL PROTECTED] wrote: craigmcc wrote: I plan to look into this over the weekend. Any quick examples of the kinds of problems you encounter would be helpful in narrowing this down. Craig Hi Craig! Do you got any progress finding the problems integrating

Re: are shale1.0.3 and shale1.0.4 versions JDK1.4 complient?

2007-02-15 Thread Rahul Akolkar
On 2/15/07, Hasan Turksoy [EMAIL PROTECTED] wrote: hi, i'm using shale.1.0.2 in my project(using JDK1.4).. i want to shift shale version up.. but as far as i see, shale1.0.3 and shale1.0.4 versions built with JDK1.5 (as manifest file says)... in fact shale1.0.4's release notes includes an

Re: maven build problem of latest svn trunk

2007-02-15 Thread Rahul Akolkar
On 2/15/07, Torsten Krah [EMAIL PROTECTED] wrote: I have still no success - i got the plugin version 2.0 and 2.1, if i delete the 2.0 ones, they get downloaded again. The error stays the same. Any other hints? snip/ Not from me, like many things m2, it is just supposed to work. If its

RE: maven build problem of latest svn trunk

2007-02-15 Thread hermod.opstvedt
. Download it and retry to see if that not fixes your problem (I'm in progress of downloading it now) Hermod -Opprinnelig melding- Fra: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sendt: 15. februar 2007 17:24 Til: user@shale.apache.org Emne: Re: maven build problem of latest svn trunk On 2

Re: @Property with in out like in seam

2007-02-15 Thread Ingo Düppe
Craig McClanahan schrieb: On 2/11/07, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, I wonder if shale should support an out semantic like in shale. I presume you mean like in Seam? :-) Yes, you are right, just got mixed up :-) That would indeed be an interesting approach. One of the things I

RE: Clay challange

2007-02-14 Thread Gary VanMatre
to get IBM to donate? Hermod Gary -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 11:23 PM To: user@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Clay challange On 2/13/07, Hermod Opstvedt wrote: Hi I'm

Re: Beginning a dialog (basic dialog manager) with V1.0.3

2007-02-14 Thread Paul Spencer
Jan, Add a slash to the viewId. viewId=/Dienststellensuche.jsp Paul Spencer [EMAIL PROTECTED] wrote: Hello ! When trying to begin a dialog with V1.0.3 (basic dialog manager) with the dialog: prefix in an action, I get: java.lang.IllegalArgumentException: You have requested a transition

Re: Beginning a dialog (basic dialog manager) with V1.0.3

2007-02-14 Thread Rahul Akolkar
On 2/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello ! When trying to begin a dialog with V1.0.3 (basic dialog manager) with the dialog: prefix in an action, I get: java.lang.IllegalArgumentException: You have requested a transition outcome named dialog:Dienststellensuche from a state

Re: Clay challange

2007-02-13 Thread Ryan Wynn
On 2/13/07, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi I'm struggling with a component that I have defined: component jsfid=navnpanel extends=clay id=navnpanel element jsfid=t:htmlTag renderId=1 attributes set

RE: Clay challange

2007-02-13 Thread hermod.opstvedt
@shale.apache.org; [EMAIL PROTECTED] Subject: Re: Clay challange On 2/13/07, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi I'm struggling with a component that I have defined: component jsfid=navnpanel extends=clay id=navnpanel element jsfid=t:htmlTag renderId=1

Tutorial....Re: Clay challange

2007-02-13 Thread Chandresh Turakhia
in advance. Chand - Original Message - From: [EMAIL PROTECTED] To: user@shale.apache.org Sent: Tuesday, February 13, 2007 10:44 PM Subject: RE: Clay challange Hi Thanks, Ryan. This is what you get when you copy/paste and then go blind :) (I need to sit down and repeat to my self: DO

RE: Strange Behavior with inputTextarea component

2007-02-12 Thread Gary VanMatre
From: [EMAIL PROTECTED] Hi The magic is a missing attribute: allowBody form textarea jsfid=textAreaTest allowBody=false This is a mockup./textarea /form You can also use another Clay functionality Or, you can put this attribute in the XML config. component jsfid=textAreaTest

Re: tiles integration error

2007-02-12 Thread Greg Reddin
, February 09, 2007 4:14 AM To: user@shale.apache.org; user@shale.apache.org Subject: RE: tiles integration error I am now using yesterday's snapshot. My web.xml has: !-- Tiles -- context-param param-namedefinitions-config/param-name param-value/WEB-INF/conf/tiles.xml/param-value /context-param

RE: Strange Behavior with inputTextarea component

2007-02-12 Thread Richard Eggert
http://www.proteus-technologies.com -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Mon 2/12/2007 11:28 AM To: user@shale.apache.org Subject: RE: Strange Behavior with inputTextarea component From: [EMAIL PROTECTED] Hi The magic is a missing attribute: allowBody

Re: Issue with @Property and request parameter converter

2007-02-11 Thread Ingo Düppe
Done: https://issues.apache.org/struts/browse/SHALE-406 Regards Ingo Craig McClanahan schrieb: On 2/9/07, Ingo Düppe [EMAIL PROTECTED] wrote: Yes, that does sound like a legitimate issue ... could you add a ticket to our JIRA[1] for it? The interesting part of the problem is it might

Re: @Property with in out like in seam

2007-02-11 Thread Craig McClanahan
On 2/11/07, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, I wonder if shale should support an out semantic like in shale. I presume you mean like in Seam? :-) In my page classes I always neet to get some object from the session scope and mostly I need to refresh them in the prerender method and

RE: Strange Behavior with inputTextarea component

2007-02-11 Thread hermod.opstvedt
Hi The magic is a missing attribute: allowBody form textarea jsfid=textAreaTest allowBody=false This is a mockup./textarea /form You can also use another Clay functionality form textarea

RE: tiles integration error

2007-02-10 Thread Dick Starr
PROTECTED] Sent: Fri 2/9/2007 7:07 PM To: user@shale.apache.org Cc: Subject:RE: tiles integration error This is usefull. Adding Greg's web.xml tags solved my initial problem, which leads me to believe that I'm using a newer version of tiles than Dick is using. Still, I am very curious

Re: Issue with @Property and request parameter converter

2007-02-09 Thread Craig McClanahan
On 2/9/07, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, I ran in the following issue: I have an EnrollmentPage class with a the property @Property{value=#{param.enrollmentId}) private Long enrollmentId; And this ends up that shale calls during the restore view phase the

Re: npe when I try to initialize and int with a managed bean

2007-02-09 Thread Craig McClanahan
On 2/9/07, Dick Starr [EMAIL PROTECTED] wrote: I am using the shale-framework-20070207 snapshot with tiles. I have a managed bean systemOperatorBean with an int property named searchPageSize. I have another bean named systemOperatorMnt which has property operatorBean with value

RE: tiles integration error

2007-02-09 Thread JS Portal support team
anyone know why? Thanks a lot for your persistent help. Regards, Joost -Original Message- From: Dick Starr [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:14 AM To: user@shale.apache.org; user@shale.apache.org Subject: RE: tiles integration error I am now using yesterday's

RE: tiles integration error

2007-02-08 Thread Dick Starr
5:01 AM To: user@shale.apache.org Cc: Subject:RE: tiles integration error Gotta love one of those days where you waste 6 hours just because you left an old struts.jar in a commons folder To my relieve the next seemingly unsolvable problem lined itself up

Re: tiles integration error

2007-02-08 Thread Greg Reddin
Here are the relevant bits from the Tiles Test app: web-app [...] context-param param-nameorg.apache.tiles.CONTEXT_FACTORY/param-name param-value org.apache.tiles.context.enhanced.EnhancedContextFactory/param-value /context-param context-param

RE: tiles integration error

2007-02-07 Thread Dick Starr
I use Shale/Tiles successfully with the nightly builds at http://people.apache.org/builds/shale/nightly/ (I am currently using the 01/29/07 version). I use the jars from shale-framework-1.1.0-SNAPSHOT/lib. Dick -Original Message- From: JS Portal Support [mailto:[EMAIL PROTECTED] Sent:

RE: tiles integration error

2007-02-07 Thread JS Portal Support
: Thursday, February 08, 2007 6:19 AM To: user@shale.apache.org Subject: Re: tiles integration error On 2/7/07, Dick Starr [EMAIL PROTECTED] wrote: I use Shale/Tiles successfully with the nightly builds at http://people.apache.org/builds/shale/nightly/ (I am currently using the 01/29/07 version

Re: tiles integration error

2007-02-07 Thread Craig McClanahan
PROTECTED] On Behalf Of Craig McClanahan Sent: Thursday, February 08, 2007 6:19 AM To: user@shale.apache.org Subject: Re: tiles integration error On 2/7/07, Dick Starr [EMAIL PROTECTED] wrote: I use Shale/Tiles successfully with the nightly builds at http://people.apache.org/builds/shale/nightly/ (I am

Re: URL to a dialog?

2007-02-05 Thread Rahul Akolkar
On 2/5/07, Paul Spencer [EMAIL PROTECTED] wrote: Shale 1.0.3+ I would like to start a dialog from a URL instead of an action. If the dialog is named interview and the base URL is foo.com/myApp, what is URL? snip/ With a bit of code it will be possible to either create a remoting processor

Re: My exception handling is broken

2007-02-03 Thread Ingo Düppe
Hi, ok now I add my own ViewRoot:     component       component-typejavax.faces.ViewRoot/component-type       component-classorg.openuss.web.application.DefaultViewRoot/component-class       /component My DefaultViewRoot class. That do not set responseComplete if an exception

[OT] Shale and Cat incompatibility [was Re: stack traces from shale-clay-usecases]

2007-02-03 Thread Niall Pemberton
On 2/3/07, Craig McClanahan [EMAIL PROTECTED] wrote: Ignore the previous empty response -- that's what you get when you pet a cat who is pawing your mouse at that moment :-). LOL - my cat sometimes walks accross my keyboard, fortunately no strange messages have resulted to date, but its going

Re: stack traces from shale-clay-usecases

2007-02-03 Thread Gary VanMatre
On 2/2/07, Gary VanMatre [EMAIL PROTECTED] wrote: I was able to run the shale-clay-usecases in 10g (10.1.3.1.1) from JDeveloper Studio 10.1.3.2 but I had to make a few minor changes. For some reason, JDeveloper doesn't like that the shale-core and shale-validator jars have TLD files with the

RE: shale-usecases doesn't deploy on weblogic 9.2 MP1

2007-02-02 Thread hermod.opstvedt
Hi You need to look through yours logs in order to identify which class it can not find. In particular the shale-validator depends on commons-validator-1.3.1.jar Hermod -Original Message- From: Alessio Harri [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 11:39 AM To:

RE: shale-usecases doesn't deploy on weblogic 9.2 MP1

2007-02-02 Thread Alessio Harri
it doesn't deploy shale-usecases.war from the shale site either. Regards Alessio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 February 2007 12:45 To: user@shale.apache.org Subject: RE: shale-usecases doesn't deploy on weblogic 9.2 MP1 Hi You need to look

RE: shale-usecases doesn't deploy on weblogic 9.2 MP1

2007-02-02 Thread Alessio Harri
To: user@shale.apache.org Subject: RE: shale-usecases doesn't deploy on weblogic 9.2 MP1 Hi I will try your suggestions. The classloader is trying to load a linebreak. I debugged it inside eclipse and the classname being passed to GenericClassLoader is /n. I have removed shale-validator-1.0.4.jar

RE: shale-usecases doesn't deploy on weblogic 9.2 MP1

2007-02-02 Thread hermod.opstvedt
-Original Message- From: Alessio Harri [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 1:14 PM To: user@shale.apache.org Subject: RE: shale-usecases doesn't deploy on weblogic 9.2 MP1 I configured weblogic to load the classes from my application first. I still get this error. I don't

RE: shale-usecases doesn't deploy on weblogic 9.2 MP1

2007-02-02 Thread Alessio Harri
but why??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 02 February 2007 02:56 To: user@shale.apache.org Subject: RE: shale-usecases doesn't deploy on weblogic 9.2 MP1 Hi Knowing application servers, there is one possible source of an error like this. Its

RE: maven build problem of latest svn trunk

2007-02-02 Thread hermod.opstvedt
Hi Most likely an error (duplicate lines) in the assembly section of the pom. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 2:33 PM To: user@shale.apache.org Subject: maven build problem of latest svn trunk Results : Tests run:

Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar
On 2/2/07, Torsten Krah [EMAIL PROTECTED] wrote: Results : Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 Found PropertyDescriptor [EMAIL PROTECTED] [INFO] [jar:jar] [INFO] [ERROR] BUILD ERROR [INFO]

Re: Shale + Ajax4jsf

2007-02-02 Thread Craig McClanahan
On 2/2/07, Worm, Danny [EMAIL PROTECTED] wrote: Hi again, I've successfully integrate Ajax4Jsf without Shale. But I don't understand the problem. I hope my report in the extern forum can help to solve the problem, because I'm very interested in shale :-) But I've to use ajax4jsf. I plan to

Re: which IDE are you using for JSF ?

2007-02-02 Thread Paul Spencer
Adrian, I use Eclipse with MyEclipse. As to you need for drag and drop and autocompletion for EL expressions and tags, that will be a challenge. MyEclipse does offer some autocompete and validation, but when you are using new release of MyFaces/Shale/... taglibs the IDE can lag behind.

Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar
On 2/2/07, Torsten Krah [EMAIL PROTECTED] wrote: Hm updated the complete shale-parent tree and using maven 2.0.4, don't know of what plugins you are speaking. Did nothing on the svn tree myself. What should i delete? snip/ Nothing. Try mvn -X install, I see 2.1 for the jar plugin (the bit

<    1   2   3   4   5   6   7   8   9   10   >