[jboss-user] [JBoss Seam] - Re: seam-gen with rf 3.1.3 simpleTogglePanel float clearing

2007-12-23 Thread andrewa
http://jira.jboss.org/jira/browse/JBSEAM-2425
http://jira.jboss.org/jira/browse/JBSEAM-2426

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115260#4115260

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115260
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - seam-gen with rf 3.1.3 simpleTogglePanel float clearing

2007-12-23 Thread andrewa
Apparently rf 3.1.3 moved from tables to css for the simpleTogglePanel layout 
and now the seam-gen generated display forms have some float clearing issue.

To reproduce in a seam-gen generated project:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  | 
  | http://www.w3.org/1999/xhtml";
  | xmlns:s="http://jboss.com/products/seam/taglib";
  | xmlns:ui="http://java.sun.com/jsf/facelets";
  | xmlns:f="http://java.sun.com/jsf/core";
  | xmlns:h="http://java.sun.com/jsf/html";
  | xmlns:rich="http://richfaces.org/rich";
  | template="layout/template.xhtml">
  |
  | 
  | 
  | 
  |   
  |   
  |   Lorem ipsum
  |   
  |   
  |   
  |   
  |   Lorem ipsum
  |   
  |   
  |   
  | 
  | 
  | 
  | 
  | 

As a workaround I added to theme.css:
.rich-stglpanel-body {
  | overflow: auto;
  | }

Not sure if this also applies to other rf components like panel.

A more subtle seam-gen issue that I came across is that the components*.xml 
templates have an incorrect or outdated event id:

  |
  | should be
  |
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115255#4115255

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115255
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user