[jboss-user] [JBoss Seam] - s:layoutForm

2007-03-30 Thread [EMAIL PROTECTED]
This is in teh documentation but it does not seem to be in the code.
I guess it just missed the cut off date?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4033129#4033129

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033129
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - s:layoutForm in docs, though missing in taglib (1.2.1GA)

2007-03-28 Thread atzbert
Ignoring my IDEs warn attempts that there is no s:layoutForm tag, I tried it on 
one of my edit screens. When even Tomcat claimed not to know anything about 
such tag I unpacked the jars and had a look into the according tag libs. And 
indeed, no layoutForm tag. Is there a way to get it? From CVS?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4032511#4032511

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4032511
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - s:layoutForm

2007-03-15 Thread petemuir
I've just added a s:layoutForm component to CVS which takes the pain out of 
laying out a form.  In general, it put's each child component on a new line BUT 
if the child is a s:decorate it will do some clever stuff:


  | *  If a facet named label is present on the s:decorate, the contents is 
placed in a left hand column, aligned right
  | *  If a facet named belowLabel or/and belowField is present on s:decorate, 
it's content is placed below the label or the field
  | *  If the field contained in the s:decorate is required=true then a star 
is prepended to the label.
  | 

Feedback on whether this is a useful component and how it can be improved would 
be great - especially if other facets would be useful or in relating to some 
(default) styling.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4028345#4028345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4028345
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user