Help on dispaly tag

i am new to java.I need to display items in good way in my application using JSP for that any tags r avilable? help pls

Haii
Html tags are far enough for you rite now..
regards
Shanu

Similar Messages

  • User Error Needs Help Correcting - Repeatable Tag on Custom Section Attribute

    OK, I have v.6111.  Today I am manually putting the supplier_eq_create tag on all the the existing attributes in our custom sections so suppliers can add them when we send eQs. Unfortuately, I accidently clicked on the Repeatable tag instead of Supplier_EQ_Create in a couple of instances in our Export/Staging Environment.  When I try to remove the Repeatable tag, I get the error that says " row's Repeatable status cannot be altered after the row has been activated" ... we have not actually used the repeatable functionality of the tag.  I need to know how I can remove this tag from active attributes due to human error before I import to PROD.  Can the forum help me?
    Best, Beckie

    Hi Beckie,
    As long as you are sure that no-one has consume this you can remove this tag with a database script.
    As with every script make sure that you backup your data.
    With the following script you can find the rows that contain repeatable tag for a particular section template
    select rowTemplate.* from eaSectionDynamicTagJoins rowTTagjoin
    inner join commonEARowTemplate rowTemplate on rowTemplate.pkid = rowTTagjoin.fkEAS
    inner join commonLookups tag on tag.pkid = rowTTagjoin.fkTag
    inner join commonEASectionTemplate sectionTemplate on sectionTemplate.pkid = rowTemplate.fkSectionTemplate
    where tag.Name = 'Repeatable' and langID = 0 and Category = 'EASRowDynamicTag'
    and sectionTemplate.id = '<custom section id>';
    Tags are linked to custom section row templates using eaSectionDynamicTagJoins table.
    You can remove the tag from a specific row using the following script
    delete from eaSectionDynamicTagJoins
    where fkEAS = '<pkid of the row>';
    Hope this helps. Let me know if you have any questions,
    Dmitriy

  • Help on oracle tags inside dynamic pages

    Hi All
    I have used dynamic pages like this , i create a html form inside a dynamic page on submit of which a procedure gets called & inserts the values in the table.
    I see some <oracle> tags every time i create a dynamic page but have never used them. Could some one tell how to use these tags. whether they can be used to call a procedure or can i embed any dml statements in these oracle tags.
    Kindly somebody could explain it with an example.
    Regards
    Sushant

    There is a brief description in the online help - see http://isd-demos2.oracle.com:7778/help/wvtdynam.htm.
    You can also search this forum - there have been many examples posted here.
    If you have further questions about dynamic pages, the Portal Applications forum would be a better place to post them.
    Regards,
    Jerry
    Portal PM

  • Help with nesting tags (STRUTS)

    Hi,
    I'm having a few problems with the following nested tag:
    <input name="indicator_target_<bean:write name='indicators' property='indicator_id'/>" size="10" value="<bean:write name="TargetValuesActionForm" property="indicator_target_<bean:write name='indicators' property='indicator_id'/>"/>"/>
    The page returns no getter method for "indicator_target_", but i'm not trying to get the "indicator_target_" value i'm trying to get the "indicator_target_ + id" (i.e. indicator_target_23) value. For some reason the nested _<bean:write name='indicators' property='indicator_id'/> tag which is part of the input 'value' param is being ignored?
    anyone know how I can resolve this?

    One of the first rules of JSP custom tags - you cannot use a tag as an attribute to another tag. For dynamic attributes you have to use a runtime expression. - either <%= expr %> or in a JSP2.0 container ${expr} as well.
    Your "input" tag is plain template html. So you can use custom tags for the values of the attributes.
    The one that is failing is
    <bean:write name="TargetValuesActionForm" property="indicator_target_<bean:write name='indicators' property='indicator_id'/>"/>
    I am presuming you are in a logic:iterate loop, or equivalent.
    Something like this might work:
    <bean:define id="currentId"  name='indicators' property='indicator_id'/>
    <bean:write name="TargetValuesActionForm" property="<%= "indicator_target_" + currentId %>"/>However all of this is very nasty.
    And struts can do at least part of this for you with indexed properties. You might want to take a look at them.
    Hope this helps,
    evnafets

  • Help on jsp tag

              Hi, tag experts,
              I had a tag that returns a list of users and presented as dropdown list. now I
              would like to only present the user with certain status, is easy job? I didn't
              wrote the tag before, so have no idea how diificult it is. Thanks
              

              Hi ,
              It 'll be helpful if u could give me more details .
              Thanks
              R.Thilak babu & KSK
              "Hope" <[email protected]> wrote:
              >
              >Thanks, yes, I was thinking to use attribute, but I don't know how can
              >I skip the
              >rows that has certain status. I get the list and set a counter in doStartBody(),
              > in doAfterBody:
              >
              >if (counter < length) {
              > setOutputVariable();
              > counter++;
              > return EVAL_BODY_TAG;
              >} else {
              > BodyContent body = getBodyContent();
              > body.writeOut(getPreviousOut());
              > return SKIP_BODY;
              >}
              >
              >I can test the user status in doAfterBody, how can i make it skip the
              >row? Thanks
              >
              >"Siptech Community" <[email protected]> wrote:
              >>
              >>"Hope" <[email protected]> wrote:
              >>>
              >>>Hi, tag experts,
              >>>
              >>>I had a tag that returns a list of users and presented as dropdown
              >list.
              >>>now I
              >>>would like to only present the user with certain status, is easy job?
              >>>I didn't
              >>>wrote the tag before, so have no idea how diificult it is. Thanks
              >>
              >>Hi Hope,
              >> Addition of this functionality is simple. Just declare an attribute
              >>for the
              >>status for that particular taglib and perform action in the taglib
              >>class as
              >>per the value passed in the status.
              >>
              >>Regards
              >>Thilak & KSK
              >>
              >
              

  • Help with ID3 tag conversion

    hi - I use a product called Squeezecenter as a music server to drive a couple music devices, and in order for it to read tags and artwork properly it needs to used v 2.3. iTunes has always given me the option to select all tracks and convert to v2.3, no problem. Recently I re-ripped my entire CD collection (to AIFF) and also buy high resolution tracks online and transcode from WAV to AIFF. AIFF has tagging capability, but now that my entire library is AIFF and some Apple Lossless, iTunes is no longer giving me the option to convert tags to v2.3 (which I used to do after I added new tracks to ensure compatibility). So, anyone know what version iTunes uses by default with the AIFF format now that I don't have the convert option? (I have a 2nd library with my lossy collection and it still has the option to convert tags, so I'm guessing it's the presence of MP3 or AAC that allows for this?).
    So anyone know how to access the tag conversion feature when just AIFF/Apple Lossless files or which version of tags it might be using? Thank you!

    Hello Odetojoy,
    Thank you for your post.
    It will be helpful in your next post, to include your method
    of PDF creation, and also your page-setup settings prior to
    printing. It is possible that those got mixed up accidentally.
    Other than that suggestion:
    You should know that these forums are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Please visit the following Acrobat forums for any questions
    related to the Acrobat family of desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
    Cheers,
    Pete

  • Help with DEFINEFONTALIGNZONES TAG

    Hi All,
    Iam using an opensource SWF parser framework which does not
    have any support for the latest tags added. So, Iam trying to write
    the implementation for the missed out tags by referring to the
    swf_file_format_specification_v9.swf. This PDF by adobe contains
    detail about how each and every tag details are fetched from the
    input swf and processed. Here, I found that DEFINEFONTALIGNZONES
    tag uses glyph count which is not read from the stream at all. Have
    the pdf developers, missed out this detail while explaining this
    tag or this detail must be fetched from somewhere else?
    Anyone, please help me out.
    Thanks in advance,
    Prabakaran Srinivasan.

    Create Clicktag AS 2.0
    1. Create animation
    2. Add new layer to very top of timeline. (must be at top) Label "clicktag" or Inv button. (It doesn't really matter what you label it)
    3. On first frame of this layer draw rectangle to cover full stage (may go beyond stage dimensions)
    4. Rectangle must have a fill color. You may delete frame around the box. (Make sure alpha slider has some fill percentage before you draw rectangle to enable fill)
    5. Convert this box to a button symbol.  Name clicktag (or button)
    6. Double click on this button or get to edit mode. Select color fill with solid arrow. Click on Properties panel/Fill color and adjust alpha to 0%.
    7. Go back to Scene. Click on first frame of clicktag layer. Select the now invisible button by surrounding with solid arrow tool.
    8. Select properties panel and click on arrow in circle to get Actions panel.
    9. Make sure Actions panel says ACTIONS-BUTTON at top of panel.
    10. Add coding from below:
    on (release) {
    getURL (_level0.clickTag, "_blank");
    11. Send swf/html files along with your target URL to publication
    Good luck

  • Help with div tag in DWCS4

    Hola
    this is my first time using --or trying to used-- CSS
    I have a div tag that I want to used as a navigation bar.
    I type the links, and when I try to fix them with CSS, if I put a line (border top and bottom) on top of the link, the whole links Shift out of the navigation box.
    Then I tried to put an inside div in the navigation div to try to control the shifting, but it didn't work, still shift out of the div nav.
    I'm going to post a link later so you can "see it".
    Hope you understand my problem
    Thanks for your help.
    Daniel Ulysses
    P.S. I'm learning DW, used to have GoLive, but have to "Update", so far...I love it, just having some issues.

    Try this free menu extension from List-O-Rama.
    http://www.dmxzone.com/go?5618
    Project VII menus:
    Uberlinks -
    http://www.projectseven.com/tutorials/css/uberlinks/
    CSS Express Drop menus-
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Pop Menu Magic 2 - the best
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Help with struts tag

    Hello Friends,
    I'm very new to struts, and have a code piece that does the following:
    <logic:iterate id="paramData" name="<%=printParam%>" >
    <PARAM NAME = "<bean:write name="paramData" property="key" />" VALUE="<bean:write name="paramData" property="value" />">
    <PARAM NAME = "rootUrl" VALUE="<%=HttpUtil.getServerUrl(request)%>" >
    </logic:iterate>
    It iterates through a Map and gets the values in the applet. However I now have to change this so that it gets the applet params from a ParamsVO.java, a value object. How does the code change to get the values now?
    I have paramsvo.getXXX methods that I can use. Though not sure how they are used with struts. Pls help!!
    Karen

    All the parameters are in this ParamsVO object? Each with their own getter/setter?
    I don't think you are able to do this in a loop.
    You just have to write a <PARAM> tag for each property, and get its value.
    For instance if paramsVO has getParam1() method
    <PARAM NAME="param1" VALUE="<bean:write name="paramVO" property="param1"/>">
    Cheers,
    evnafets

  • Help with Pager Tag Library

    I am developing a photo website with the JSP Pager Tag Library (http://jsptags.com/tags/navigation/pager/index.jsp). I have installed it and am using it successfully.
    I have one question.
    I have a page called view_fotos.jsp. This page has the pager tag to display the photos in a series of pages. view_fotos.jsp can accept a variety of parameters.
    For example:
    view_fotos.jsp?groupnum=10
    view_fotos.jsp?groupnum=10&user=john
    view_fotos.jsp?user=john&mode=view
    Now, I would like to add the QueryString to all the indexed page links.
    i.e. The page links should become...
    view_fotos.jsp?groupnum=10&pager.offset=0
    view_fotos.jsp?groupnum=10&pager.offset=6
    view_fotos.jsp?groupnum=10&pager.offset=12
    or
    view_fotos.jsp?groupnum=10&user=john&pager.offset=0
    view_fotos.jsp?groupnum=10&user=john&pager.offset=6
    view_fotos.jsp?groupnum=10&user=john&pager.offset=12
    depending on the request's QueryString. Can anyone please let me know how can I accomplish that?
    Thanks for your kind help!
    Regards,
    Joe

    Take a look at the docs on the pg:param tag. Those parameters will make it on the end of your URL. You might also have to export the offset variable in the pg:pager tag so that you can use it later with <%=offset%> but I think if you set the max items per page part of pg:pager to 6, it will do the offset stuff for you. The docs for the pager tag library should have more info though. That's found at http://jsptags.com/tags/navigation/pager/index.jsp along with the download.

  • Help finding keyword tags

    I am new to LR and would appreciate some help.  I am using LR on my new iMac... imported my photos from PSE which I used on my PC.  The keyword tags that I spent hours applying in PSE transferred to LR, but when I was rearranging my keyword tags within LR tonight I somehow deleted all of them from my photos!  Yikes!   I went to edit and "undid" all of the things I did when rearranging and moving keyword tags around hoping to undo the damage done, but alas, no keywords on any of my large library!  Can someone help me pretty please?  Thanks so much!
    Susan

    dj_paige,
    Thanks for the tips and info.  I am backing up my LR catalogue, so between
    that, TimeMachine and MOZY, hopefully I'll be covered.  So much to learn in
    LR though.  I appreciate you taking the time to reply to my query.
    Have a great week!
    ~susan
    my blog:
    http://www.joyfulmomofmany.com/
    my family! (I am so blessed!):
    Happily married for 24 1/2 years to Tom and Mommy to Micah Elizabeth, now
    married to Joshua Finch, Nate (20) serving our country in the Army, Hannah
    (18), Jacob (16), Gabe (15), Abbie (14), Caleb (12), Joshua (11), Josiah
    (10), Jonathan (8),  Daniel (6) and Timothy (4 years old)!

  • Help get closing tags back

    Thanks to anyone who can help!
    I have had CS3 on a new Mac now for three months. It had been
    nicely filling in closing tags the moment I hit </ I have looked
    at "Preferences" and it DOES have the proper settings to fill in
    closing tags, however it is not doing so.
    Also, it is no longer giving me the drop down list of
    possible html tags when I type them. I have to type the whole
    thing.
    I have tried window>workspace layout> default but that
    does not good. Can someone help?

    On Edit > Preferences > Code Hints I'm assuming you
    have the After typing
    "</" selected.
    Do you also have the Enable code hints checkbox checked?
    Do you have the Delay set to 0?
    And are all of the Menu items checked?
    If you answer yes to all of these, I don't have any other
    suggestions,
    sorry.
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Fordwebs, LLC
    http://www.fordwebs.com
    "dunnyesterday" <[email protected]> wrote in
    message
    news:g9fjnp$hp$[email protected]..
    > Thanks to anyone who can help!
    > I have had CS3 on a new Mac now for three months. It had
    been nicely
    > filling
    > in closing tags the moment I hit </ I have looked at
    "Preferences" and
    > it
    > DOES have the proper settings to fill in closing tags,
    however it is not
    > doing
    > so.
    >
    > Also, it is no longer giving me the drop down list of
    possible html tags
    > when
    > I type them. I have to type the whole thing.
    >
    > I have tried window>workspace layout> default but
    that does not good.
    > Can
    > someone help?
    >
    >
    >

  • Help with nested tags

    Hello,
    I need to do something like this:
    <rss:forEachItem feedId="popes80" startIndex="1" endIndex="5">
       <html:link href="<rss:itemLink feedId='popes80' />" >
             <rss:itemTitle feedId="popes80" />
        </html:link>
    </rss:forEachItem>And I'm having problems because it is "not valid xml", I guess it is because the <rss:itemLink> inside the href.
    I tried everything and I'm out of ideas...
    I'm using the library rss utilities and it comes with no source code and no docs...
    I tried Rome and it's too complicated for my simple case, I tried rsstag but it uses SAX which even gives me more problems ...
    �Does anyone know what can I do whith my code? �Or maybe how to disable in my jboss to check the valid xml ?
    Thanks in advance for your help!
    Mar�a
    Edited by: mery on Jul 8, 2008 11:52 AM
    Edited by: mery on Jul 8, 2008 11:53 AM

    You can't have custom tags as attributes to other custom tags.
    You can only have exressions. Either ${elExpression} or <%= scriptletExpression %>
    Here is one approach using the JSTL tag library. It evaluates the rss:itemLink tag, stores it to an attribute and then uses that value with the html:link tag.
    <rss:forEachItem feedId="popes80" startIndex="1" endIndex="5">
       <c:set var="itemLink"><rss:itemLink feedId='popes80' /></c:set>
       <html:link href="${itemLink}" >
             <rss:itemTitle feedId="popes80" />
        </html:link>
    </rss:forEachItem>

  • Help with struts tags

    how do i print this arraylist using tags in struts... i mean using iterate and bean write tags.
    <%
    java.util.ArrayList alist= new java.util.ArrayList();
    java.util.HashMap map = new java.util.HashMap();
    map.put("ID","1");
    map.put("GUID","101010101");
    map.put("STAT","01");
    java.util.HashMap map2 = new java.util.HashMap();
    map2.put("ID","2");
    map2.put("GUID","202020202");
    map2.put("STAT","02");
    java.util.HashMap map3 = new java.util.HashMap();
    map3.put("ID","3");
    map3.put("GUID","303030303");
    map3.put("STAT","03");
    alist.add(map);
    alist.add(map2);
    alist.add(map3);
    System.out.println("Arraylist:"+alist);
    session.setAttribute("array",alist);
    %>i need to print that alist in a tabular fashion..... like this
                ID                       GUID                      STATUS
                1                     1010101                          01
                2                     2020202                          02
                3                     3030303                          03how do i do that
    plz help
    praneeth

    how do i print this arraylist using tags in struts... i mean using iterate and bean write tags.
    <%
    java.util.ArrayList alist= new java.util.ArrayList();
    java.util.HashMap map = new java.util.HashMap();
    map.put("ID","1");
    map.put("GUID","101010101");
    map.put("STAT","01");
    java.util.HashMap map2 = new java.util.HashMap();
    map2.put("ID","2");
    map2.put("GUID","202020202");
    map2.put("STAT","02");
    java.util.HashMap map3 = new java.util.HashMap();
    map3.put("ID","3");
    map3.put("GUID","303030303");
    map3.put("STAT","03");
    alist.add(map);
    alist.add(map2);
    alist.add(map3);
    System.out.println("Arraylist:"+alist);
    session.setAttribute("array",alist);
    %>i need to print that alist in a tabular fashion..... like this
                ID                       GUID                      STATUS
                1                     1010101                          01
                2                     2020202                          02
                3                     3030303                          03how do i do that
    plz help
    praneeth

  • Help with JSP Tag Libraries

    Could someone please help me with the setup process of tag libraries? I've looked on the Internet and found some instructions, but they are all for Tomcat. I'm using Jserv, and I'm not sure how to setup my environment to work with custom/tag libraries. Could someone help me by giving me some instructions or sending me to an article that could help me?
    Thanks in advance!
    -PV

    Hi pvongboupha
    The best source for getting to know how to set up tag libraries is the JSP specification. You can download this from :
    http://java.sun.com/products/jsp/download.html
    See the chapter on Tag libraries. Any J2EE compliant server will conform to these rules.
    You can also see a chapter from Core Servlets & JSP by Marty Hall. This chapter is on Tag Libraries
    http://developer.java.sun.com/developer/Books/javaserverpages/cservletsjsp/
    Keep me posted on your progress.
    Good Luck!
    Eshwar R
    Developer Technical Support
    Sun microsystems
    http://www.sun.com/developers/support

Maybe you are looking for

  • PDF Portfolios and combined PDFs

    This question was posted in response to the following article: http://help.adobe.com/en_US/acrobat/standard/using/WS58a04a822e3e50102bd615109794195ff-7ed d.w.html

  • Partner Profiles for EDI message output settings

    HI, Iam creating Partner profiles settings for Message output through EDI. While entering data for partner type Li Vendor. Iam selecting User Type Organizastional Unit. & while selecting Agent no information found. Iam getting error as Object type O,

  • Roaming & Guest Access

    We recently purchased 3 AXs, I guess you call them here. We're trying to deploy them as a roaming network, allowing our laptop users to move from area to area in our workplace. We had one installed previously, and just deployed a second one in anothe

  • Can't remove old owners iCloud acorn from my ipad tried contacting them but get no response ?

    Can't remove old owners iCloud account  from ipad tried contacting them but no response ?

  • Snd_intel8x0 - Horrible feedback on audio capture

    Hello, My mobo has integrated sound ALI5455 - it uses the snd_intel8x0 Alsa driver.  I have audio playback including dmix  working perfectly.  But, when I try to record from my TV card using both Zapping and MythTV, the audio on my captures have horr