|
Home > Archive > WebSphere Portal Server > February 2007 > standard JSF AJAX portlet development tutorial
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
standard JSF AJAX portlet development tutorial
|
|
|
| is there any tutorial available to create AJAX enabled standard JSF portlet projects using RAD 7.0 and WPS 6.0?
| |
| yurykats 2007-02-15, 1:20 pm |
| It's not quite clear what "AJAX enabled" means. Any portlet is by default "enabled", ie it is able to use ajax technology if you code it.
Same about "JSF standard". Do you mean only standard JSF components as defined by JSF spec?
There's a devWorks article that shows a few examples of using ajax JSF components in RAD 7. It applies to WPS6. If that's not what you were looking for, would you please clarify your question?
| |
|
| hello yurykats,
yes i was looking for examples or tutorials of using ajax jsf components using RAD7. can you please send me the links of those examples?
thanks.
| |
|
|
|
| Hello yurykats
Thanks for the link. I tried both of the tutorials on creating/updating web application with JSF and AJAX. Now it works fine when it is regular JSF web application. But when i apply the tutorials on standard JSF portlets using WPS 6.0, it does not work. F
or the Helloworld tutorial, as soon as i enable AJAX support and run the application on server, i get all kind of errors and exceptions thrown. For the typeahead tutorial, the portlet runs fine but the list does not show up, however, i can see from the lo
g that the application makes calls when i type in the input box .
What do i need to do/modify in my portlet project to make the tutorials work in a portlet project? Is there any Redbook on RAD7? I know they are not published yet, Any idea when it is going to publish?
| |
| yurykats 2007-02-20, 1:18 pm |
| If you are deploying to WP6, the first thing to do is to make sure the classloader policy is set to PARENT_LAST, as described in RAD's README, quoted here: http://www-128.ibm.com/developerwor...hread=152871&tr
eeDisplayType=expandtree&forum=378#13922736
|
|
|
|
|