Cannot subscribe to the list

2006-11-12 Thread Adrian Mitev
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

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: 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: 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: Problem with Shale Token

2006-11-07 Thread Adrian Mitev
/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 empty, the page is redisplayed with error message. Then i fill

Problem with Shale Token

2006-11-06 Thread Adrian Mitev
Hi all! I have problem using s:token. I have form with input fields and required=true. When i leave the field empty, the page is redisplayed with error message. Then i fill the field with some text and click on the submit button. There i get error message from the token component. Any

Dialog example web project

2006-10-20 Thread Adrian Mitev
Is there sample web project showing how to use shale-dialog? -- Seeing is believing

Not receiving the e-mails from the mailing lists

2006-09-20 Thread Adrian Mitev
I`m using gmail and not emails are stored in the Spam folder and i don't have filters. -- Seeing is believing

Shale book

2006-09-19 Thread Adrian Mitev
Hi guys! These days i found in emule a pdf called struts-shale.pdf and there was the documentation from the web site. Is this auto generated and is it there something like that for the newest documentation of shale? -- Seeing is believing

Suggestion for AbstractFacesBean

2006-09-04 Thread Adrian Mitev
Hi! Useful method for AbstractFacesBean also could be something like public void gotoView(String viewName) { if (viewName!= null) { UIViewRoot newView = getFacesContext().getApplication().getViewHandler().createView(getFacesContext(), viewName);

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 Adrian Mitev
Sorry about the typo. I`ve wrote this code in gmail not in IDE :) -- Seeing is believing

Suggestion for AbstractFacesBean

2006-08-31 Thread Adrian Mitev
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 = ResourceBundle.getBundle(getFacesContext()

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: Shale Navigation Security...

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

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

Question about ViewController

2006-07-26 Thread Adrian Mitev
Declare your backing bean as a managed-bean, using a managed-bean-name value that can be mapped from the view identifier. (See DefaultViewControllerMapper for the details of the default mapping.) In nearly all circumstances, you will want the bean to be placed in request scope. In which xml