facebook

wml syntax in jsp files ?

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249562 Reply

    Michal Kuna
    Member

    Hello,

    My question is is there a nice workaround to easily work with wml ?
    I created a jsp file, substituted html dtd with wml dtd .

    <%@ page language="java" pageEncoding="iso-8859-2"%>
    <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
    <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
    <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
    
    <?xml version="1.0" ?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" 
    "http://www.wapforum.org/DTD/wml_1.1.xml">

    but there is no code completion from wml DTD … ? any solutions?

    #249581 Reply

    Riyad Kalla
    Member

    You can try and open the file with the XML editor for the DTD autocomplete, but that will kill off the taglib autocomplete, so at this time we don’t hvae support for both. Sorry for the inconvenience.

    #249611 Reply

    Michal Kuna
    Member

    😥

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: wml syntax in jsp files ?

You must be logged in to post in the forum log in