Mark, First, thanks for looking at these problems. I managed to have working forms with action events. The only 'real' problem left is that forms only work with the GET method using Mozilla browser (I only tried with JSP's). I analized the request with ethereal, and the fact is that actually Mozilla didn't post any data, only the headers were present in the request ! So that's definitely a browser issue, nothing to do with Jetspeed :)
Pierre > -----Original Message----- > From: Mark Orciuch [mailto:[EMAIL PROTECTED]] > Sent: jeudi, 30. janvier 2003 17:02 > To: Jetspeed Users List > Subject: RE: JSP vs Velocity > > > Pierre, > > > I described some problems I met with JSP's and actions in > the "Tricky > > behavior with JSP portlet and forms" thread of this mailing > list, and Wei > > and Michael met similar problems, see "portlet object in > doUpdate()". > > > > The "tricky behaviour" you are describing sounds like a > browser issue unless > you tried this with Velocity and it worked correctly. Let me know. > > The example in tutorial is misleading because it uses hidden > "action" input > field - I'll try to have it corrected. The correct method is > to associate > JspPortlet with its action via registry. > > My best advice would be to look closely at the two JspPortlet > examples: > StockQuotes and JetspeedQuestionnaire (these can only be > found in the CVS > head, I believe). Both of these use action events and > illustrate how to use > forms plus they work :) If these don't cover something you're > trying to do, > let me know and I'll try to provide more examples. > > Best regards, > > Mark Orciuch - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
