Hi I was deploying the WAR file on jboss which was available from the download, but then I was getting a lot of classcastexceptions.
AM I missing anything basic? Please help me. Thanks Chaitanya Kadaru -----Original Message----- From: Cosma Colanicchia [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 04, 2006 3:12 PM To: [email protected] Subject: Re: Simple question about skins and image borders Ok, this is a solution.. but I think that 99.9% of people using af:objectImage out there don't want those ugly borders, maybe we could create a skinning hook for this component. If you agree I can create a JIRA for this. Cosma 2006/7/4, Jeanne Waldman <[EMAIL PROTECTED]>: > Hello, > > There are no specific skinning hooks for the objectImage component, > which is why you don't see it documented. > > Are you trying to remove the image borders of the objectImage component? > > If so, you can use the styleClass or inlineStyle attributes. > If you use inlineStyle, it would look like this: > > <af:objectImage inlineStyle="border-width:0px"/> > > - Jeanne > > Cosma Colanicchia wrote: > > > Hi, > > > > I'm trying to remove the image borders using a Trinidad skin, but I > > can't find a component named objectImage in the > > adf-faces-skins-doc.xml. I would like to do this in the skin, > > instead of loading a separate css with a generic .image { > > border-width: 0px } style. > > > > This should be an easy one, but still can't find where I'm wrong. > > Anyone can > > help? > > > > Thank you > > Cosma > > > >
