Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #3174
| From | Lew <noone@lewscanon.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: JSF label doesn't render |
| Date | 2011-04-20 22:51 -0400 |
| Organization | albasani.net |
| Message-ID | <ioo63g$k2c$2@news.albasani.net> (permalink) |
| References | <iol3hd$559$1@dont-email.me> <vaiuq6p5n7jl2qtdeorn1epbhekftud12t@4ax.com> |
Roedy Green wrote: > markspace wrote, quoted or indirectly quoted someone who said : >> Hi all, I've got a weird problem with JSF rendering. > JSF creates a Java program just like JSP, right? Nope. It creates a Java program, or rather, the app container does, but most of the JSF magic doesn't live in that program. So it's really nothing like JSP. In fact, JSF doesn't even require JSP. > Can you peek at the generated Java source? Not really. I mean, you can, but it doesn't help. The generated source is just stuff to generate HTML; it has nothing to do with the JSF component model maintained by the JSF framework itself. -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
JSF label doesn't render markspace <-@.> - 2011-04-19 15:49 -0700
Re: JSF label doesn't render Travers Naran <tnaran@gmail.com> - 2011-04-19 23:23 -0700
Re: JSF label doesn't render Lew <noone@lewscanon.com> - 2011-04-20 09:00 -0400
Re: JSF label doesn't render markspace <-@.> - 2011-04-20 13:01 -0700
Re: JSF label doesn't render Lew <noone@lewscanon.com> - 2011-04-20 22:47 -0400
Re: JSF label doesn't render markspace <-@.> - 2011-04-21 11:09 -0700
Re: JSF label doesn't render Esmond Pitt <esmond.pitt@bigpond.com> - 2011-04-20 22:13 +1000
Re: JSF label doesn't render Roedy Green <see_website@mindprod.com.invalid> - 2011-04-20 14:00 -0700
Re: JSF label doesn't render Lew <noone@lewscanon.com> - 2011-04-20 22:51 -0400
csiph-web