[richfaces-issues] [JBoss JIRA] Updated: (RF-10086) execute="@none" warnings from [WAS fileUpload: execute warnings]

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Jan 4 11:40:25 EST 2011


     [ https://issues.jboss.org/browse/RF-10086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shaikovsky updated RF-10086:
---------------------------------

     Summary: execute="@none" warnings from [WAS fileUpload: execute warnings]  (was: fileUpload: execute warnings)
    Assignee: Nick Belaevski  (was: Ilya Shaikovsky)


Nick with that code
		<h:inputText>
			<a4j:ajax event="keyup" execute="@none"/>
		</h:inputText>
		
		<h:inputText>
			<f:ajax event="keyup" execute="@none" />
		</h:inputText>

I'm seeing warning from a4j:ajax and not seeing from f:ajax.

I think it's reasonable as if user defined "@none" explicitly - he already expects that nothing will be processed. I think we should just remove that from logging.

> execute="@none" warnings from [WAS fileUpload: execute warnings]
> ----------------------------------------------------------------
>
>                 Key: RF-10086
>                 URL: https://issues.jboss.org/browse/RF-10086
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Milestone5
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 4.0.0.CR1
>
>
> 27.12.2010 12:21:18 org.richfaces.context.PartialViewContextImpl processPartialExecutePhase
> WARNING: Partial execute won't happen - executeIds were not specified
> appears during upload.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list