Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #6155
| Date | 2011-07-13 10:03 +0200 |
|---|---|
| From | Pif - 34 <fj@nospam.fr> |
| Newsgroups | comp.lang.java.programmer |
| Subject | JSF 1.2 |
| Message-ID | <4e1d5166$0$1538$426a74cc@news.free.fr> (permalink) |
| Organization | Guest of ProXad - France |
Hello, I'm working on a project based on JSF1.2. In a XHTML document, I must call a method using a parameter. So, since this is not possible directly using standard syntax, I would like to know if one of following solutions is possible that cut be usefull in my code: - use an include of a JSP template that do the code I need to place ? In a <html ... > doc, you can only include <html subdocs ? - include a JSP tag in the <html> that allow to place javacode ? Do you have Id of workarounds ? Thanks a lot.
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
JSF 1.2 Pif - 34 <fj@nospam.fr> - 2011-07-13 10:03 +0200
Re: JSF 1.2 Chris Riesbeck <Chris.Riesbeck@gmail.com> - 2011-07-13 13:17 -0500
Re: JSF 1.2 lewbloch <lewbloch@gmail.com> - 2011-07-13 11:32 -0700
Re: JSF 1.2 Travers Naran <tnaran@gmail.com> - 2011-07-17 21:54 -0700
csiph-web