You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Akihiko <ak...@yahoo.com> on 2001/11/16 22:40:27 UTC

Action Customizer Problem

Hello all.  I've been trying to create my own portlet based on the Action
model.  It is working correctly except for one bug.  When I go to the
customizer for this portlet and click the "submit" button, it does not refresh
to the home page.

The portlet template is called appliance.vm and the cutom template is called
appliance-customize.vm and rom what I can tell from the jetspeed.log file it is
trying to (re)display appliance.vm after submit (which, for whatever reason,
shows up blank).  I have used the other action based portlets as guides so the
code in my do_submit is virtually identical to the code in (for example)
CustomizeAction.java...

I have also verified that it is calling 'setScreenTemplate("Home")' but it
doesn't seem like the "Home" template is being called.  Below are the relavent
lines from jetspeed.log:

[Fri Nov 16 16:33:30 EST 2001] -- DEBUG -- in doCancel
[Fri Nov 16 16:33:30 EST 2001] -- DEBUG -- doCancel setting template to Home
[Fri Nov 16 16:33:30 EST 2001] -- DEBUG -- template exists:
C:\jakarta-tomcat\webapps\n2ngps\WEB-INF\templates\vm\portlets\html\appliance.vm
returning /html/appliance.vm

Is there some concept that I may be missing?

Thanks,
Akihiko

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>