I use the secure form scheme from PWO, running fine I can have multiple submit buttons working (popups and save button) when using an hyperlink 'Back to AdminPage' (with secure:no binding) it's fine I go back to unsecure AdminPage (http) but I would prefer to do it automatically in the saveInformation method if I write
public WOComponent saveInformation() { // savin data to DB.....; WOComponent nextPage = pageWithName("AdministrationPage");
return nextPage; }
I go back to AdministrationPage but still secure (https) ... I believe I should write a 'insecurePostSavingFormURL' with http as stated in PWO book (chap 4 page 111) for a directActionURL...... but I don't know how to do it for a component (using componenyActionURL) need some help on that
thanks
Erwin
|