[JBoss JIRA] Updated: (RF-736) no attribute in FuncSpec
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-736?page=all ]
Nick Belaevski updated RF-736:
------------------------------
Fix Version/s: 3.2.2
(was: 3.2.1)
> no attribute in FuncSpec
> ------------------------
>
> Key: RF-736
> URL: http://jira.jboss.com/jira/browse/RF-736
> Project: RichFaces
> Issue Type: Bug
> Components: planning
> Affects Versions: 3.1.0
> Environment: no attribute in FuncSpec
> Reporter: Aleksej Yanul
> Assigned To: Ilya Shaikovsky
> Fix For: 3.2.2
>
>
> <rich:calendar
> converterMessage
> currentDate
> direction
> enableManualInput
> height
> inputStyle
> inputType
> jointPoint
> localValueSet
> monthLabelsShort
> optionalFooter
> optionalHeader
> requiredMessage
> showInput
> valid
> validatorMessage
> weekDayLabelsShort
> width
> />
> <rich:dropDownMenu
> submitMode
> />
> <rich:menuGroup
> converter
> />
> <rich:menuItem
> actionExpression
> ajaxSingle
> beforeUpdate
> bypassUpdates
> data
> eventsQueue
> focus
> ignoreDupResponses
> limitToList
> oncomplete
> requestDelay
> reRender
> status
> timeout
> />
> <rich:toolTip
> delay
> onkeydown
> onkeypress
> onkeyup
> onmousedown
> onmouseup
> zorder
> />
> <rich:message
> ajaxRendered
> keepTransient
> markerStyle
> style
> />
> <rich:messages
> ajaxRendered
> keepTransient
> markerStyle
> style
> />
> <rich:panelMenu
> converter
> converterMessage
> disabled
> disabledGroupStyle
> immediate
> localValueSet
> onkeydown
> onkeypress
> onkeyup
> onmousedown
> onmouseup
> required
> requiredMessage
> valid
> validator
> validatorMessage
> value
> valueChangeListener
> />
> <rich:panelMenuGroup
> accesskey
> align
> alt
> converter
> converterMessage
> expanded
> localValueSet
> maxlength
> onblur
> onchange
> onclick
> ondblclick
> onfocus
> onkeydown
> onkeypress
> onkeyup
> onmousedown
> onmouseup
> onselect
> required
> requiredMessage
> size
> tabindex
> valid
> validator
> validatorMessage
> value
> valueChangeListener
> />
> <rich:panelMenuItem
> actionExpression
> disabled
> ondblclick
> onkeydown
> onkeypress
> onkeyup
> value
> />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Updated: (RF-3129) RichFaces SuggestionBox - Nothing Happens
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-3129?page=all ]
Nick Belaevski updated RF-3129:
-------------------------------
Fix Version/s: 3.2.2
(was: 3.2.1)
> RichFaces SuggestionBox - Nothing Happens
> -----------------------------------------
>
> Key: RF-3129
> URL: http://jira.jboss.com/jira/browse/RF-3129
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.2.0.SR1
> Environment: JBOSS 4.0.5
> Reporter: Thomas Modeneis
> Assigned To: Anton Belevich
> Fix For: 3.2.2
>
>
> Hy RichFaces Developers, i´m very Glad with this tool...Thanks alot !!
> I Will try to explain the problem:
> Take a look:
> <code>
> <h:panelGroup style="align:center">
> <h:outputText value="Digite o nome do aluno:" />
> <h:inputText value="#{alunosMB.nomeConsulta}" id="pesquisaAluno" />
> <rich:suggestionbox for="pesquisaAluno" suggestionAction="#{alunosMB.autocompleteNome}" fetchValue="" var="aluno" minChars="1" requestDelay="800" width="300" height="150" border="1" >
> <h:column>
> <h:inputHidden id="idAlunoHidden" value="20" />
> <h:commandLink id="commandLinkEditarAluno" value="#{aluno.nome}" action="#{alunosMB.editarAlunoSelecionado}"></h:commandLink>
> </h:column>
> </rich:suggestionbox>
> <h:commandButton value="listar" action="#{alunosMB.listar}" />
> </h:panelGroup>
> <h:outputText value="" />
> <rich:dataTable id="tabelaAlunos" rendered="#{! empty alunosMB.alunosByName}" value="#{alunosMB.alunosByName}" var="aluno" border="0" styleClass="tabelaDadosGC" align="center">
> <h:column id="colunaNome">
> <f:facet name="header">
> <h:outputText value="Nome" />
> </f:facet>
> <h:commandLink id="linkParaModal" value="#{aluno.nome}" action="#{alunosMB.editarAluno}" />
> </h:column>
> <h:column>
> <f:facet name="header">
> <h:outputText value="CPF" />
> </f:facet>
> <h:outputText value="#{aluno.cpf}" />
> </h:column>
> <h:column>
> <f:facet name="header">
> <h:outputText value="Telefone" />
> </f:facet>
> <h:outputText value="#{aluno.telefone}" />
> </h:column>
> </rich:dataTable>
> </code>
> when i click on <h:commandLink id="linkParaModal" value="#{aluno.nome}" action="#{alunosMB.editarAluno}" />
> nothing happens.
> Its allways fine when i use these 3 jars:
> ajax4jsf-1.1.0.jar
> oscache-2.3.jar
> richfaces-3.0.0.jar
> BUT, if i try to update richFaces to newest version:
> richfaces-ui-3.1.2.SP1
> nothing happens, dont redirect to return of method (alunosMB.editarAluno)
> IF i´m doing any wrong tag, i´m sorry guys!!
> Thanks for attention!!
> Thomas Modeneis.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months