the action which enter the Subdialog is ben called twice!

Error Output:
User validator success sam!
08.06.2007 17:16:24 org.apache.myfaces.renderkit.html.HtmlLabelRenderer
encodeBegin
WARNUNG: Attribute 'for' of label component with id back:userpanel:_idJsp7
is not defined
08.06.2007 17:16:24 org.apache.myfaces.component.html.ext.HtmlDataTable
encodeBegin
WARNUNG: Couldn't determine sort property for column [_idJsp44].
08.06.2007 17:16:24 org.apache.myfaces.component.html.ext.HtmlDataTable
encodeBegin
WARNUNG: Couldn't determine sort property for column [_idJsp48].
08.06.2007 17:16:24 org.apache.myfaces.component.html.ext.HtmlDataTable
encodeBegin
WARNUNG: Couldn't determine sort property for column [_idJsp82].
08.06.2007 17:16:24
org.apache.myfaces.renderkit.html.util.DefaultAddResource
writeMyFacesJavascriptBeforeBodyEnd
WARNUNG: MyFaces special javascript could not be retrieved from request-map.
Editing START DIALOG NR2 Sam!
Editing START DIALOG NR2 Sam!
08.06.2007 17:16:33 org.apache.myfaces.renderkit.html.HtmlRenderKitImpl
getRenderer
WARNUNG: Unsupported component-family/renderer-type:
javax.faces.ViewRoot/javax.faces.Text

this should be called only once!
        public String activateEdit()
        {       
        
                System.out.println("Editing START DIALOG NR2 Sam!");
                return "editsuccess";
                        
        }

is that the reason of losing the ShaleViewRoot?
and why is the "activatEdit()" is called twice?

i need help to finish my project, 
Sam


samju wrote:
> 
> i got this Error:
> INFO: No Renderer found for component {Component-Path : [Class:
> org.apache.shale.view.faces.ShaleViewRoot,ViewId: /editserver.jsp]}
> (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Text)
> 08.06.2007 16:08:56 javax.faces.component.UIComponentBase getRenderer
> WARNUNG: No Renderer found for component {Component-Path : [Class:
> org.apache.shale.view.faces.ShaleViewRoot,ViewId: /editserver.jsp]}
> (component-family=javax.faces.ViewRoot, renderer-type=javax.faces.Text)
> 08.06.2007 16:08:56 org.apache.catalina.core.ApplicationDispatcher invoke
> SCHWERWIEGEND: Servlet.service() for servlet jsp threw exception
> java.lang.ClassCastException: org.apache.shale.view.faces.ShaleViewRoot
> 
> where do i have to define the ViewId?
> 
> i just add the latest (20070608) nightly jar
> 
> Sam
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ShaleViewRoot%2C-and-Subdialog-tf3890113.html#a11028653
Sent from the Shale - User mailing list archive at Nabble.com.

Reply via email to