How to Edit Dreamweaver tag library

I am using JSP for Web Development and Dreamweaver CS4
In JSP, include tag which can be written in following ways,
<jsp:include   page="incudeFile.jsp" /> (Supported in Dreamweaver Tag Library, hence show the content of included Jsp in calling JSP in DESIGN   View)
But  If I want to send some parameters to the file then I can write in following way                       
<jsp:include     page="incudeFile.jsp" >
                         <jsp:param name="userId"      value="101" />    
   </jsp:include>
(But this way of writing is not supported and hence cant see the whole page (with included JSP) in design view .)
I there any work around to it
Please discuss
Thanks
Venkat

Venkat,
Actually, the visual representation is Design View is controlled by Translators, not the Tag Libraries. Take a look at these files:
  configuration/ServerBehaviors/JSP/include_*.edml
The define the searchPatterns in RegExp format that recognize the include files on your page.
Hope this helps,
Randy

Similar Messages

  • How to edit asp tag in CS5

    Greetings,
    Sorry, very new to asp.
    I'm trying to edit the asp tags seen under the ASP:DataList section.
    Not only can I not seem to open the tags, but when I view the page source on the web, I see what must be the text from the asp tags.
    When I view the page source in Firefox firebug, I see a section having to do with aspnetForm. Is there a way to edit this aspnet form appart from dreamweaver?

    Hi Murray,
    Thanks for your help...Here's my challenge please go to the page http://www.dli.com/executives.aspx
    There is text under Erik that says '15 plus' that needs to be changed to 20.
    But the site is aspx files and I'm not sure where to go to access this text.
    In the executives.aspx file, the above mentioned text (15 plus) is not find-able. In this file, it appears that the text would live here
    <td valign="top">
            <uc1:ExecutiveControl ID="ExecutiveControl1" runat="server" />   
    </td>
    but I'm not sure what this is referring to or how one would use it to edit said text.
    The above .aspx file refers to a source page...
    <%@ Register src="controls/ExecutiveControl.ascx"...%>
    In the ExecutiveControl.ascx file, see asp tags, but don't see how to edit them
    I have both of these files mentioned above, but don't know how to access the needed text.
    Much Thanks!
    K

  • How to share customized Tag Library?

    OK, I used the Tag Library Editor to adjust the HTML tags but
    now the question is...how can I give my team members the updates
    without having to sit at each computer and manually update each and
    every setting all over again?
    I looked in C:\Program Files\Macromedia\Dreamweaver
    8\Configuration\TagLibraries but nothing is showing modifications
    dated today...

    D'oh, I was looking in the wrong place. After some coffee,
    the lightbulb went on. For anyone else looking for this, here's
    where I found it:
    C:\Documents and Settings\[yourloginid]\Application
    Data\Macromedia\Dreamweaver 8\Configuration\TagLibraries
    I was able to zip the HTML folder and give it to the team and
    it worked!

  • How can i use tag library in the mvc?

    hello
    in some tag libraris such as jakarta tag library and jrun tag library,there is database
    access tag, it provide convenient function to access database from jsp page,but i wonder how can i use such a tag within MVC architecture.
    as we know,in MVC architecture,all requests from the jsp pages are submit to the controller servlet,then the controller manipulate ejb to access database,it don't allow the database access from the jsp page.
    who can tell me how can i combine the tag library with mvc architecture appropriately?
    thank you!

    You can't! If you decide to limit the JSP to be part of the View component, obviously you should not include tags that directly access the database. If the strict MVC architecture is less important to you, then the tags can save coding time. It's your choice.

  • How to use a tag library in multiple web applications?

    Morning all,
    Environment: Tomcat 5 on Apache2 using Mod_JK connector on Windows XP
    I have developed a custom tag library and tested it out and its working great.
    Now, How do I use in my other web applications? Do I need to copy the JAR file to webapps\app1\WEB-INF\lib, webapps\app2\WEB-INF\lib etc directories?
    The problem with this approach is, if I happen to change the tag library code, I will have to make sure that I remember to copy the new JAR file to the above mentioned directories. Ofcourse I can write a simple ant script that would do it for me, but I was wondering if there was an efficient and yet simple way of achieving the same.
    Thanks in advance,
    Joe

    Thanks Vidyut! You've answered my question.
    I placed the jar file in the $CATALINA_HOME/shared/lib directory. But where should I place the taglib TLD file? And how should I reference it in web.xml?
    Currently, my web.xml is as follows and it doesn't work.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <taglib>
    <taglib-uri>http://abc.com</taglib-uri>
    <taglib-location>c:\Tomcat\shared\lib\mytags-taglib.tld</taglib-location>
    </taglib>
    </web-app>
    Thanks again!
    Joe

  • How to Edit Comment Tag in DW CS3?

    I would like to customize the HTML comment tag for my own
    preferences. I know how to edit the colors and font under
    Preferences, but I would like to change the whole tag and add some
    more spaces and dashes. How do I edit this in DW CS3?
    Thanks..

    That's invalid, I believe. You cannot have more than two
    dashes on either
    side, as I recall.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Macronutz" <[email protected]> wrote in
    message
    news:f63tkh$222$[email protected]..
    > For example, DW currently write the HTML comment tag as:
    <!--comment goes
    > here-->
    >
    > But I want to change it so that comments tags appear
    differently, with
    > more
    > dashes and spaces, for example:
    >
    > <!------------ comment goes here
    ------------------>
    >
    >

  • How to edit ID3 tag of mp3 file?

    Id3INFO but I know it's read-only. How can I change the ID3Tag an mp3? Any tutorial or tips?

    to edit ID3 info in an AIR application? I cannot be of help.
    However, there are many free apps available for mp3 editing- one that I use is Audacity (http://audacity.sourceforge.net/).
    Just open MP3 in Audacity(v1.2.6), go to Project > Edit ID3 tags.

  • How to use Flex tag library in jsp

    Hi All,
    We are planning to use flex in our J2EE application in order
    to show some charts. Our j2ee application is in JSP,Struts. I have
    searched on google about this and found that I can include flex 3
    tab library in the jsp in order to use mxml tag in the jsp. I have
    written a sample program in the jsp which uses flex.
    <%@ taglib uri="FlexTagLib" prefix="mm" %>
    <SCRIPT LANGUAGE="JavaScript">
    function showMessage() {
    message.value = "Use this application wisely";
    function hideMessage() {
    message.value = "";
    </SCRIPT>
    <mm:mxml border="5" onmouseover="showMessage();"
    onmouseout="hideMessage();">
    </mm:mxml>
    <TABLE>
    <TR>
    <TD><input type="text" name="message"
    size="50"></TD>
    </TR>
    </TABLE>
    I have added entry inweb.xml. See below,
    <taglib>
    <taglib-uri>FlexTagLib</taglib-uri>
    <taglib-location>/WEB-INF/tlds/flex-bootstrap.jar</taglib-location>
    </taglib>
    Following are the problems that I am currently facing.
    1) Could anybody let me know whether the entry of
    <taglib> tag is correct in the web.xml. Is it the correct
    jar(flex-bootstrap.jar) that I should include?
    2) If yes, from where to download it? or
    If no, what is correct jar that i should include and how?
    your response will be highly appriciated as this is the major
    requirement in our project?
    Thanks ,
    Chandan

    Hi,
    Pleas find details at the URL below.
    http://labs.adobe.com/wiki/index.php/Flex_2_Tag_Library_for_JSP
    Hope this helps.

  • How to edit keyword tags icon

    In release 6 of Elements I was able to change the tag icon to a photo. How do I do this with release 13 of Elements

    I found a sample of what I would like to do again in Elements 13 that I did previous in Elements 6
    https://books.google.com/books?id=jT-IByrEysIC&pg=SA2-PA16-IA3&lpg=SA2-PA16-IA3&dq=edit+ke yword+tag+icon+photo&source=bl…
    Figure 2.5 show ICON as photo.
    Using Adobe Photoshop Elements 8
    By Kate Binder
    Is the book where I found it.
    Thanks
    Bob

  • How to edit external iPhoto Library pictures with an external editor?

    That's my question.
    I have my iPhoto Library on an external HD and I want to modify my pics with PSE 11. I've set my iPhoto prefs to do this but it just doesn't work. When I click on "edit with an externale editor" PSE 11 opens but doesn't show the picture, why is that?

    The file  you want to select is in the Adobe Photoshop Elements 10/Suport Files folder:
    It should be the same for the earlier version of PSE as I recall.
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • How to edit head tag for fullscreen presentation

    Hello! I'm making a presentation and as such I would like to open fullscreen in safari. I have read some posts in various places suggesting the use of <meta name="apple-mobile-web-app-capable" content="yes"> , but for that I have to include the code in the <head> section of the html, and I can't find the way to edit the head within Edge Animate. I tryed editing Edge's resulting .html file, but when I do it manually then my project within Edge gives me errors.
    1- How can I insert, within Edge, elements in the head section of the html file?
    2- Does anyone knows how can I open a fullscreen (chrome-less, toolbar-less) html5 presentation on an iPad 2?
    Thanks a lot!

    Hello,
    You could add it, as you did, in the final html-file if you are happy with the content and won't need Animate anymore for the specific element you've created. I've only used or rather tried out this app for a couple of days now but that is how I use it.
    Since jQuery is included you could try this;
    $('head').append("<meta name='apple-web-app-capable' content='yes'>") ;
    view the code in 'window -> code' up in the right corner press 'View full code' skimm trough the code and there is a line that says "...Paste code here bla..."
    Hope it helps.

  • How use the pager tag library for multi pagin

    hi,
    in fact i be new in the Jsp World so i want to use the multi pagin in my jsp can you help me.
    best regards

    So, what do you mean by "multi pagin"? Could you please explain
    it a little clearly?
    Regards
    greenidiot

  • Logging issue with rssutils.tld Tag Library

    I'm using the rssutils.tld tag library to display three RSS feeds on my application's JSP homepage. It works very very well and I'm quite happy with the results (I'm running on a Tomcat 5.5.7 server). I implemented the solution following the examples in the tutorial at http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities
    The only problem I'm having though is in my Tomcat logs. Whenever a user loads my home page, a ton of tags are written to my tomcat stdout log:
    <rss>
    <channel>
    <title>
    </title>
    <link>
    </link>
    <description>
    </description>
    <language>
    </language>
    <copyright>
    </copyright>
    and so on for several hundred lines. This not only fills up my logs very very quickly, I'm worried about performance. Has anyone run into this problem and, if so, have a suggestion on how to have the tag library only log errors instead of every tag it processes? Thanks in advance.

    There are 2 System.out's in com/sun/cnpi/rss/handlers/DocumentHandler.class For test purposes I commented these out and it resolved the issue. I think the license allows modifications and redistribution as long as the copyright notice is included but I am no expert on legal stuff. If someone can assist me with this I would be happy to provide the modified package.

  • Edit the tag of a widget

    Is there someone out there who knows how to edit the tag of a widget?
    Apparently there was a description in the release notes of ver 2.0.E.2
    on how to do this. The only problem is that I don't have this any more.
    According to tn 10585, this is a possible way of getting around the
    implementation exception where "more than one widget has the same tag
    during the merge". I would really like to hear from someone who had
    success at fixing this.
    ==============================================
    Jaco Fouch&eacute; - MD Systems (PTY) Ltd
    LOCAL INTERNATIONAL
    Tel: 011 454 3760 +27 11 454 3760
    Fax: 011 454 3780 +27 11 454 3780
    Cell: 082 451 3242 +27 82 451 3242
    Internet: [email protected]

    Use the sub-selection tool (white headed arrow) to select individual nodes (points) and delete them.
    There's a Path palette with some additional tools. In CS3, it's under Window>Other. It may be in other places in later versions, check the help files.

  • How to add a new tag library into ALBPM 5.7?

    I want to use a tag library but I don't know ho to configure ALBPM to use it.
    Anyone knows how to do it?
    Thanks
    Regards

    Hello,
    I think u need to import all resources used by your TagLib as .TLD .JAR to inside process.

Maybe you are looking for

  • My iphone won't sync with itunes it says that it cannot find a photo file

    i tried to sync my iphone 4 with my new sony vaio and when i downloaded itunes to sync my iphone to transfer music to this computer it stopped mid sync and said that the itunes could not sync because it could not find a photo file

  • 'compc' Clarification, please

    I am a little confused about syntax for the command-line component compiler, compc. Let's say I would like to build a .swc library from the following packages: components/directory1/package1.as components/directory1/package2.as components/directory2/

  • BAPI to change maintenance plant on Equipment

    Hi everyone, Is there a BAPI which changes the maintenance plant on the equipment. I tried both BAPI_EQMT_MODIFY and BAPI_EQUI_CHANGE unsuccessfully. If any of you have an idea of any BAPI which does the same or if the plant can be changed with the a

  • Bit Map compression

    how many bytes are required to store 2.5 and 2.544987540 using bitmap compression? How much storage would each require ? Thanks in Advance. Regards, Mink

  • CO Validation to exclude depreciation run.

    Hello, I have entered a CO validation and would like to exclude depreciation run. right now I have the validation excluding the depreciation transaction cade ( SYST-TCODE = 'AFAB' ). When i run a test I dont get an error. But when i run the actual de