Re: Tiger extension - beans/views ignored

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

Re: Tiger extension - beans/views ignored

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

Re: Tiger extension - beans/views ignored

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

Re: Cannot subscribe to the list

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

Re: Cannot subscribe to the list

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

Re: Which AJAX JSF library is compatible with Shale

2006-11-10 Thread Adrian Mitev
Hi! Ajax4Jsf is one of the most used ajax libraries for JSF. There a lot sample apps for ajax4jsf and Shale could be easy added there for sample projects. They have a feature called a4j:include and in my opinion it`ll fit very good to shale dialog. On 11/9/06, Craig McClanahan [EMAIL PROTECTED]

Re: Tiger extension - beans/views ignored

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

Re: Problem with Shale Token

2006-11-10 Thread Adrian Mitev
Yes you`re right. If I want to show the escape button when only when token validation fails i can check for token message in PhaseListener before render response phase. On 11/9/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 11/9/06, Adrian Mitev [EMAIL PROTECTED] wrote: This was posted

Re: What is struts Shale

2006-11-09 Thread James Mitchell
Well, first you have to be subscribed before you can post. I let this one through, but you need to subscribe so we don't see moderation messages. http://shale.apache.org/mail-lists.html -- James Mitchell 678.910.8017 On Nov 9, 2006, at 6:49 AM, chand sekhar wrote: Can any body

Re: Problem with Shale Token

2006-11-09 Thread Adrian Mitev
This was posted in the bug tracker [1]: Craig McClanahan [08/Nov/06 10:38 PM] * It is trivially simple for an application to provide an escape hatch when the user screws up ... create a Cancel button with immediate=true, and this action will get processed *before* Process Validations phase,

Re: failure notice

2006-11-09 Thread James Mitchell
The message says that your spam score is too high, try resending as text (not html). Copying user@ so others can see this as well (this pertains to any list at apache, not just shale) -- James Mitchell 678.910.8017 On Nov 9, 2006, at 7:58 AM, chand sekhar wrote: hi James, I am

Re: Problem with Shale Token

2006-11-09 Thread Craig McClanahan
On 11/9/06, Adrian Mitev [EMAIL PROTECTED] wrote: This was posted in the bug tracker [1]: Craig McClanahan [08/Nov/06 10:38 PM] * It is trivially simple for an application to provide an escape hatch when the user screws up ... create a Cancel button with immediate=true, and this action

Re: Which AJAX JSF library is compatible with Shale

2006-11-09 Thread Craig McClanahan
On 11/9/06, Alexandre Touret [EMAIL PROTECTED] wrote: Hello, I m trying to integrate some AJAX enabled JSF libraries with a shale application. I have already tested icefaces and ajax4jsf. Unfortunately, I encounter some troubles with the integration against shale .. Could you share more

Re: s:token tag as last component.

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

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Craig McClanahan
On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my current url is /mainmenu.faces?menuid=0 I have a HtmlOutputLink on this page with the value set to

Re: clay - custom converter example

2006-11-08 Thread Gary VanMatre
Does anyone using clay with custom converters?I have a label which should get a converter. Tried it this way in clayconfig:...element renderId="2" jsfid="baseLabel" attributes set name="value" value="#{user.language}" / /attributes element renderId="1" jsfid="f:converter"

Re: Is it a postback or a fresh page load?

