Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
26. Mar 2008, 22:16 CET | Link

What is the proper procedure to skin e.g. s:decorate?

Could not see anything in the doc: Seam - Contextual Components.

2 Replies:
26. Mar 2008, 22:42 CET | Link

Skin? There usually isn't much to see on s:-components. Are you referring to the afterInvalidField facets etc?

 

If a man speaks in the forest and there is no woman around to hear him, is he still wrong?

27. Mar 2008, 16:02 CET | Link

i had not really looked at this very much - most if not all of the skin for s:decorate is obtained from the facelet template the tag refers to, e.g. in a typical project layout/edit.xhtml.

The facelet in turn refers to CSS defined in stylesheet/theme.css, but e.g. the style prop must be coming from some other place.

Since the style class is determined by the faclet, it is easy to change of course. So this is where I can skin the output of this particular tag.

Anything else that I should be aware of?