RE: Problem with buildNormalContext() in a JspPortletAction.

2003-04-02 Thread Weaver, Scott
[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 11:29 AM > To: [EMAIL PROTECTED] > Subject: Problem with buildNormalContext() in a JspPortletAction. > > Hi, > > I have made an JspPortletAction class to handle form events. There is 3 > metho

Problem with buildNormalContext() in a JspPortletAction.

2003-04-02 Thread Qualilearning Technical
Hi, I have made an JspPortletAction class to handle form events. There is 3 methods public void doNext() { //... } public void doPrevious() { //... } public void doReset() { //... } That work fine. But if I try to set an attribute in the buildNor