Not Flex JSP tag lib def in flex-bootstrap.jar (Flex 2Beta 2)

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Not Flex JSP tag lib def in flex-bootstrap.jar (Flex 2Beta 2)

    Hi,
    The taglib.tld file that was in the Flex 1.5 flex-bootstrap.jar isn't
    present in the Flex2 Beta2 version of that jar. The interfaces are there but
    the implementation classes from the Flex1.5 .tld aren't i.e.
    flex.server.j2ee.jsp.FlashParamTagImpl, flex.server.j2ee.jsp.FlashTagImpl etc.
    I've searched the jars in the deployment but can't find the taglib def. Does
    anyone know where its gone in Flex 2.0?

    Any insight would be greatly appreciated! Setting the taglib-location for
    FlexTagLib is difficult when the location is unknown. :D

    Thanks,
    Aidan

    amoore_ie Guest

  2. Similar Questions and Discussions

    1. How to compile flex modules with flex command shell???
      ok, thanx, any suggestions on command line options for release build?
    2. Flex 2 Project in Flex 3 Swf File Size Increase?
      I have imported my Flex 2 Projects into Flex 3, when I compile my code the resulting swf file is 100-200K larger. Why is that? I thought Flex 3 made...
    3. Support document for Migration of application fro flex 2o flex 3
      Support document for Migration of application fro flex 2 o flex 3
    4. Is the newest version of flex framework enough good fordeveloping flex rpc services?
      Hallo guys, I've already installed the newest version of flex framework (flex2 beta2 version). I already used beta1 version for developing Rpc...
    5. Cannot find Flex server when running app in Flex Builder1.5
      :confused; After installing Flex and FlexBuilder 1.5 and setting up the "Sites" as described in the tutorials when running a flex ap in Flex...
  3. #2

    Default Re: Not Flex JSP tag lib def in flex-bootstrap.jar (Flex2 Beta 2)

    whats flex-bootstrap.jar all about??
    --------------------------------------------
    its all about Using data services without the web-tier compiler :

    You can use the data services without the web-tier compiler. If you do not use
    the web-tier compiler, the only files you must have in the WEB-INF/flex
    directory are the license.properties file and the flex-enterprise-services.xml,
    flex-proxy-service.xml, flex-message-service.xml, and flex-data-service.xml
    files.

    The flex-messaging.jar file in the WEB-INF/lib directory contains everything
    you must have to run the data services; you can remove the flex-bootstrap.jar
    file from WEB-INF/lib directory if you do not use the MXML compiler. You should
    also remove the servlet definition for the FlexMxmlServlet from the web.xml
    file.

    well a example of web.xml is ::
    <a target=_blank class=ftalternatingbarlinklarge
    href="http://weblogs.macromedia.com/nwatson/archives/web.xml

    ">[url]http://weblogs.macromedia.com/nwatson/archives/web.xml[/url]

    </a>

    poonamsheth Guest

  4. #3

    Default Re: Not Flex JSP tag lib def in flex-bootstrap.jar (Flex2 Beta 2)

    well this link will help u to understand the complete scenerio.
    it shows in pictorial formats.

    <a target=_blank class=ftalternatingbarlinklarge
    href="http://www.flexauthority.com/articlesArchive/FlexCF7Merge.cfm
    ">[url]http://www.flexauthority.com/articlesArchive/FlexCF7Merge.cfm[/url]
    </a>

    poonamsheth Guest

  5. #4

    Default Re: Not Flex JSP tag lib def in flex-bootstrap.jar (Flex2 Beta 2)

    also checkout the summary of changes that took place between beta2 to beta 3

    "<a target=_blank class=ftalternatingbarlinklarge
    href="http://labs.adobe.com/wiki/index.php/Flex:Known_Issues"">[url]http://labs.adobe[/url]
    ..com/wiki/index.php/Flex:Known_Issues"</a>

    poonamsheth Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139