/ /OREF:CPTEF880 Best practice for Action event handling. Need more fine grained class

2003-10-09 Thread aribic
Hi All, What is the best way to handle action events (e.g. form submissions) when building Jetspeed portlets? I'm not sure if I'm doing it the best way at the moment. Currently, I post my form data to action class defined in my portlet entry description. I have several form buttons, each with its

Failed to compile JS-2

2003-10-09 Thread Eric Chow
Hello, when I run quick_build.bat in WinXP, it just can't compile successfully. Please see the compilation log. Eric == If you know what you are doing, it is not called RESEARCH! == -

Re: running the tutorial

2003-10-09 Thread David Sean Taylor
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 6:30 PM Subject: running the tutorial > Hi, > > I'm new to Jetspeed and I've been having difficulty running the > Jetspeed tutorial. I've > looked all over and read the archiv

Re: hidden / dependent portlets

2003-10-09 Thread Tâm Huynh
Thanks Mark, I'll try that. Tâm Mark Orciuch wrote: I don't recommend this approach. I recommend using a single role mgmt portlet using multiple templates for each view (browse, detail, etc). Then use setTemplate method to change the template based on the mode (browse, add, delete, change). See Ps

RE: hidden / dependent portlets

2003-10-09 Thread Mark Orciuch
I don't recommend this approach. I recommend using a single role mgmt portlet using multiple templates for each view (browse, detail, etc). Then use setTemplate method to change the template based on the mode (browse, add, delete, change). See PsmlManager portlet in admin.xreg for an example. Best

/ /OREF:CPTB5B8C [newbie] Maximized view after Custom Customize view

2003-10-09 Thread aribic
After customizing a custom portlet, I expect my view to be the template shown when buildNormalContext(...) is executed. However, after customization, I am presented with the same content shown after buildNormalContext(...) executes but it is Maximized. After customize view, I wish to see my portle

hidden / dependent portlets

2003-10-09 Thread Tâm Huynh
Hi, I have developed a modified user- and role-browser that users can add to their sets of portlets. I want the role browser to be invisible and to only come up when clicking on some link -- just like the original (admin-)role-browser does. I saw that you can do this by setting a parameter _menust

AW: redirect requested, response already committed

2003-10-09 Thread Michael Burschik
As far as I can see, the method doCancel is called as expected. This in turn calls returnToBrowser, which uses rundata.setRedirectURI to request a redirect. But then, the view processor starts processing news-form, which is the template associated with NewsFormAction, rather than processing news-po