What is the Best Way to Display a ClobDomain Field on a jspx Page?

I have a ClobDomain field in my table that I need to display in my jspx form. What is the best way to go about this? I can't just drag and drop the field from my View and place it onto the form.
Thanks.

Apply a swap image behavior to the image. DO NOT ENABLE THE
AUTOMATIC
RESTORE.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"BillC-Bos" <[email protected]> wrote in
message
news:gp0utj$rmk$[email protected]..
>I have what I imagine is a simple challenge but I after
reviewing the forum
>and
> the DW workspace it seems that the technique I might try
in GoLive are not
> really the best way to go.
>
> I have a small graphic that when clicked should change
to a different
> graphic
> to indivate that the site's visitor already clicked that
graphic (which
> links
> to a detail page). There are many detail pages and the
solution to
> providing
> navigation from one main page drastically limits the
amount of information
> provided on the "master" page making it necessary to
provide some way to
> indicate to the visitor that they already selected that
option - so they
> can
> either avoid that link or return to it if they wish.
>
> So the "master" page will show an image (icon) that will
change once the
> visitor has clicked it. I am not sure how best to make
this happen and can
> use
> some help or guidance. Thanks in advance for you help.
Be well.
>
> Bill C
>

Similar Messages

  • What is the best way to display a Interactive Report having 20 columns

    Hi,
    I am having a Interactive Report having many columns (around 20).
    What is the best way to display that report...by default we have to scroll it horizontally to see all the columns.
    I want to avoid Horizontally Scrolling.
    Thanks,
    Deepak

    Hello Deepak,
    You mean apart from using a smaller font size or a bigger monitor?
    You can think about combining / wrapping columns (so more data in one column).
    Or hide some less important data and show that only on demand.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • What's the best way of displaying output in other VI ?

    For example, in a sub-vi I continuously acquire a motor position, and I want the position value to be displayed simultaneously in a numerical indicator or waveform in the main vi.
    I know there are lots of ways to implement this easily, but I just want to know what's the best way which use lest computer resources, say memory....
    Can control reference be used effectively for this?
    Thank you for your suggestion.
    Dejun

    here is an example (in LV7.0) of what Dennis is refering to.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion
    Attachments:
    ctrl reference folder.zip ‏7 KB

  • What is the best way to display text?

    Hi,
    I am developing a full screen presentation. I like to know which is the best way to display text with different styles and fonts.
    When i use JLabel, i have to use HTML. But the presentation is not good as it does not have anti-alias property. Also i want the background to be seen behind the text. Note that all the text in a paragraph is not of same style. I want some words to be in different color and style.
    Thanks,
    Mathan

    It works alos with JTextPane:
    Try this :
    import java.awt.*;
    import javax.swing.*;
    public class MyTextPane extends JTextPane  {
         public void paintComponent(Graphics g) {
              Graphics2D g2d = (Graphics2D)g;          
              g2d.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON);          
              super.paintComponent(g2d);
         public static void main(String[] args) {
              JFrame f = new JFrame("test");
              f.getContentPane().add(new JScrollPane(new MyTextPane()));
              f.setBounds(200,200,300,400);
              f.setVisible(true);
    }Denis

  • What is the best way to display errors to users when using JSPs?

              Hello,
              Could someone suggest me the best way to display errors to users when using JSPs?
              Many thanks in advance.
              Rino
              

              Thanks for the code snippet!
              Rino
              "Deepak Vohra" <[email protected]> wrote:
              >
              >
              >The 'errorPage' attribute of the 'page' directive forwards uncaught run-time
              >exceptions
              >to an error processing page. For example:
              >
              ><%@ page errorPage="error.jsp" %>
              >
              >redirects the browser to the JSP page error.jsp if an uncaught exception
              >is encountered.
              >
              >
              >Within error.jsp, indicate that it is an error-processing page, via the
              >directive:
              >
              >
              >
              ><%@ page isErrorPage="true" %>
              >
              >The Throwable object describing the exception may be accessed within
              >the error
              >page via the 'exception' implicit object.
              >
              >
              ><% if (exception != null) { %>
              ><p> An exception was thrown: <b> <%= exception %>
              >
              ><p> With the following stack trace:
              ><pre>
              >
              ><%
              > ByteArrayOutputStream ostr = new ByteArrayOutputStream();
              > exception.printStackTrace(new PrintStream(ostr));
              > out.print(ostr);
              >%>
              ></pre>
              >
              >
              >
              >"Rino Srivastava" <[email protected]> wrote:
              >>
              >>Hello,
              >>
              >>Could someone suggest me the best way to display errors to users when
              >>using JSPs?
              >>
              >>Many thanks in advance.
              >>
              >>Rino
              >
              

  • What is the best way to display image ??

    hi my questions is unusual, there are so many ways to display images.
    I m developing image processing s/w can any one suggest me which would be the best way to display image on which i can perform image operations.
    like in JPanel, icon, trhough paint() or anything else...
    thank you..In advance

    hi man... i think so imaging is better with JAI(Java Advanced Imaging) .... is perfect for display in jcomponent like JPanel or JLabel, you have to replace the paintComponent().
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Rectangle;
    import java.awt.geom.AffineTransform;
    import javax.media.jai.PlanarImage;
    import javax.swing.JComponent;
    class ImagePanel extends JComponent {
         protected PlanarImage image1;
         protected AffineTransform atx= new AffineTransform();
         protected int width, heigth;
         public ImagePanel() {
         public ImagePanel(PlanarImage i) {
              image1= i;
              width= i.getWidth();
              heigth= i.getHeight();
         public void paintComponent(Graphics gc) {
              Graphics2D g= (Graphics2D)gc;
              Rectangle rect= this.getBounds();
              if ((width != rect.width) || (heigth != rect.height)) {
                   double magx= rect.width / (double)width;
                   double magy= rect.height / (double)heigth;
                   atx.setToScale(magx, magy);
              if (image1 != null)
                   g.drawRenderedImage(image1, atx);
    if you need more info, ask about JAI api and docs

  • What's the best way to display my lightroom pictures onto my TV via Apple TV? i..e make a slide show

    This was done flawlessly with aperture but Apple doesn't like non-apple products so I was not sure if there was an easy way to do this?
    I want to choose pics from my various collections and see them on my tv using apple tv.  I would rather not COPY the pics to a new location since there are many many gigs of pics and they are all stored on my networked drive.  Anyone using a Mac and apple tv manage to figure out how to do this with Lightroom 5?

    Ok - see if I can do it 'the hard way' ....
    Hi Jeff,
    By "Output Only Folder”, I am suggesting a folder that you export to, via LR, and then never re-import it … it’s just a place to dump the images and since you can re-create them any time, you could delete it at will.
    Here’s the Export Dialogue I have setup from LR to iPhoto …. The optimal output dimensions are 1920 x 1080.  If you crop each image to that ratio, which is the same as 16 :: 9, then the images will fill the screen.  Otherwise just let one of the dimensions max out and the other will fall suit to 1920 or 1080 or lower as the case may be and it will map onto the Plasma at 1 :: 1 – so the Apple TV won’t have to scrunch it again.
    My  output dialog follows.  Note that it sets it up to go under Users/Jim/Caches/iPhoto Cache and then I setup a sub-folder name right underneath which I change (it’s Merc in this example).  So, this becomes the folder in iPhoto – and I can move that into an album or not as I wish.  See the iTunes screen shot a little further down.  The dimensions are setup to 1920 x 1080 at 100%.  The last section, under Post Processing, causes the folder to get read by iPhoto as soon as the Export finishes running and, voila, they are in iPhoto.  I can then clean iPhoto out when I wish.  Yes, it’s a duplicate – but these JPEG’s are smaller than the raws….maybe 300-400kb.
    (side note – the LR Mogrify section is a section you will NOT likely have – it’s merely a plugin I have that allows me to put some borders around output images, watermarks and so forth as the last step in the process – strictly optional but occasionally useful.  It’s not expensive – just google for it)
    Then here’s how it looks when it arrives a second or two later in iPhoto.  So, you can manage these into Albums, etc.  Then look to the bottom for the iTunes interaction.
    From the iTunes menu, select File | Home Sharing | Choose Photos to Share with Apple TV
    Then …..
    Note in the left panel, I have checked Last Import – where this photo was – but you could move/arrange the photos into new Albums and then they would show up and you could select them.  After you select then and Apply, turn on your Apple TV – and it may take a few minutes to sync up.  But then it’s done and you can choose Transitions and so forth on the ATV to nicely display them.
    Jim Camelford

  • What is the best way to display list of software titles for sale?

    I am a small retailer that would like to display a list of approximately 15-30 software titles in the most professional way (with prices).
    Can anyone recommend a layout that would serve this purpose, the ones in the template just don't seem to cut it.
    If anyone wants to email me an example, I'd really appreciate it.

    Probably your best bet would be to browse the websites or catalogs of other software stores to see what strikes you as professional, and use that as an inspiration to design your own.
    Also, there are many websites with additional iWork templates--here's one:
    http://www.iworkcommunity.com/
    and google turns up more.
    I can think of a few different ways to present a list of 15-30 software titles with prices (one column, two column, sub-categorized by maker, sub-categorized by function, sub-categorized by sale vs. regular price), but only you have the knowledge to know what system is most likely to appeal to your customers and match the overall graphic presentation of your store.

  • What's the best way to display color-coded telemetry?

    I have an array of up to 64 name-value pairs -- one for each sensor channel (thermocouple, pressure transducer, etc.).  I would simply use an array of clusters with the name and value, but I also want to be able to flag when a particular value goes out of limit.  I want to change the background color of the value to yellow or red depending on the value.  As I understand it, I cannot change the properties of individual items in an array.  :-(  So I'm forced to explicitly lay out 64 string and numeric indicators (even if I'm not using them all)!  Yuck.
    Surely I'm not the first LabView user who wants to color-code a telemetry array display!  Is there a better way to do this?  I've looked at the multicolumn list box but that seems to be aimed at allowing the user to select something from a list -- not strictly display things.  Besides, I don't see a way to change the colors of an individual cell for the listbox either.
    Please help!
    Keith.

    OK, I added defer panel updates and it did speed up the table and listbox significantly (down to around 3 ms) but still not as fast as the cluster array.  (BTW, replacing the active cell read with a constant had no effect.)  But here's what's weird: with the defer, the cluster array is incredibly slow -- around 7 ms!  Not sure what to make of this other than avoid property nodes at all costs -- even if it means using an ugly transparent indicator hack so I can change the BG color ...
    Attachments:
    Telemetry.vi ‏56 KB

  • What's the best way to display my iTunes Library?

    Hi All,
    I slways loved the idea that LP's. and to a lesser degree cd's, were something I loved to see displayed in my main room.  Flicking through my collection, seeing something I hadn't played in ages, but also having the cover art available to look at.  Not so easy having gone digital and being pressured to dispose of my CD's, I'd love to hear how people look through their collections, and have ways to visialise them on screens.

    Album view...

  • What is the best way to display different array values to appropriate indicators?

    I am using DAQmx Read vi and its output is an array. I need a way to pass each value to an appropriate front panel indicator, so I can monitor each sensor. I tried using "Index Array" and passing the array element to the indicators but it looks sloppy. Is there a more professional way? Thanks!
    Attachments:
    Mole.vi ‏215 KB

    Try using the Array to Cluster function in the Cluster subpallet. If you put all of your indicators in the same cluster on your front panel, you can then pass the array data to this function and then pass it directly to the cluster without having to index the array.
    criag

  • What is the best way to make a temporary change to my home page?

    I plan to make a change to my home page that will last about a month. I will include information about a current exhibition I am having. Then I will revert back to my current page. My planned approach is to copy and save my current "domain" file, make changes to the copy, publish, then in a month revert backed to the saved original.
    Does this sound like a good approach? Anyone see any problems in doing it this way or better ideas?
    Thanks, David http://web.mac.com/phelpssculpture/iWeb/

    That's should be fine. Making a copy of your "Domain" files will backup your actual site that could be used to publish it again later on.

  • I have an old 30" apple cinema display (2005) I want to use as a 2nd monitor to a new iMac (2012).  I don't just want mirror image of iMac; what's the best way to do this?

    I have not bought the iMac yet but will do so very soon and just want to make sure I have what I need to get everything setup including adding the old faithful 2005 30" cinema display.  Currently I am driving the old 30" cinema display with a macbook pro also purchased 2005 and happy to say I got a lot of good miles out of this rig.  What's the best way to connect the old 30" monitor as a second display for the new generation iMacs?
    Other Questions
    I can find online new in unopened box a 2012 iMac 27" i7 with 1T Fusion Drive for $1899 no sales tax.  This seems like a pretty good deal since I notice the same is available from Apple refurbished for $100 more plus sales tax.  I know that they say the Fusion drive is a lot faster on 2013 models but some of the speed tests I reviewed online showed the 2012 i7 and 2013 i7 very close on speed for both storage and processing.  Any thoughts?
    I don't like changing batteries so I would buy a separate Apple keyboard with numeric pad since it only comes with wireless keyboard.  I'm a trackpad enthusiast having been using my macbook pro trackpad with current set up; and I am prepared to buy the Apple trackpad and replace batteries every 2 months but I would greatly prefer USB connection and rechargeable trackpact.  I know Logitech makes one so if anyone is using and knows how it compares to Apple's I'm all ears. 

    <http://support.apple.com/kb/HT5891>
    You can use USB for the Apple trackpad.
    <http://www.mobeetechnology.com/the-power-bar.html>

  • I would like to display what's on my Mac Pro monitor on my iPad with as little latency as possible. What's the best way to do this?

    I would like to display what's on my Mac Pro monitor on my iPad with as little latency as possible. What's the best way to do this?

    Your image history (if I understand you properly) is stored in your catalog file, and nowhere else, and so it is only on a single drive.
    Do you mean you have edited photos on multiple drives? This isn't a problem for Lightroom at all, the software doesn't care, and you can leave things just the way they are. But if it bothers you for some reason, you can move the photos to a single drive if you want. In Lightroom select the desired photos or folders (it's easier to do this using Folders) and drag them to the desired drive.
    Alternative if you will be moving lots of folders: Adobe Lightroom - Find moved or missing files and folders

Maybe you are looking for

  • Issue in Flat File load through FTP set up

    Hi All, I am trying to load the  flat file using FTP set up ( through process chain ). I put a file in the FTP server, the file is being picked up from the FTP server but I cannt see the same in Interface file manager (ZIFM) under unfinished or comle

  • How do i create this kind of click box?? HELP

    Hi There, How do i create a click box that when you double click it a black dot is displayed. Im sorry if im not being clear. I mean a dot in the middle of a circular click box. When you click multiple choice, sort of. Any help would be appreciated!

  • 7-Zip 'system cannot find the file specified' not letting me download?

    I'm about to throw my laptop to the other side of the room, run up to it and beat it with a baseball bat. I had to reset my system because I got a virus earlier[completely annoying] and I tried re-downloading Firefox through IE. First off, IE is comp

  • Thumbnail problem in IE

    For some reason, unbekown to me, I have a thumbnail gallery where the thumbnail border line is equal in FF, Safari and Opera. In IE there's a thickish black line at the bottom of the thumbnails. Any ideas how to make the borders all equal please? Lin

  • IOS keyboard?

    iPad keyboard is now split on two. How can I set it back to the old QwIRty keyboard?