[jboss-user] [JBoss Seam] - Re: pdf form 'filling and generic overlay proposition
kukeltje
do-not-reply at jboss.com
Fri Jan 26 13:29:06 EST 2007
another option for the overlay is to have the overlay element take the page, top and left attributes and allow the two already existing outputText and image tage inside it.
| <p:overlay page="1" top="100" left="100">
| <p:outputtText >Hi, I'm overlayed text\n#{user.name} did this</p:text>
| </p:overlay>
| <p:overlay page="3" top="225" left="150">
| <p:image resource="/jboss.jpg" />
|
I think I'll prefer that appoach and see if I get it working. (I need something on monday :-))
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006959#4006959
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4006959
More information about the jboss-user
mailing list