[JBoss JIRA] Created: (RF-4064) Problem with a4j:commandLink
by Bob Corcoran (JIRA)
Problem with a4j:commandLink
-----------------------------
Key: RF-4064
URL: https://jira.jboss.org/jira/browse/RF-4064
Project: RichFaces
Issue Type: Bug
Environment: Windows
Reporter: Bob Corcoran
Priority: Minor
We have a page with a few a4j:commandLinks as well as an h:inputText and h:inputTextarea, among other markup. It works fine until we add the attribute required="true" to either the inputText or InputTextarea. When we add the required="true" to either the inputText or InputTextarea, one of the a4j:commandLinks's (further up on the page) breaks. It still renders fine, but the method on the backing bean (in this case a SEAM stateful bean) is not called, because the link does not fire. What's even more odd is that the remaining a4j:commandLinks on the page continue to work according to specs. These links are contained in separate rich:column tags.
--
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
14 years, 11 months
[JBoss JIRA] Created: (RF-4011) rich:modalPanel "width" parameter does NOT work
by Yurii Kartsev (JIRA)
rich:modalPanel "width" parameter does NOT work
-----------------------------------------------
Key: RF-4011
URL: https://jira.jboss.org/jira/browse/RF-4011
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: JSF 1.2_07
Facelets 1.1.14
RF: v.3.2.2-SNAPSHOT SVN $Revision: 8947 $ $Date: 2008-06-07 08:39:49 -0400 (Sat, 07 Jun 2008) $
Browser: Mozilla Firefox 2.0.0.16
System: Windows XP SP2
App Server: JBoss 4.2.2 GA
Reporter: Yurii Kartsev
Priority: Critical
The parameter "width" in rich:modalPanel doesn't work. Only "minWidth" works.
Having this example, panel width is 550px:
<rich:modalPanel id="aboutModalBox" minHeight="100" minWidth="550" height="125" width="650" zindex="2000"/>
And having this one, it's 350px:
<rich:modalPanel id="aboutModalBox" minHeight="100" height="125" width="650" zindex="2000">
What's the point?
--
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
14 years, 11 months