2006-11-08 Thread David Geary
2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my current url is /mainmenu.faces?menuid=0 I have a

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 10:09:47 -0700 I believe you're missing a space between the two attributes. Also, you should specify flush=false or you're bound to run into problems. david 2006/11/8, Antonio Petrelli [EMAIL

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Ramineni Viswanath
Basically, this forces the need to decide upon the STATE_SAVING_METHOD param value before you design your application. --Vish --- David Geary [EMAIL PROTECTED] wrote: 2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a

Re: new to shale tiles

2006-11-08 Thread David Geary
use the standalone version of Tiles with Shale. david From: David Geary [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 10:09:47 -0700 I believe you're missing a space between the two attributes. Also, you should

Re: new to shale tiles

2006-11-08 Thread Greg Reddin
On Nov 8, 2006, at 11:34 AM, David Geary wrote: 2006/11/8, Jonathan Smith [EMAIL PROTECTED]: added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile( TilesViewHandler.java:304)

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
i am using tiles-core 2.0 snapsot and i have the nightly builds of shale as well From: Greg Reddin [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 11:41:38 -0600 On Nov 8, 2006, at 11:34 AM, David Geary wrote

Re: Is it a postback or a fresh page load?

2006-11-08 Thread Craig McClanahan
On 11/8/06, David Geary [EMAIL PROTECTED] wrote: 2006/11/8, Craig McClanahan [EMAIL PROTECTED]: On 11/8/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: While on a page, I call the same page with a different set of query parameters, it is being treated as a postback. For example my

RE: Problem with Shale Token

2006-11-07 Thread brettconnor
PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have to be the last component - i put it everytime in the front, now it works - the documentation should maybe tell

RE: Problem with Shale Token

2006-11-07 Thread Torsten Krah
should mention this also though. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have

RE: Problem with Shale Token

2006-11-07 Thread Torsten Krah
if (context.getMaximumSeverity() != null) { . I think that maybe the wiki should mention this also though. Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem

RE: Problem with Shale Token

2006-11-07 Thread hermod.opstvedt
Hi I second that (Should still be on a wiki page too) Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 12:35 PM To: user@shale.apache.org Subject: RE: Problem with Shale Token This would be sufficient but i would like to see

Re: Problem with Shale Token

2006-11-07 Thread Adrian Mitev
Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 12:35 PM To: user@shale.apache.org Subject: RE: Problem with Shale Token This would be sufficient but i would like to see it in the tlddoc too. Torsten Am Dienstag, den 07.11.2006, 06:29 -0500 schrieb

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
what does your doc type look like in your tiles.xml? also i am getting a javax.servlet.ServletException: Source object must not be null in tomcat 5.5.17 any ideas? _ Get today's hot entertainment gossip

Re: [scxml] dialog not found problem

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

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
ok when i do this tiles:insert definition=debug2flush=true/tiles:insert with this as the definition tiles-definitions definition name=debug2 path=debug2.jsp put name=header type=template value=/debug/debug-header.jsp / /definition

Re: Problem with Shale Token

2006-11-07 Thread Craig McClanahan
:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:47 AM To: user@shale.apache.org Subject: Re: Problem with Shale Token Ok its working. I did not know until now - that it have to be the last component - i put it everytime in the front, now it works - the documentation should maybe tell

Re: How to find the backing bean name?

2006-11-07 Thread Craig McClanahan
On 11/7/06, Ramineni Viswanath [EMAIL PROTECTED] wrote: Hi, Is there a better way to get the backing bean name (not the class name) other than by building it from getFacesContext().getViewRoot().getViewId()? This is going to be the only robust mechanism, because an application can actually

Re: [scxml] dialog not found problem

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

Re: [scxml] dialog not found problem

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

Re: Problem with Shale Token

2006-11-07 Thread Rahul Akolkar
On 11/7/06, Torsten Krah [EMAIL PROTECTED] wrote: This would be sufficient but i would like to see it in the tlddoc too. snip/ Took a stab (site should be updated shortly): http://svn.apache.org/viewvc?view=revrevision=472288 Please feel free to suggest further improvements to the brief

Re: Problem with Shale Token

2006-11-06 Thread Torsten Krah
Token is broken for myfaces greater than 1.1.1. Look there: http://issues.apache.org/struts/browse/SHALE-287 Torsten Am Montag, den 06.11.2006, 13:52 +0200 schrieb Adrian Mitev: Hi all! I have problem using s:token. I have form with input fields and required=true. When i leave the field

Re: Not really a Shale-Problem...

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

Re: Problem with Shale Token

2006-11-06 Thread Craig McClanahan
On 11/6/06, Torsten Krah [EMAIL PROTECTED] wrote: Token is broken for myfaces greater than 1.1.1. Look there: http://issues.apache.org/struts/browse/SHALE-287 Torsten Am Montag, den 06.11.2006, 13:52 +0200 schrieb Adrian Mitev: Hi all! I have problem using s:token. I have form with input

Re: Shale and Spring

2006-11-04 Thread Craig McClanahan
On 11/4/06, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Is there any special issues relating to the Spring integration (shale-spring) and Spring 1.2.8? It's currently at 1.2.6 There should be no problems with 1.2.8. Although, if you're starting a new project, I'd seriously look at Spring 2

RE: Question about prerenderer?

2006-11-03 Thread hermod.opstvedt
h:outputText id=im value=#{contact.imUsername} / /h:column /h:dataTable -Original Message- From: Jonathan Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 10:46 PM To: user@shale.apache.org Subject: Re: Question about prerenderer? ok i using

RE: General questions to shale...

2006-11-03 Thread hermod.opstvedt
Hi First thing to note is that while Struts is page-centric, JSF is component-centric. To describe this in short: In struts a submit/get from a page always goes to an action. In JSF, each component is (may be) wired to its own method in what is known as a backing bean (or i Shale

Re: General questions to shale...

2006-11-03 Thread David Geary
2006/11/3, Thomas Walland [EMAIL PROTECTED]: Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like a short

Re: General questions to shale...

2006-11-03 Thread Craig McClanahan
by this view. Use it to do things like acquiring database locks, or re-selecting data objects that will be modified by this form (if you didn't save them in session scope). * prerender() -- as discussed above. I like to think of it as an opportunity to pull data needed by this view out of the model

Re: General questions to shale...

2006-11-03 Thread Gary VanMatre
From: Thomas Walland [EMAIL PROTECTED] Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are used in shale. So I need something like a

Re: General questions to shale...

2006-11-03 Thread Ryan Wynn
On 11/3/06, Gary VanMatre [EMAIL PROTECTED] wrote: From: Thomas Walland [EMAIL PROTECTED] Hi, As I already wrote, I am a newby to apache shale. So I have a few general questions. I have great experience with apache struts, but never made some work with JSF or other technologies which are

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-02 Thread Torsten Krah
Still no success here. Adapted the shale-usecases example to test this page - but still no success. When i hit the submit button, the division by zero exception occurs. But later in the log there are these exceptions: ERROR http-8080-Processor23 org.apache.myfaces.lifecycle.PhaseListenerManager

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-11-02 Thread Torsten Krah
Using pure jsp's i get this additionally: ERROR http-8080-Processor23 javax.faces.webapp.UIComponentTag - Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml. ERROR http-8080-Processor23

Re: JNDI integeration Documentation

2006-11-02 Thread Rahul Akolkar
On 11/2/06, paksegu [EMAIL PROTECTED] wrote: Hi where can I find the JNDI integeration Documentation snip/ Its part of shale-core: http://shale.apache.org/shale-core/ and also is there any way tha we can have the documention in pdf format like it used to? snap/ IIUC, its a matter of the

Re: JNDI integeration Documentation

2006-11-02 Thread paksegu
okay thanks, found it. Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/2/06, paksegu wrote: Hi where can I find the JNDI integeration Documentation Its part of shale-core: http://shale.apache.org/shale-core/ and also is there any way tha we can have the documention in pdf format like it

Re: Question about prerenderer?

2006-11-02 Thread Jonathan Smith
ok i using this code the h3 tage get rendered at the bottom of the t:div instead of at the top where it belongs if i put the f:verbaitum wrapping the whole div i get the h3 outside and below the div. what can i do to get the h3 to render before the datatable? %@ taglib prefix=f

Re: upgrade from 20060427 snapshot to shale 1.0.3

2006-11-02 Thread Costa Basil
Sorry, one more thing to add, prerender doesn't seem to be called for session beans. Costa Basil [EMAIL PROTECTED] wrote: Hi: Today I made the attempt to upgrade from the 27-apr-2006 snapshot to 1.0.3. Unfortunately I am having some problems that maybe someone can shed some light on. I use

Re: upgrade from 20060427 snapshot to shale 1.0.3

2006-11-02 Thread Craig McClanahan
On 11/2/06, Costa Basil [EMAIL PROTECTED] wrote: Sorry, one more thing to add, prerender doesn't seem to be called for session beans. That would be the cause, then. In 1.0.3 and onwards, the view controller functionality is supported only for request scoped beans. This was always the

Re: Question about prerenderer?

2006-11-01 Thread Po Po
-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: Question about prerenderer? Date: Wed, 1 Nov 2006 12:48:48 -0800 On 11/1/06, Jonathan Smith wrote: I am having trouble where everytime i put something that is set by the prerender inside of a it always renders

Re:

2006-10-31 Thread Craig McClanahan
On 10/31/06, Derek Fues [EMAIL PROTECTED] wrote: Hello, I am trying to use the Shale testing framework in order to test how ActionEvents can be trapped and manager. I am using the AbstractJsfTestCase as my extension for my test case. What I am trying to do is mimic the generation of

Re[3]: Problems with example war

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

Re: Re[3]: Problems with example war

2006-10-29 Thread Wendy Smoak
On 10/29/06, Thomas Walland [EMAIL PROTECTED] wrote: Because I don't want to build the source by my own, i tried also the nightly build version of the example. But with the same result: org.apache.jasper.JasperException: Exception in JSP: /welcome.jsp:1 Strange. I tried the 1.0.3 version

Re: Shale and Spring

2006-10-29 Thread Matthias Wessendorf
Finally will shale functionality be moved to future version of JSF? snap/ No one knows. It is for the expert group of that future JSF spec version to decide. I expect more the WebBeans spec. to bye advantages from Shale. WebBeans is sorta trying to specify the Seam framework. -M -Rahul

Re[6]: Problems with example war

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

Re: scxml dialog problem - if session is invalid, state machine hangs and navigation is broken

2006-10-28 Thread Craig McClanahan
On 10/27/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 10/27/06, Torsten Krah [EMAIL PROTECTED] wrote: Hm ignore this - its working now, don't know why, but testet in dozen times without success, minutes after writing the mail it does :-|, maybe i found out why, only cleared out my cookies,

Re: scxml dialogs - how to register them, and whats with dialog2stateview.xml

2006-10-27 Thread Torsten Krah
snap And whats with the dialog2stateview.xml, have i have to register it too in some context param? snap/ Thats from the old documentation page [3], which I pointed you to ;-) That bit is obsolete. /snap If this is obsolete, is their any way to map a state to a view, or have i have

Re: How to build the shale-test-dialog-scxml application?

2006-10-27 Thread Matthias Wessendorf
Wendy, it was building for me. I try todody building Trinidad w/ your new version of the -parent pom. I definitely will let you know! :) -M On 10/26/06, Torsten Krah [EMAIL PROTECTED] wrote: ;-) Thanks for the help. The build was successfully, including the sample app i am interested in.

Re: scxml dialogs - how to register them, and whats with dialog2stateview.xml

2006-10-27 Thread Rahul Akolkar
On 10/27/06, Torsten Krah [EMAIL PROTECTED] wrote: snap And whats with the dialog2stateview.xml, have i have to register it too in some context param? snap/ Thats from the old documentation page [3], which I pointed you to ;-) That bit is obsolete. /snap If this is obsolete, is

Re: scxml dialog problem - if session is invalid, state machine hangs and navigation is broken

2006-10-27 Thread Rahul Akolkar
On 10/27/06, Torsten Krah [EMAIL PROTECTED] wrote: Hm ignore this - its working now, don't know why, but testet in dozen times without success, minutes after writing the mail it does :-|, maybe i found out why, only cleared out my cookies, i dont believe that this could be reason. snip/ Hmm.

Re: How to build the shale-test-dialog-scxml application?

2006-10-27 Thread Matthias Wessendorf
hey wendy, now the build works behind the firewall :) Look's like your thing fixed our issue. the java.net was also annoying, since it had always a long timeout (on linux... that was not a fun ;) You rock! :) On 10/27/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Wendy, it

RE: How to use Shale/JSF for file download

2006-10-26 Thread Kito D. Mann
Please disregard this message -- operator error ;-). -Original Message- From: Kito D. Mann [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 12:26 AM To: user@shale.apache.org Subject: RE: How to use Shale/JSF for file download Ah, cool! I was wondering what you were

Re: How to build the shale-test-dialog-scxml application?

2006-10-26 Thread Wendy Smoak
On 10/26/06, Torsten Krah [EMAIL PROTECTED] wrote: Running mvn install in the framework directory - the ones where all shale parts are in - results in this error: mvn install [INFO] Scanning for projects... [INFO] [ERROR]

Re: How to build the shale-test-dialog-scxml application?

2006-10-26 Thread Torsten Krah
Thx, now it starts the build, but it fails at: Compiling 1 source file to /home/tkrah/Development/src/shale-parent/shale-tiles/target/classes [INFO] [ERROR] BUILD FAILURE [INFO]

Re: How to build the shale-test-dialog-scxml application?

2006-10-26 Thread Torsten Krah
;-) Thanks for the help. The build was successfully, including the sample app i am interested in. Torsten Am Donnerstag, den 26.10.2006, 22:28 -0700 schrieb Wendy Smoak: On 10/26/06, Torsten Krah [EMAIL PROTECTED] wrote: Thx, now it starts the build, but it fails at: Compiling 1 source

