facebook

JavaScript problems with Struts JSP

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281388 Reply

    Mork
    Participant

    When MyEclipse creates a Struts capable JSP, it puts in a tag: <HTML:Base/>

    This tag causes all sorts of problems. In particular, it stopped two Javascirpt controls from working — a date picker (the date picker would “flash” when you clicked it or cause errors if the action was set to “request”), and an HTML table sorter (appeared, again, to “flash”, but then no results).

    In both cases, removing this tag, <HTML:Base/>, solved the problem.

    The question I have is…WHY is this tag being put into the JSP by MyEclipse???

    ————

    I also noticed that when using the “Centering” or other controls using the visual HTML designer, MyEclipse puts in depreciated <center> tags.

    ———–

    — M

    #281417

    Loyal Water
    Member

    Mork,
    This is the first time such an issue has been brought up. The <HTML:BASE/> has always been automatically added to the Struts capable JSP pages in MyEclipse since its a part of the template.

    Would it be possible for you to send us a sample project so that I can file this for the dev team?

    Also, can you paste your installation information here for me (MyEclipse > Installation Summary > Installation Details).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JavaScript problems with Struts JSP

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