in my experience, the only difference between firefox and ie are additional pixels in the richfaces styles.
the responsible style isnt found easily.
the fastest way are ie-hacks in combination with the richfaces style.
| .ie-hack{
| padding: 0;
| margin: 0;
| }
|
| <h:form styleClass="ie-hack">
|
or in the panelGrid.
but i dont know the 3column layout. i use my own one.
therefore i dont know if you have enough place for such big borders.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265437#4265437
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265437
Hi All,
I am experimenting JBPM 4 task forms. I understand from the exampless that it uses freemarker templates . I have worked on JSF in JBPM3 and found it really restrictive in terms of what can be done.
Can anyone pass their comments about using free marker templates for task forms? How good , efficient or they? Are there any other alternatives which you have used which has more broader functionality than freemarker?
Any thoughts appreciated...
Regards
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265426#4265426
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265426