Re: ViewController - session controlled beans?

2006-10-25 Thread Torsten Krah
Ok i'll try this - but init() was never called, at the first time it was placed in its scope, but you said too that this should happen. But i'll try your suggestion and separate things, maybe this wont be issue anymore. Torsten Am Montag, den 23.10.2006, 19:22 -0700 schrieb Craig McClanahan:

Re: ViewController postBack processing question

2006-10-25 Thread Torsten Krah
No i am implementing ViewController. When i do this, i have to implement these postBack things - i should mentioned i am using the latest stable release 1.0.3 ... The interface got this signature: public abstract interface org.apache.shale.view.ViewController { public abstract boolean

Re: ViewController postBack processing question

2006-10-25 Thread Torsten Krah
No i implement the interface, look at the post to Matthias ones. No i am not using the tiger extension at all yet, so this is not an issue. Because i have to implement those postBack things i cant say anything useful yet, wheter to keep or not, i am still a little bit confused, about your answers

Re: Myfaces Sandbox ConversationTag Clay possible?

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

Re: [OT] download area down - some news when it will be up or mirrors?

2006-10-25 Thread Wendy Smoak
On 10/25/06, Torsten Krah [EMAIL PROTECTED] wrote: people.apache.org refuses connections for afaik 2 days now. Is there some other space where i can get the nightly builds, or has someone some informations when it will be there again? The server was part of some infrastructure work that

Re: Internationalization

2006-10-25 Thread Rahul Akolkar
On 10/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does Shale have a feature for internationalization similar to Struts? snip/ JSF itself provides internationalization support, see f:loadBundle tag in the JSF core taglib. See shale-usecases sample application for examples of this. Shale

Re: How to use Shale/JSF for file download

2006-10-25 Thread Matthias Wessendorf
@file: http://wiki.apache.org/myfaces/Sending_Files @Kito: :D On 10/25/06, Kito D. Mann [EMAIL PROTECTED] wrote: Ah, cool! I was wondering what you were doing on Saturday :-). Tracey won't be in town, actually. I think I was checking the wrong date before.

Re: calling authors

2006-10-25 Thread Matthias Wessendorf
I am writing one on Trinidad for the German Java Magazine, maybe we can translate it later (deadline is december 20th or so) (I know I need to send you the portlet article too :) ) -M On 10/25/06, Kito D. Mann [EMAIL PROTECTED] wrote: Hello, I'm currently looking for people who are

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-10-23 Thread Torsten Krah
It keeps mine, but it still refused to go to my error page, any hints how to find where it fail? Torsten Am Mittwoch, den 18.10.2006, 09:57 +0200 schrieb Torsten Krah: Hm realized that i've got a warning: WARN main org.apache.myfaces.config.FacesConfigurator - More than one managed bean w/

