[JBoss JIRA] Created: (RF-1317) modalPanel: Attribute autosize invalid for tag modalPanel according to TLD
by Aleksej Yanul (JIRA)
modalPanel: Attribute autosize invalid for tag modalPanel according to TLD
--------------------------------------------------------------------------
Key: RF-1317
URL: http://jira.jboss.com/jira/browse/RF-1317
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: tomcat 5.5.17
FF 2.0.0.9
facelets 1.1
https://svn.jboss.org/repos/richfaces/branches/3.1.x/test-applications/jsp
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
org.apache.jasper.JasperException: /pages/Rich/Rich.jsp(34,1) Attribute autosize invalid for tag modalPanel according to TLD
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
--
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
[JBoss JIRA] Created: (RF-1308) Sync List Behaviour desired
by Karthik M (JIRA)
Sync List Behaviour desired
---------------------------
Key: RF-1308
URL: http://jira.jboss.com/jira/browse/RF-1308
Project: RichFaces
Issue Type: Feature Request
Environment: Windows,Tomcat,java1.5
Reporter: Karthik M
Hi,
Here is my requirement.Please suggest wether your framwework supports this.
1) I have a custom componet which extends a JSF table.
2) I will have 1 panel in my xhtml which are details of individual rows of my dataTable.
3) so my xhtml has a datatable and detail panel. By default i show 1st row data. This is done and working,,
Now the AJAX req..
4) i want to load the detail panel via AJAX call based when user hovers on the datarow. Detail panel reloads in an ajax way every time a new data row is hovered upon by the mouse...
As i understand for this to happen i will specify these for my support object event="onmouseover" action="ajaxCallThatUpdatestheModel" rerender="myPanelId". But all this is at table level..i want it at row level.. i think if we can pass atribute of the row id to my ajax call then its quite straght forward...is this do able if so please briefly mention how ? i am also open to alternate mechanism to achive this requirement...please help me
--
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