Hi, I want to load a wml profile and use the customizer to add/remove portlets and save the profile on disk.
What I've done so far: I added a button 'edit wml profile' to the jetspeed navbar. Clicking on that button is sending a customize request which contains a 'mtype' attribute set to 'WML'. The Customizer class evaluates the mtype attribute and uses the Profile class to retrieve the profile for content-type wml. I modified the CustomizeSetAction class to adapt the customizer screen for wml (that means: no layout selection and skin change...). So far, everything is working fine. I expected that I can customize the wml profile like a html profile because profiles are saved using PSML, but it can't. Question is - why? I thought, that all profiles are handled in the same way (psml) and only the rendering methode is evaluating the browsertype (html/wap) to create the specific output... What is the difference between loading a wml or html profile? How can I load a wml profile on the webbrowser? I spent a lot of time in solving this problem so I appreciate any help. Andreas K. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
