[JBoss JIRA] Created: (RF-2677) Transition sentences
by Svetlana mukhina (JIRA)
Transition sentences
--------------------
Key: RF-2677
URL: http://jira.jboss.com/jira/browse/RF-2677
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Michael Sorokin
Priority: Optional
Fix For: 3.2.1
It's necessary to write more transition sentences in between chapters (or some section) to summarize the old chapter and introduce the next chapter.
e.g.
"This chapter covers the main functinality of ...
Here we'd like to discuss the result of ...
Now you know how to install ...
The main purpose of this chapter is to tell you about ..."
and so on.
Find more examples in other guides online.
--
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, 6 months
[JBoss JIRA] Created: (RF-7923) inline javascript is not processed for ajax call
by Dave Chen (JIRA)
inline javascript is not processed for ajax call
------------------------------------------------
Key: RF-7923
URL: https://jira.jboss.org/jira/browse/RF-7923
Project: RichFaces
Issue Type: Bug
Environment: Richfaces 3.3.1
Reporter: Dave Chen
In ajax response, we use Tomahawk to add script and inline script into head section, from debug,
the ajax response includes the following:
<head>
...
<script type="text/javascript" src="/foo.js">
<script type="text/javascript"><!--
function createFoo(a,b) {...}
//--></script>
...
</head>
<body>
...
<span id="org.ajax4jsf.oncomplete">createFoo(1,2);</span>
....
</body>
we got the error:
debug[16:12:19,879]: call selectSingleNode for id= org.ajax4jsf.oncomplete
debug[16:12:19,889]: Call request oncomplete function after processing updates
debug[16:12:19,919]: call selectSingleNode for id= _ajax:data
error[16:12:19,929]: Error evaluate oncomplete function undefined
error[16:12:19,929]: Exception on status change:
>From the error message, the inline script is not processed, so the createFoo(...) is not defined.
<script type="text/javascript"><!--
function createFoo(a,b) {...}
//--></script>
--
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
16 years, 6 months
[JBoss JIRA] Created: (RF-7917) rich:panelMenu - value - new Site
by bernd farka (JIRA)
rich:panelMenu - value - new Site
---------------------------------
Key: RF-7917
URL: https://jira.jboss.org/jira/browse/RF-7917
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1, 3.3.1
Environment: Jboss 5.1.0 GA Bea Jrockit VM
Reporter: bernd farka
Priority: Critical
Fix For: 3.3.2.GA
<h:form id="navigationForm">
<rich:panelMenu mode="ajax" id="mainMenu"
value="#{identity.navigationValue}">
<rich:panelMenuGroup mode="ajax" id="administration"
name="administration" label="#{messages['administration']}">
<rich:panelMenuItem id="keyvalues" name="keyvalues"
label="#{messages['keyvalues']}" action="customKeyvalues">
</rich:panelMenuItem>
<rich:panelMenuItem mode="ajax" id="usermanagement"
label="#{messages['usermanagement']}" action="customKeyvalues">
</rich:panelMenuItem>
</rich:panelMenuGroup>
</rich:panelMenu>
</h:form>
When i switch to a new Site (keyvalues the administration Menu is not expanded an no body can see wich item is selected...
--
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
16 years, 6 months