----- Original Message ----- 
From: "Floßmann Christoph" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 21, 2004 3:06 PM
Subject: RE: Shoutbox Portlet Action doesn't work

> Where do I get BitSubmitCvPortletAction form?

Sorry, that was a copy-paste error. My action is named
BitSubmitCvPortletAction. You have to fill in the name of your action here,
so that's

private static final JetspeedLogger logger = JetspeedLogFactoryService.
        getLogger(ShoutBox.class.getName());

> I already tried the following things:
> System.println.out("Hello world!");
> in my doUpdate-Action, but nothing was shown after pushing the
submitbutton.
> I renamed the doUpdate-Action to something else, but no exception or error
occured.

I am guessing that your whole action, so the whole ShoutBox class, cannot be
found by jetspeed. This happens because of various reasons. If your class
cannot be found, then Jetspeed cannot call your doUpdate() function and
instead the standard doPerform() of the standard action is called. This is
most probably just some setting somewhere that prevents jetspeed from
finding it.

Can you add your portlet with the customizer? (If you 'customize page' and
you click Add Portlet button, is your portlet available in the list?)
If you cannot add it with the customizer, you should try to fix that first.

-Stijn


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to