[JBoss JIRA] Created: (RF-3935) Richfaces SuggestionBox dosent work with Apache Tomahawk(1.1.6) t:inputDate
by Ertan Toker (JIRA)
Richfaces SuggestionBox dosent work with Apache Tomahawk(1.1.6) t:inputDate
---------------------------------------------------------------------------
Key: RF-3935
URL: https://jira.jboss.org/jira/browse/RF-3935
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Firefox 3, Ubuntu 8.04, Java 6, Apache Tomcat 6.0.16, Richfaces 3.2.0 GA
Reporter: Ertan Toker
Hi,
Richfaces dosen't work with Tomahawk inputDate component.
I have a JSF Page like this:
<h:outputText value="#{labels.profile_add_new_jobhistory_position}"/>
<h:panelGroup>
<h:inputText
id="position"
required="true" size="40" value="#{JobHistoryBean.position}"
onfocus="this.style.backgroundColor='#dcdcdc'"
onblur="this.style.backgroundColor='#ffffff'"
/>
<rich:suggestionbox id="suggestionBoxPosition" for="position"
suggestionAction="#{SessionBean.autoCompletePositionNames}"
var="result"
width="200"
height="250">
<h:column>
<h:outputText value="#{result.position}" />
</h:column>
</rich:suggestionbox>
</h:panelGroup>
<h:outputText value="#{labels.profile_add_new_jobhistory_tasks}"/>
<h:inputTextarea required="true" rows="5" cols="40" value="#{JobHistoryBean.tasks}"
onfocus="this.style.backgroundColor='#dcdcdc'"
onblur="this.style.backgroundColor='#ffffff'"
/>
<h:outputText value="#{labels.profile_add_new_jobhistory_from}"/>
<t:inputDate required="true" popupCalendar="true" value="#{JobHistoryBean.beginDate}"
onfocus="this.style.backgroundColor='#dcdcdc'"
onblur="this.style.backgroundColor='#ffffff'"
/>
After the compilation the SuggestionBox dosent popup. When i remove the follwing part:
<h:outputText value="#{labels.profile_add_new_jobhistory_from}"/>
<t:inputDate required="true" popupCalendar="true" value="#{JobHistoryBean.beginDate}"
onfocus="this.style.backgroundColor='#dcdcdc'"
onblur="this.style.backgroundColor='#ffffff'"
/>
then the Suggestionbox works fine.
I think there is a problem with the JavaScript libarys.
Regarads
Ertan
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months
[JBoss JIRA] Created: (RF-3721) Packaging jsp/xhtml in separte jar files for deployment
by Jobinesh Purushothaman (JIRA)
Packaging jsp/xhtml in separte jar files for deployment
-------------------------------------------------------
Key: RF-3721
URL: http://jira.jboss.com/jira/browse/RF-3721
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.1
Reporter: Jobinesh Purushothaman
Fix For: Future
Hello
I happened to see the documentation for a4j:loadStyle and a4j:loadScript. Curious to know whether it is possible to have similar startegy for jsp/xhmtl as well.
The requiremnt is given below, As many application invoves lots of business modules, need to package each module separately. It means that backing bean,resourcebundle and xhtml/jsp's will be packaged separately for each module.
Unfortunately by defalut, there is no support to load jsp if packaged them in separte jar file (this jar is available in web-inf/lib) instead of web application folder directly. I can see this kind of features with other frameworks like Tapestry.
Thanks
Jobinesh
--
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
15 years, 11 months
[JBoss JIRA] Created: (RF-1996) contextMenu: Not correctly works contextMenu in tabPanel
by Aleksej Yanul (JIRA)
contextMenu: Not correctly works contextMenu in tabPanel
--------------------------------------------------------
Key: RF-1996
URL: http://jira.jboss.com/jira/browse/RF-1996
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
// If is contextMenu in <rich:tablePanel> and in <rich:tab>.
// Then contextMenu which in <rich:tab> it is not displayed
<rich:tabPanel id="tpcmTestID" switchType="client">
<rich:tab id="t1cmTestID" label="tab1">
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab1" reRender="cmInfoID">
<f:param name="cmdParam" value="tab1" />
</rich:menuItem>
</rich:contextMenu>
<h:outputText value="text1" />
</rich:tab>
<rich:tab id="t2cmTestID" label="tab2">
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab2" reRender="cmInfoID">
<f:param name="cmdParam" value="tab2" />
</rich:menuItem>
</rich:contextMenu>
<h:outputText value="text2" />
</rich:tab>
<rich:contextMenu submitMode="ajax" disableDefaultMenu="true">
<rich:menuItem icon="/pics/header.png" value="tab2" reRender="cmInfoID">
<f:param name="cmdParam" value="global" />
</rich:menuItem>
</rich:contextMenu>
</rich:tabPanel>
--
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
15 years, 11 months
[JBoss JIRA] Created: (RF-1495) ListShuttle attributes. Differences in specification in comparison with listShuttle.xml
by Alexander Francuzov (JIRA)
ListShuttle attributes. Differences in specification in comparison with listShuttle.xml
---------------------------------------------------------------------------------------
Key: RF-1495
URL: http://jira.jboss.com/jira/browse/RF-1495
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
Attributes which exist in specification and do not exist in listShuttle.xml:
var
controlsType
controlsHorizontalAlign
controlsVerticalAlign
disabled
captionLabel
listClass
selectedRowClass
activeRowClass
disabledRowClass
selectedCellClass
activeCellClass
disabledCellClass
controlsClass
topControlClass
bottomControlClass
upControlClass
downControlClass
disabledControlClass
rowClasses
cellClasses
onorderchange
onorderchanged
ontopcontrolclick
onupcontrolclick
ondowncontrolclick
onbottomcontrolclick
onclick
onmouseover
onmouseout
onmousemove
oncaptionclick
Attributes which exist in listShuttle.xml and do not exist in specification:
+ submittedValue
+ submittedStrings
+ localValueSet
+ valid
+ validator
/1 sourceListWidth
/2 targetListWidth
+ listsHeight
+moveControlsVisible
+fastMoveControlsVisible
+copyAllControlLabel
+copyControlLabel
+removeControlLabel
+removeAllControlLabel
--
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
15 years, 11 months
[JBoss JIRA] Created: (RF-1442) discrepancy funcSpec and components
by Aleksej Yanul (JIRA)
discrepancy funcSpec and components
-----------------------------------
Key: RF-1442
URL: http://jira.jboss.com/jira/browse/RF-1442
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Svetlana mukhina
Attributes which are in a component:
id; attached; event; rendered; submitMode; disableDefaultMenu;
attributes that are not presented in the FuncSpec:
disableDefaultMenu
attributes that are not presented in the component:
Disabled; showDelay; hideDelay; Direction; popupWidth; jointPoint; horizontalOffset; verticalOffset; selectItemStyle;
selectItemClass; disabledItemStyle; disabledItemClass; styleClass; Style; itemStyle; itemClass; Oncollapse; Onexpand;
Onmouseout; Onmousemove; Onmouseover; Onitemselect; Ongroupactivate; attached;
--
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
15 years, 11 months
[JBoss JIRA] Assigned: (RF-764) rich:message: FuncSpec-RF-M-CL-015-1.0. The result is not that expected
by Ilya Shaikovsky (JIRA)
[ https://jira.jboss.org/jira/browse/RF-764?page=com.atlassian.jira.plugin.... ]
Ilya Shaikovsky reassigned RF-764:
----------------------------------
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
> rich:message: FuncSpec-RF-M-CL-015-1.0. The result is not that expected
> -----------------------------------------------------------------------
>
> Key: RF-764
> URL: https://jira.jboss.org/jira/browse/RF-764
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Environment: richfaces-demo
> Reporter: Sergey Smirnov
> Assignee: Ilya Shaikovsky
> Fix For: Future
>
>
> FuncSpec-RF-M-CL-015-1.0 passed state rendering
> Message should not show "passed" state in case of initial rendering. Any state of message should be shown only after some submit occurs (after some validation).
> The current version does not work like this. The "passed" facet is shown event the field is not validated.
> Example:
> <h:form>
> <h:panelGrid columns="3">
> <h:outputText value="Name:" />
> <h:inputText label="Name" id="name" required="true" value="#{userBean.name}">
> <a4j:support event="onblur" ajaxSingle="true" />
> </h:inputText>
> <rich:message for="name">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> <h:outputText value="Job:" />
> <h:inputText label="Job" id="job" required="true" value="#{userBean.job}">
> <a4j:support event="onblur" ajaxSingle="true"/>
> </h:inputText>
> <rich:message for="job">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> <h:outputText value="Address:" />
> <h:inputText label="Address" id="address" required="true" value="#{userBean.address}">
> <a4j:support event="onblur" ajaxSingle="true"/>
> </h:inputText>
> <rich:message for="address">
> <f:facet name="passedMarker">
> <h:outputText value="V" />
> </f:facet>
> <f:facet name="errorMarker">
> <h:outputText value="X" />
> </f:facet>
> </rich:message>
>
> </h:panelGrid>
> </h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 11 months