Originally posted by Vijay Venkat:
Hans thanks a lot. Hmm.. couldn't find a Indian edition of your book :-(. Is there any plans for Indian edition of your book?
Vijay V
Originally posted by Vijay Venkat:
Once again Hans thanks for your explanation.
Couldn't get hold of a book today - should be getting it tomorrow.
Can you let me know in which chapter you talk about component-family and rendererType, render specific attributes in detail, so that i look directly in it.
Thanks,
Vijay V
Originally posted by Santosh Ram:
Hi folks!!
1. How can we use css (cascading style sheets) with JSF?
If yes can anyone post a simple example?
2. Is it possbile to use java script with JSF?
Originally posted by Patrick Ferguson:
Thanks Hans,
I'm also posting this in the Java forum. But I tried what you said about putting the included page in <f:subview> tags, and it does something really odd. The included page is a menu page, it has some DIV tag stuff in it where it defines the links and to put my links in there I use the <h:commandlink> tag. If I used the <f:view> and bring up just that page by itself (not included in another page), it works fine. And if I include it in a page with no <f:view> tags, it works fine. But when I include it in a page with <f:view> tags and <f:subview> tags in the included page, it's like it pulls the JSF components out of the DIV tags in the included page. I don't know if this is a bug or just something I'm doing incorrectly, but I don't understand why JSF needed to make page includes so difficult.
Anyway, any opinion on this would be greatly appreciated.
Originally posted by Vijay Venkat:
Hi
I am able to understand the concept of a render kit - which is something similar to different look feel in swing.
It is clear that a Component has a renderer associated with it for it to be rendered.
Why do we associate a renderer type with a component family?
Is it that many components can share the same renderer?
<renderer>
<component-family>javax.faces.Input</component-family>
<renderer-type>com.company.sometype</renderer-type>
<renderer-class>com.company.SomeRenderer</renderer-class>
</renderer>
Does it imply that there can be components whose renderer types are not set and in these cases we can get the renderer based on the component-family?
but why is the component-family specified with in the renderer and not in the component itself?
I am seriously missing the concept which connects the components, family and renderers
Any pointers to this would be very useful.
Thanks,
Vijay V
Originally posted by Vijay Venkat:
Hi
I would really appreciate if any one can let me know what is a property of a component and attribute of a component in jsf world.
[...]
Originally posted by Blake Minghelli:
I'm just starting to delve into JSF. I read a user post (I think maybe on theserverside.com) that criticized JSF because you are forced to use a single servlet to process all requests.
Can anyone comment on the validity of that statement?
Originally posted by Alvin chew:
hi, have a nice day ! i have try coreservlet struts tutorial before , it cool ..and make me little bit understand on struts , can anyone please suggest some struts tutorial website ? besides, i'm new in JSF, kindly please provide me some good link as well ..thank in advance !
[ June 08, 2004: Message edited by: Alvin chew ]