You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-user@jakarta.apache.org by robert burrell donkin <ro...@mac.com> on 2001/06/03 12:07:00 UTC

Re: How can I do this?

On Tuesday, May 29, 2001, at 09:40 AM, Mikko Jäväjä wrote:

> Hello
>
> How can I do wml like this with ECS:
>
> <wml>
>   <card id="Login" title="Login">
>     <onevent type="ontimer">
>       <go href="http://Login.wml"/>
>     </onevent>
>     <timer value="5"/>
>     <p align="center">
>        Hello
>       <br/>
>       <img src="Img.wbmp" alt="Logo"/>
>     </p>
>   </card>
>
> </wml>
>
> A specially onevent is missing.
>
> Please, help me.
>

i've commited new classes for the missing wml elements today.
(hopefully, i've got all the 1.1 elements now since i generated a 
complete set and then looked for those elements which were missing)

i can now produce the above using ecs without any problems - i'm sure 
that you'll have no problems but if you do, just post to the list and 
i'll post a code sample.

what you'll need to do is use cvs to get the latest version and then 
build from the sources - don't worry it's pretty easy. if you want to 
know how to do that, instructions are on the jakarta site 
http://jakarta.apache.org/site/cvsindex.html.

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-user-help@jakarta.apache.org