Sean Schofield wrote:
The whole point of using something like JSF is that you are moving away from writing direct html code. In the long run, every single thing on your page should be a JSF component, including the script portions. I think the <x:script> should be used even if it doesn't do anything other than output a <script> tag. Switching to faces would definitely require some reworking of your _javascript_ since the whole presentation paradigm has changed. That is why I prefer option #3 the most since it seems the most flexible and is more component oriented. It may not seem like the easiest thing because you have to change the way you've been writing your _javascript_, but you've also had to change the way you're writing your entire application. And it's not exactly rewriting your _javascript_, it's only changing how you get references to the components on the page. T |
- Re: Javascript getElementById Issues Travis Reeder
- Re: Javascript getElementById Issues Sean Schofield
- Re: Javascript getElementById Issues Ray Clark
- Re: Javascript getElementById Issues Heath Borders
- RE: Javascript getElementById Issues Cote . Mark
- Re: Javascript getElementById Issues Sean Schofield
- Re: Javascript getElementById Issues [update] Sean Schofield

