190-959  Exam

Exam # of questions Description  Update
190-959 93 190-959... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

190-959 - Exam Information
  • Description:IBM Websphere Portal 6.1 Application Development
  • Passing Score:75%
  • Practice Test - Number of questions:93 questions
  • Simulation Test - Number of questions:93 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

How can you find out the value of test public render parameter on the client side ?

Answer(s)

  1. You can find it by attaching a callback function to PortletWindow.getPortletState() and theninside the callback function you can call portletState.getParameterValue(test)
  2. You can find it by attaching a callback function to PortletWindow.getPortletState() and theninside the callback function you can call portletState.getPublicParameterValue(test)
  3. You can find it by attaching a callback function to PortletWindow.getParameter() function theninside the callback function you can call parameter.getPublicParameter(test)
  4. You can find it by attaching a callback function to PortletWindow.getParameter() function theninside the callback function you can call parameter.getParameter(test)
Correct Answer

You can find it by attaching a callback function to PortletWindow.getPortletState() and theninside the callback function you can call portletState.getParameterValue(test)