Re: JSF and Hyperlinks

2006-10-23 Thread David Chandler
Be aware that h:ouptutLink doesn't get the URL automatically from the ViewHandler as does h:commandLink, which means you have to put the servlet context root in the URL (of course, you can create a managed bean getter to get it and insert the expression in your URL). In addition, h:outputLInk

Re: ViewController - session controlled beans?

2006-10-23 Thread Craig McClanahan
On 10/23/06, Torsten Krah [EMAIL PROTECTED] wrote: Documentation reads - in nearly all circumsistances ... , but if i want to have a bean in session scope for caching purposes, does ViewController work too? No, this does not work ... init() is called only when the corresponding bean is first

Re: Myfaces Sandbox ConversationTag Clay possible?

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

Re: [OT] shale and struts2

2006-10-23 Thread Matthias Wessendorf
ok... one more :) JSF is THE j2ee (or java ee) standard for web apps. Every Java EE 5 (or later) container has support for JSF :-) On 10/23/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 10/23/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Struts2 == WebWork++ Shale == JSF++ That's a

Re: Myfaces Sandbox ConversationTag Clay possible?

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

Re: Dialog example web project

2006-10-20 Thread Rahul Akolkar
On 10/20/06, Adrian Mitev [EMAIL PROTECTED] wrote: Is there sample web project showing how to use shale-dialog? snip/ The Shale usecases sample app [1] does contain a couple of examples of dialogs (log on, edit profile), see WEB-INF/dialog-config.xml in war file for definitions, views are in

