--- original ---
- If i make a component, how can I use IBM's components inside the mine??? I
mean, if I want a component with some buttons, how can I use the buttons
inside a new component???
--- /original ---
Composite components are a bit trickier than simple components, but it is
possible. Most of the questions/problems I had with my attempts were
answered in the book "JSF in Action", which has a sample of a composite
component (in the electronic add-on part).
Be sure you have some experience with simple components, renderers, validators
and convertors. Often there seems need for a full-blown, complicated component,
but the problem can also be solved writing just a renderer, or a
wrapper-component
(somewhat like the facet component).
--- original ---
How can i display an image in a message error, is it possible?????
Actually I'm trying to show a message as: <img src....>, but the class
trasform the "<" at "<" and ">" at ">" and displays "< img
src....>"
--- /original ---
Do you want to show the image with every message, or just with a single one?
every message: You can extend the standard-message renderer to render the
image
single-message: no idea at the moment
--- original ---
By the moment I think it is all.... thank you very much for spend your time
at me, and sorry about my english!!!I hope you'll undertand me!!
--- /original ---
Do not worry about the english. Lot's of people on this list consider
english a foreign language ;-) (fortunately..)
hope this helps
Alexander