Hi! In your example template there is: card title="_pruebaWML" id="c1" but in Jetspeed WML examples there is: card id="_MyWeather" Maybe you have to set the card id with your example name: card id="_pruebaWML"
Another thing: I don't know why in your .xreg file there is "control name" parameter, it's strange! If you are interested in multidevice portal, see Bugzilla #23067 for cHTML and PDA support. Hope this help, Marco. >-- Messaggio Originale -- >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]> >From: "Jes�s" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: WML Portlets in Jetspeed >Date: Thu, 16 Oct 2003 18:55:25 +0200 > > >Hello everybody! I need to do a multidevice portal with jetspeed. i've read a lot of tutorials about wireless portlets, but when i try the examples none works. i've tried to do my own examples based in jetspeed or in the tutorials. I use the i >finite wap gateway to access them with the Sony R380 Wap Emulator. I can see the links to my examples but when i click on them, reload the page, but no enter to the portlet. One of the examples is: pruebaWML.wml: .../jetspeed/wml/ <?xml versi >n="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card title="_pruebaWML" id="c1"> <p>Bienvenido a mi primer portlet wireless</p> </card> </wml> and pruebaWML.xreg is: >../jetspeed/WEB-INF/conf/ <?xml version="1.0" encoding="UTF-8"?> <registry> <portlet-entry name="pruebaWML" hidden="false" type="ref" parent="WML" application="false"> <meta-info> <title>pruebaWML</title> > <description>prueba de portlet</description> </meta-info> <control name="ClearPortletControl"/> <classname>org.apache.jetspeed.portal.portlets.WMLFilePortlet</classname> <media-type ref="wml"/> <url cac >edOnURL="true"/>/wml/pruebaWML.wml</url> <category group="Jetspeed">PruebasWML</category> </portlet-entry> </registry> I add the portlet with the wml Customization pane and then i use my wap phone emulator to access the portlet but d >esn't work. If i have done something bad, or i've forgotten something please tell me Thanks a lot Jes�s P.D. Excuse me for my horrible english __________________________________________________________________ Tiscali ADSL e' SENZA CANONE, paghi solo quello che consumi! Abbonati subito, Gratis per te un anno di Supermail e tanti servizi in piu'! http://point.tiscali.it/adsl/index.shtml --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