Re: [OT] recommendation for html help within a Shale application

2006-10-20 Thread William Huang
RoboHelp (commercial), is popular. I think it got acquired by macromedia.. Bill Dick Starr [EMAIL PROTECTED]

RE: Clay - how to set locale Parameter for f:view in html/xml views?

2006-10-19 Thread Torsten Krah
The solution with metadata inheritance sounds very nice. It would fit very well in the way things works now, if would prefer this way - but maybe there are any drawbacks i don't see, but in my opinion, inheritance for the view root would be fine. Torsten ps: I will try the workarounds and post

RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread Torsten Krah
The samples uses its own sortHeader, this one works. But i wanted to reuse the tomahawk component - but this wont work, i maybe try to get it working for the rest of the day, if i am too dumb, i will ask for help again ;-). Torsten Am Donnerstag, den 19.10.2006, 12:54 +0200 schrieb [EMAIL

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Randahl Fink Isaksen
Isaksen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 2:10 PM To: user@shale.apache.org Subject: Re: Shale and facelets vs. Shale and Clay My short tour of Clay documentation looks as if Clay is more heavy when it comes to declarations. It looks to me as if Facelets has much more

RE: Clay - tomahawks commandSortHeader

2006-10-19 Thread Torsten Krah
Hm i don't get it. Also i've found a bug i guess, using the tomahawks auto sortable feature of the dataTable, it cannot render the commandSortHeaders when used with clay, anyone a solution? kind regards Am Donnerstag, den 19.10.2006, 13:00 +0200 schrieb Torsten Krah: The samples uses its own

RE: new to shale tiles

2006-10-19 Thread Dick Starr
To: user@shale.apache.org Cc: Subject:RE: new to shale tiles -Original Message- From: Jonathan Smith [mailto:[EMAIL PROTECTED] Sent: Wed 10/18/2006 7:42 AM To: user@shale.apache.org Cc: Subject:new to shale tiles is there a good example of how

RE: Clay - how to set locale Parameter for f:view in html/xml views?

2006-10-19 Thread Gary VanMatre
From: Torsten Krah [EMAIL PROTECTED] The solution with metadata inheritance sounds very nice. It would fit very well in the way things works now, if would prefer this way - but maybe there are any drawbacks i don't see, but in my opinion, inheritance for the view root would be fine.

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Gary VanMatre
: Wednesday, October 18, 2006 2:10 PM To: user@shale.apache.org Subject: Re: Shale and facelets vs. Shale and Clay My short tour of Clay documentation looks as if Clay is more heavy when it comes to declarations. It looks to me as if Facelets has much more default behavior built

Re: Shale and facelets vs. Shale and Clay

2006-10-19 Thread Reind
everybody is hailing. Hermod -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 2:10 PM To: user@shale.apache.org Subject: Re: Shale and facelets vs. Shale and Clay My short tour of Clay documentation looks as if Clay

Re: new to shale tiles

2006-10-19 Thread Gregg Leichtman
I finally got a tiled page to display after trying a multitude of server and jar versions as well as defining the correct tile contents with appropriate jsf tags and attributes and getting past an IllegalStateException caused by incorrectly having a view tag wrapping the contents of a tile that

Re: Clay: outputLink - href unused, gets cleared.

2006-10-18 Thread Torsten Krah
Confirmed it - using value= it works. Opened issue at https://issues.apache.org/struts/browse/SHALE-313 Thx for feedback. Torsten Am Dienstag, den 17.10.2006, 15:36 + schrieb Gary VanMatre: I am trying to get clay working, but got some issues: a target=_blank

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-10-18 Thread Torsten Krah
Looking at: http://wiki.apache.org/shale/ExceptionHandling i created a error handler which implements org.apache.shale.view.ExceptionHandler. I've than stored it in application scope - faces-config.xml: managed-bean managed-bean-name

Re: [SHALE-277] - Error Page for Code 500 - broken?

2006-10-18 Thread Torsten Krah
Hm realized that i've got a warning: WARN main org.apache.myfaces.config.FacesConfigurator - More than one managed bean w/ the name of 'org$apache$shale$view$EXCEPTION_HANDLER' - only keeping the last Hm which one it keeps - i hope mine? Torsten Am Mittwoch, den 18.10.2006, 09:14 +0200

RE: Clay HTML View - where to set @managed-bean-name?

2006-10-18 Thread hermod.opstvedt
Hi You could either declare it in the component for myInputComponent or use something like input jsfid=myInputComponetn value=[EMAIL PROTECTED] / Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 11:30 AM To: user@shale.apache.org

RE: Clay HTML View - where to set @managed-bean-name?

2006-10-18 Thread hermod.opstvedt
, while still being able to see a full page with dummy content in a html browser/editor Hermod -Original Message- From: Torsten Krah [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 11:50 AM To: user@shale.apache.org Subject: Re: Clay HTML View - where to set @managed-bean-name

RE: Shale and facelets vs. Shale and Clay

2006-10-18 Thread hermod.opstvedt
Hi As far as I am concerned, Clay can do whatever Facelets can do and then some. Hermod -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:48 PM To: user@shale.apache.org Subject: Re: Shale and facelets vs. Shale and Clay Has

<    4   5   6   7   8   9   10   11   12   >