JSF 2.0 Notes


  1. The return string for an action event if appended with the "faces-redirect=true" will cause the page to redirect to that URL.if no URL then the page name is matched and will be navigated automatically to that  page.
                   Eg:  redirectUrl+ "?faces-redirect=true"
      2. An ampersand on an xhtml page should be added as "&" to avoid parsing errors.

Comments

Popular posts from this blog

'jasypt.encryptor.password' or one of ['jasypt.encryptor.privateKeyString', 'jasypt.encryptor.privateKeyLocation'] must be provided for Password-based or Asymmetric encryption

Field or property 'jobParameters' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - Spring Batch

java.security.spec.InvalidKeySpecException: Only RSAPrivate(Crt)KeySpec and PKCS8EncodedKeySpec supported for RSA private keys