You might want to use CSS to do some sort of positioning (top, left or margin-top, margin-left). I've seen similar behavior with other components (i.e. the popup calendar) and I've had to add custom CSS to accommodate.
https://issues.apache.org/jira/browse/TOMAHAWK-205 Matt On 7/31/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hello, > We have an AppFuse 1.9.4 JSF application and the <t:popup> tag does not > place the popup at the desired position within the jsf page. The same tag > works ok in a non-appfuse application. > Here is the css for popup class: > > .popup { > background-color:rgb(255,255,255); > color: #000000; > border: 1px solid #CCCCCC; > font-size:smaller; > padding: 5px; > } > > .popup table { > font-size:smaller; > } > > Here is the tag: > > <t:popup displayAtDistanceX="10" displayAtDistanceY="20" > > <h:outputText value="This is Popup Example" /> > <f:facet name="popup"> > <h:panelGrid columns="2"> > <h:outputText value="POPUP TEXT" /> > <h:outputText value="POPUP TEXT" /> > </h:panelGrid> > </f:facet> > </t:popup> > > -- > View this message in context: > http://www.nabble.com/t%3Apopup-tag-does-not-work-properly-in-AppFuse-1.9.4-tf4192891s2369.html#a11923791 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
