[JBoss JIRA] Reopened: (RF-258) Tab Panel prevent immediate actions calling
by Ilya Shaikovsky (JIRA)
[ http://jira.jboss.com/jira/browse/RF-258?page=all ]
Ilya Shaikovsky reopened RF-258:
--------------------------------
Assignee: Anton Belevich (was: Aleksej Yanul)
Need to check additional case from this forum thread:
"This works in 3.1.1 except for the fact that now button with immediate="false" are also bypassing validation etc.
So now:
<rich:tab>
<h:form>
<h:inputText id="test" required="true" />
<h:commandButton value="save" action="save"/>
<h:commandButton immediate="true" value="cancel" action="cancel"/>
</h:form>
</rich:tab>
when the user clicks on save, validation is bypassed, model is not updated...very frustrating :-("
> Tab Panel prevent immediate actions calling
> -------------------------------------------
>
> Key: RF-258
> URL: http://jira.jboss.com/jira/browse/RF-258
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Ilya Shaikovsky
> Assigned To: Anton Belevich
> Fix For: 3.2.0, 3.1.1
>
>
> <h:form>
> <rich:tabPanel switchType="ajax">
> <rich:tab label="label">
> <h:inputText value="#{bean.property}" required="true"></h:inputText>
> <h:commandButton action="#{capitalsBean.action}" value="Press" immediate="true"></h:commandButton>
> </rich:tab>
> </rich:tabPanel>
> </h:form>
> action doesn't fired if field is empty
--
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
18 years, 5 months
[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:
------------------------------
Priority: Critical (was: Major)
> no attribute in FuncSpec
> ------------------------
>
> Key: RF-736
> URL: http://jira.jboss.com/jira/browse/RF-736
> Project: RichFaces
> Issue Type: Bug
> Components: doc
> Affects Versions: 3.1.0
> Environment: no attribute in FuncSpec
> Reporter: Aleksej Yanul
> Assigned To: Ilya Shaikovsky
> Priority: Critical
> Fix For: 3.2.0
>
>
> <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
18 years, 5 months
[JBoss JIRA] Updated: (RF-225) Provide mode=server for a4j:status when used in conjuction with <h:commandLink> (required for file uploads)
by Nick Belaevski (JIRA)
[ http://jira.jboss.com/jira/browse/RF-225?page=all ]
Nick Belaevski updated RF-225:
------------------------------
Fix Version/s: Future Versions
(was: 3.2.0)
> Provide mode=server for a4j:status when used in conjuction with <h:commandLink> (required for file uploads)
> -----------------------------------------------------------------------------------------------------------
>
> Key: RF-225
> URL: http://jira.jboss.com/jira/browse/RF-225
> Project: RichFaces
> Issue Type: Feature Request
> Affects Versions: 3.0.1
> Environment: REL 2.4 on Tomcat 5.5.20
> Reporter: Flax Seed
> Assigned To: Nick Belaevski
> Fix For: Future Versions
>
>
> Please review support ticket: Ticket#2007050310000034.
> If we're presenting the user a modal panel with an upload button and we can only use an <h:commandLink> for the upload, we want to show an <a4j:status> so the user knows that something is happening. Otherwise, it looks like the modal is hung when the user clicks the upload button.
> In VCP 2.0, I could upload a file and also get the a4j:status using the mode="server" attribute as follows:
>
> <vcp:dialogClose action="#{AttachmentController.uploadNewVersion}" mode="server">
> <h:graphicImage url="/resources/images/buttonUpload.gif" style="border:none;"/>
> <f:param name="returnValue" value="product_view"/>
> </vcp:dialogClose>
>
> Can something similarly be provided in RF3?
> Thanks,
> Lou
--
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
18 years, 5 months