DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16627>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16627

psml browser/customizer error

           Summary: psml browser/customizer error
           Product: Jetspeed
           Version: 1.4b4-dev /CVS
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Customizer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Overview Description: When using the psml browser to edit the anonymous user's 
default psml, the customizer fails to edit the psml.

Steps to Reproduce: 
1) Log in as admin
2) Go to admin tab
3) Click on PSML browser
4) Click on default.psml under user/anon/html
5) Choose to delete the Dynamic pane

Actual Result: A page that displays
$jetspeed.getCustomizer($data.Customized).getContent($data)

Expected Results: anonymous user's psml with Dynamic pane deleted

Build Date: 1/29/03
Platform: Windows 2000
Tomcat Version: 4.1.18
JDK: 1.4.0_01

Comments:
I believe that the problem lies in the fact that the language=-1 is not set in 
the form action that is submitted when you click on the delete icon.  If you 
instead use the following url

http://localhost:8080/jetspeed/portal/media-
type/html/user/anon/page/default.psml/template/Customize?
mtype=html&position=2&action=controllers.PanedControllerAction&eventSubmit_doDel
ete=1&language=-1

the customizer will behave correctly.  I'm not sure of where to put the fix 
(velocity or jslink), but I think that it entails putting the language value 
into the link.

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

Reply via email to