How to change portlet mode outside processAction (jsr168)? - by skydreamerr I'm writing mail client portlet. I would like to show portlet in edit mode for new user and don't allow change this mode while user filling html form. Read the article
Prepared statement. Can I miss out parameter? - by skydreamerr I use queries like "UPDATE MAILSCH.MESSAGE " + "SET IDFOLDER=?, SUBJECT=?, CONTENT=?, CREATIONTIME=?, AD_FROM=?, AD_TO=?, STATUS=? " + "WHERE IDMESSAGE=?"; May I miss out IDFOLDER without changing query? Read the article