[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
17 years, 2 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
17 years, 2 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
17 years, 2 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
17 years, 2 months