h:messages rendering

Hi all.
Does anyone if <h:messages> can render output as a bulleted list? Or other ways of solving the problem.
Ex. <ul><li>message1</li><li>message2</li><ul>
setting the layout attribute to table render like:
<tr><td><span class="messages">message1span></td></tr><tr>
<tr><td><span class="messages">message2span></td></tr><tr>while layout="list" render like:
<span class="messages">message1</span><span class="messages">message2</span>           (no <lu's> and <li's>)
Thanks allot.

Ok. My own guess is that JSF-RI 1.1 does not render the tags <lu> and <li> But looks like the JSF-RI 1.2 does.
Anybody knows if that is correct ?
Guess I have to provide a custom renderer then.

Similar Messages

  • Override h:message renderer

    Hi I currently use MyFaces in my application and I would like to play a "beep" sound when an error message is displayed.
    So, when the error message is rendered, I would like to add
        <EMBED SRC="beep.wav" WIDTH=1 HEIGHT=1 HIDDEN="true" AUTOSTART="true" LOOP="false" volume="100">to the error message.
    How do I go about doing this? Is it just a matter of overriding MyFaces's HTMLMessage Renderer? If so, how do I make my app to use my renderer instead of MyFaces's implementation?

    Create a custom component that extends h:messages and do what you want.

  • Error message rendered into the final output render

    I am getting the image below after I render in SpeedGrade on every other frame. It happens often and the only way to fix is to re-launch SpeedGrade and render again hoping for the best. Sometimes it's fine and then I get the warning again. Any ideas please?

    Thanks for your reply.
    Here are my specs:
    Macbook Pro
    Processor 2.3 GHz Intel Core i7
    Memory 16GB 1600 MHz DDR3
    Graphics NVIDIA GeForce GT 750M 2048 MB
    OSX 10.9.2
    Adobe SpeedGrade CC (Not sure where to find actual version but I uninstalled and re-installed the latest version on 3/17/14.
    I am working with Red r3d footage. I brought the footage in using EDL from Premiere pro so I don't have an option to send back to premiere pro. I tried sending to SpeedGrade from Premiere Pro but I lost use of grading layers and access to raw r3d files. Also none of the scopes worked using that method.
    Thanks

  • Error while using APEX_LANG.MESSAGE in French translated application

    We have an multilingual application (item preference) with English as primary language and French and Spanish as translated versions. The application has been seeded, translated and published and it switches correctly between languages. Except when APEX_LANG.MESSAGE is used in French.
    APEX_LANG.MESSAGE renders correctly texts in English and Spanish but in French it throws the following error
    ORA-06550: Ligne 1, colonne 7 : PLS-00103: Encountered the symbol "<" when expecting one of the following: ( begin case declare exit for goto if loop mod null pragma raise return select update while with <identificateur> <identificateur entre guillemets> <variable attachée (bind variable)> << continue close current delete fetch lock insert open rollback savepoint set sql execute commit forall merge pipe purge
    This is the code that we use
    l_msg := APEX_LANG.MESSAGE(p_name => 'INTRO_TEXT', p0 => l_para0, p_lang => v('FSP_LANGUAGE_PREFERENCE'));
    sys.htp.prn(l_msg);
    I don't think the error comes from our code since the Spanish and English work as expected. I have tried all combination of calling the procedure to no avail.
    We are running Oracle version 11.1 with APEX 4.0.1 and 4.0.2
    System languages French and Spanish have been loaded
    Thanking you in advance for your help
    Hazi

    Hi Haritha,
    the address to PI webservice must be in the format: http://<hostname>:<port>/ XISOAPAdapter/MessageServlet? channel=
    <party>:<service>:<channel>
    Eg: <soap:address location="http://h03kyq:51000/XISOAPAdapter/MessageServlet?channel=:SDDS_DEV:ssReadSddsAddress" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
    Do you have access to PI? If so you can derive the webservice address url in there.
    Regards, William.
    Edited by: WvStrien on Jul 27, 2010 9:06 PM
    Edited by: WvStrien on Jul 27, 2010 9:07 PM

  • Global messages and inilne messages both are being displayed

    Hi,
    I have a page index.xhtml in which i am including another page header.xhtml like this
    <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
    my header.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html">
    <body>
         <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav">JSF Training</li>
                             <li id="about-nav">About</li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    </body>
    </html>
    and index.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:lang="en">
    <body>
    <f:view xmlns:c="http://java.sun.com/jstl/core"
         xmlns:s="http://www.springframework.org/tags"
         xmlns:form="http://www.springframework.org/tags/form">
         <h:head>
              <h:outputStylesheet library="css" name="style.css" target="head" />
              <meta http-equiv="content-type" content="text/html; charset=utf-8" />
              <title>#{msgs.welcome}</title>
              <link rel="shortcut icon" href="../resources/images/favicon.ico" />
              <link rel="stylesheet" href="../resources/css/style.css"
                   type="text/css" media="all" />
         </h:head>
         <h:body class="home blog">
              <!-- <ui:composition template="baseTemplate.xhtml">
                   <ui:define name="content"> -->
              <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
              <div id="home-training-container">
                             <h:form>
                                  <table align="center">
                                       <tr>
                                            <td colspan="2" align="center"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.welcomeTitle}" /></b></font></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.homepageTitle}"></h:outputLabel></b></font></td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.nameLabel}" /></td>
                                            <td><h:inputText binding="#{loginName}"
                                                      value="#{user.loginName}" id="loginName" label="Name"
                                                      required="true" requiredMessage="#{msgs.nameRequired}">
                                                      <f:validateLength minimum="5" maximum="20" />
                                                      <f:validateRegex pattern="#{msgs.regexPattern}"></f:validateRegex>
                                                 </h:inputText>
    <h:message showSummary="true" showDetail="false"
                                                      for="loginName" errorClass="errors" globalOnly="true"></h:message>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.passwordLabel}" /></td>
                                            <td><h:inputSecret binding="#{password}"
                                                      value="#{user.password}" id="password" required="true"
                                                      requiredMessage="#{msgs.passwordRequired}">
                                                      <f:validateLength minimum="3" maximum="20" />
                                                 </h:inputSecret>
    <h:message showSummary="true" showDetail="false"
                                                      for="password" errorClass="errors"></h:message>
                                                 <!-- <h:message for="loginValid" errorClass="errors" globalOnly="true"></h:message> -->
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.roleLabel}" /></td>
                                            <td><h:selectOneMenu value="#{user.role}">
                                                      <f:selectItem itemValue="#{msgs.admin}"
                                                           itemLabel="#{msgs.admin}" />
                                                      <f:selectItem itemValue="#{msgs.guest}"
                                                           itemLabel="#{msgs.guest}" />
                                                 </h:selectOneMenu></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="left"><h:commandButton
                                                      value="#{msgs.login}" action="#{user.login}"></h:commandButton>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="right"><h:commandButton
                                                      value="#{msgs.registerNewUser}" action="#{user.addNewUser}"
                                                      immediate="true">
                                                 </h:commandButton></td>
                                       </tr>
                                  </table>
                             </h:form>
                        </div>
                        <ui:insert name="footer">
              <ui:include src="footer.xhtml"/>
         </ui:insert>          
         </h:body>
    </f:view>
    </body>
    </html>
    if an error occur then currently it is displaying below the text box and also at the top which should not happen. I want to show messages only below the corresponding text boxes.
    how can i do it?
    if i remove namespace declaration in header.xhtml like this
    <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                             <h:messages rendered="false" globalOnly="true" layout="table"/>
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav">JSF Training</li>
                             <li id="about-nav">About</li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    then top messages are not displayed but a warning message displayed
    "Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace"
    Please help me...
    Edited by: 931725 on May 31, 2012 1:46 AM

    i have made lot effort over this, but could not find the solution.. :|
    index.html is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:lang="en">
    <body>
    <f:view xmlns:c="http://java.sun.com/jstl/core"
         xmlns:s="http://www.springframework.org/tags"
         xmlns:form="http://www.springframework.org/tags/form">     
         <h:head>
              <h:outputStylesheet library="css" name="style.css" target="head" />
              <meta http-equiv="content-type" content="text/html; charset=utf-8" />
              <title>#{msgs.welcome}</title>
              <link rel="shortcut icon" href="../resources/images/favicon.ico" />
              <link rel="stylesheet" href="../resources/css/style.css"
                   type="text/css" media="all" />
         </h:head>
         <h:body class="home blog">
                 <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
              <div id="home-training-container">
                             <h:form>
                                  <table align="center">
                                       <tr>
                                            <td colspan="2" align="center"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.welcomeTitle}" /></b></font></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.homepageTitle}"></h:outputLabel></b></font></td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.nameLabel}" /></td>
                                            <td><h:inputText binding="#{loginName}"
                                                      value="#{user.loginName}" id="loginName" label="Name"
                                                      required="true" requiredMessage="#{msgs.nameRequired}">
                                                      <f:validateLength minimum="5" maximum="20" />
                                                      <f:validateRegex pattern="#{msgs.regexPattern}"></f:validateRegex>
                                                      <br />
                                                 </h:inputText><br /> <h:message showSummary="true" showDetail="false"
                                                      for="loginName" errorClass="errors" globalOnly="true"></h:message>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.passwordLabel}" /></td>
                                            <td><h:inputSecret binding="#{password}"
                                                      value="#{user.password}" id="password" required="true"
                                                      requiredMessage="#{msgs.passwordRequired}">
                                                      <f:validateLength minimum="3" maximum="20" />
                                                 </h:inputSecret><br /><h:message showSummary="true" showDetail="false"
                                                      for="password" errorClass="errors"></h:message>
                                                 <!-- <h:message for="loginValid" errorClass="errors" globalOnly="true"></h:message> -->
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.roleLabel}" /></td>
                                            <td><h:selectOneMenu value="#{user.role}">
                                                      <f:selectItem itemValue="#{msgs.admin}"
                                                           itemLabel="#{msgs.admin}" />
                                                      <f:selectItem itemValue="#{msgs.guest}"
                                                           itemLabel="#{msgs.guest}" />
                                                 </h:selectOneMenu></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="left"><h:commandButton
                                                      value="#{msgs.login}" action="#{user.login}"></h:commandButton>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="right"><h:commandButton
                                                      value="#{msgs.registerNewUser}" action="#{user.addNewUser}"
                                                      immediate="true">
                                                 </h:commandButton></td>
                                       </tr>
                                  </table>
                             </h:form>
                        </div>
                         <ui:insert name="footer">
                                    <ui:include src="footer.xhtml"/>
                                 </ui:insert>          
         </h:body>
    </f:view>
    </body>
    </html>header.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html">
    <body>
         <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav"><a href="#">JSF Training</a></li>
                             <li id="about-nav"><a href="#">About</a></li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    </body>
    </html>

  • Possible to create a custom renderer for rendering standard component ?

    This is in context for creating dynamic Data tables. Is it possible to create a custom Renderer for rendering component (standard) without creating a custom component?
    namanc

    Let's assume you want to create a custom renderer which will be used to render the error-messages (the h:messages tag). The component-family in this case is: javax.faces.Messages, the renderer-type javax.faces.Messages.
    Therefor in your application's faces-config.xml add this renderer-statement (inside a render-kit, obviuosly):
    <faces-config>
      <!-- other stuff like components, managed beans, navigation-rules,... -->
      <render-kit>
        <renderer>
          <component-family>javax.faces.Messages</component-family>
          <renderer-type>javax.faces.Messages</renderer-type>
          <renderer-class>my.very.special.MessagesRenderer</renderer-class>
        </renderer>
      </render-kit>
      <!-- other renderers... -->
    </faces-config>The code for MessagesRenderer is very dependent on your needs, therefor I will not post something here. Basically you need to extend javax.faces.render.Renderer. For help in that camp, surf to the online tutorials or get yourself a book (I learned a lot from Kito Mann's "JSF in Action"). Additionally grab the source for Sun's RI AND Myfaces and dig into that java-code. There is a huge learning potential looking at that source-material.
    hth
    Alexander

  • Rendering: Larger Preview.... Stalls in Library Module.

    I am running Lightroom 2.4 on a Windows Vista system.  I have found recently that when I use the library module and attempt to zoom in on a picture in that module the full size picture on screen reverts to a highly pixalated view (presumably the embeded low res jpeg from the Nikon RAW file) and I get the message "Rendering: Larger Preview..." and nothing at all happens.  If I then select the develop module the picture renders correctly, if following this I select the library module again all used to be well but now I get the message "Rendering:Develop..." and again nothing happening.
    Has anyone encountered this problem and discovered a solution?

    John
    Thanks for the input.  The problem certainly happens then but I am getting
    it other times as well.  I found some advice on the forum about the problem
    which suggests it is associated with MS Vista's complex file access
    permision system.  It appears you have to give all users read write and
    execute permission on all your Lightroom files.  I am trying that to see if
    it solves the problem.
    Thanks again
    Dave

  • "Rendering: settings changed" after saving changes from Bridge

    I have LR 2.6 on my Mac.  I import RAW images through LR, let LR build 1:1 previews.  Once the import has finished & previews are built, LR moves from image to image fine.  I then do my basic edits, deletions, and do a batch renumber.
    Next I go to Bridge to make my adjustments in the RAW window without opening the files.  I go back to LR, save the changes, allowing the Bridge changes to overwrite the LR development import presets in the xmp files.
    It usually takes LR a while to save all the changes, but eventually it does it.  However, here is my issue.  No matter how much time I give LR to render new previews, I don't think it does, at least not until I go to Library mode double click an image to view larger (to fit the window).  When I go from image to image, it takes a few seconds while displaying the message "Rendering: settings changed..."  Now, this is not necessarily right after I save the changes, but it still happens weeks later- whenever I go to view those images.  Does LR not automatically re-render the previews after development changes have been made and saved to LR?
    And if not, how would I force LR to do it for that catalog, or for all my images?
    Thanks,
    R

    Robert Ripps wrote:
    A fair question- one, when I have tried, LR is way slower on my Mac G5 than doing it in Bridge, which is slow itself.  I just launched LR, had an open folder with 303 images in it which I had already rendered previews of, then clicked on Develop module- it took 13 seconds to go to that module & finish "loading".  Yes, a new commuter would solve many problems <g>, but until then....
    What you  may need is more RAM. Or do you have other applications working in the background 13 seconds to build a preview!!!!! Using a old Macbook with 1.2 GB RAM an it does it faster than that!LR doesn't require a lot of power from a machine...it does need as much RAM as you can stick in a machine and the fastest disks you can use...but if it is taking 13 seconds to build a single preview then it isn't really worth using IMO
    Why not make all you RAW adjustments in Lightroom Develop module. The raw processing engine is the same as ACR and you can choose "auto save changes to xmp" in the preferences.
    Ah, bingo.  That works, abet slowly (see above).  Okay, I will just have to remember to manually do that once I save changes to LR from xmp data.  I guess I thought LR would be smart enugh to do that itself, but I guess not.  And again, I find it faster to go back & forths, even with an extra step.
    LR can be set to automatically write any changes to xmp, it doesn't have to be done manually (set this in preferences) you just have the choice. It won't read changes made in other applications automatically as this would be a very bad idea..it would after all over write the LR database. So if you do want to over write the LR database you must activly choose to do so.
     .

  • 'Rendering Develop'

    Hello. I'm fairly new to Lightroom and I am currently using version 2.7 on a mac. I have been using it for about 6 months now and I have got the hang of most things, however, recently I noticed something that is becoming a problem for me.
    I shoot in RAW and I am aware that once the pictures are imported into lightroom they are rendered and adjustments need to be made. My current workflow is as follows:
    Import>organise pics>export image to photoshop>edit>save>make further adjustments in lightroom develop
    It is at this point when I occasionally run into the problem I have been experiencing and I can not find anything on the net about this.
    After I have finished editing a picture in develop, that is either quite warm or cold looking (through my own choice), I go back to the library to organise my albums. At this point the message 'rendering develop' appears. After a few seconds of the edited image being displayed, lightroom automatically changes the white balance. I do not want this to happen. I have the white balance set to 'As Shot'. I have also tried changing it to 'custom'. I have tried using the temperature arrows in Library mode to try and counteract the change. Library reverts to the edited image briefly and then goes back to what it decides the white balance should be. When exporting my edited pics, it is exported as the automatic change and not the one I actually want.
    I can understand why lightroom changes the image properties on import but I do not know why it insists on doing it after the image has been edited. It only does it when the image looks warm or cold but this is the effect I want not how lightroom insists it should be. Is there a way I can turn this automatic feature off? It is really annoying me as I am unable to export my edited pics properly.
    Kind regards.

    OK I have done this. I renamed the file and Lightroom has created a new one. It seems to have stopped the previews from changing, for now. When exporting Lightroom is still changing the white balance, making my pics look lifeless. The only work around I can find is by exporting the image with the 'Lightroom Adjustments' back in to photoshop, re-correcting the white balance there and then saving it to a different location ready for uploading or printing.
    If I have to do this everytime to get the white balance I want, it is going to make my editing much longer, not to mention creating duplicate files and possibly losing detail/quality? Surely there must be an easier way.

  • Rendering: Settings Changed

    I don't remember ever seeing this message before, but since I've upgrade to LR 1.4.1 I keep seeing the message "Rendering: Settings Changed" the first time I view an image in "Fit". Also when I zoom to 1:1, I get the message "Rendering: Higher Quality", which I also don't recall seeing before. I've tried rerendering previews both standard size and 1:1, but it doesn't seem to have any effect. Does anyone know what these message mean, and I why I am getting them now? It definitely slows down my rating workflow.
    It also seems curious that after I did Discard 1:1 Previews (it claimed it was discarding several hundred of them), when I did Render 1:1 Previews: it claimed to only need to create 30 of them. Shouldn't it need to render all the previews that is discarded?

    >It also seems curious that after I did Discard 1:1 Previews (it claimed it was discarding several hundred of them), when I did Render 1:1 Previews: it claimed to only need to create 30 of them. Shouldn't it need to render all the previews that is discarded?
    It will only render previews for the photos that you have selected.

  • Display of RE: and FW: messages generated in mail.app

    II am the sole Mac user in a 100+ person company. (I run the company so IT tolerates me.) After receiving many complaints about unpredictable display of FW: and RE: messages sent from mail.app (leopard and snow leopard), I gave up and converted to Outlook '11. Hated it. Airplane pilots have fewer buttons, ribbons, etc., on their control panels. So, I'm back to Mail.app and newly determined to solve, or at least understand, the issue.
    Posting what I've discovered here in the hope someone can shed light on it or, better yet, fix it.
    What I discovered is that a message with embedded graphics in it (e.g., a company logo .gif embedded in a signature) generated in mail.app will display very differently in different email clients and settings.
    In iphone (iOS 4) the message renders perfectly. No issue.
    In Mail.app received via exchange, the message also appears to render perfectly. No issue.
    However, it's a different story in Outlook '08 for Windows and '11 for Mac) BUT ALSO in Mail on the iPad. AND also if the message is viewed from the sent items folder in the very application (Mail.app) in which it was created. Here's what happens.
    Text before the embedded image is rendered correctly. But after that, everything is displayed as an attachment. The embedded image is displayed an attachment. So too is any text that follows it. (ATT0001.htm). If there are multiple embedded images with text in between them, you'll get a string of attachments (image001.gif, ATT0001.htm, image002.gif, ATT0002.htm, etc.)
    (Note that I have already done everything I know to make things clean and windows friendly. Mail.app is set to windows friendly attachments. Iconizer is installed. Mail.app is also set to send re: and fw: messages at the same level to avoid formatting issues different levels might create. )
    I'm not a coder, but I did take a look at the source code. What I noticed is that mail.app treats a message with embedded graphics very differently than one without. A message with just text (even when sent as HTML format) is just text. A message with embedded graphics has the first bit (before the first graphic) as text, then the first graphic, then, the next bit of text is an HTML file, and so on. Apparently, mail on the iphone can recognize this and render properly. Not so others. The question is why Mail turns text bits into HTML files this way?
    Now, the good news is, having isolated the problem, I've solved most of it by simply eliminating embedded graphics (including a logo in my signature) from my emails. Still, I often forward or re: to long strings that do include these graphics. Not so good.
    Thoughts?

    IMO, if you want to send magazines, then e-mail isn't the vehicle. Better to create PDF files and send them as attachments. This problem you're running into has to do with poorly followed standards in all those e-mail clients and attempting to send magazines as messages. Stick to plain text and there aren't any issues. Just my

  • Customising Error messages

    Hi,
    is there anyway to customise the error messages rendered through <h:output_errors .../> tag, without creating a custom validator or converter ?
    thanks in advance
    chanakian

    Currently, you may have to write a custom validator. But this has been fixed already. So you don't have to do that in future.
    -Jayashri

  • "Rendering Required Files" - huh?

    I'm editing a sequence with a couple of nested sequences and a multicamera edit.  Suddenly I'm encountering huge delays when PP RANDOMLY decides it needs to do some rendering. I (seemingly at random) get the message "Rendering Required Files" and then I have to wait for minutes to do anything!
    • There are no compilicated effects in any of the sequences.
    • There are only a few tracks in the master sequence, and only one or two tracks of audio and/or video in the prior sequences.
    • I have a dual quad core MacPro with 16GB of RAM.
    • I have 4x1TB hard drives.
    I can not for the life of me understand why it needs to render anything.  I get the feeling this has to do with audio, but I can not pin this down.  Can anybody explain what the heck the program is rendering so I can figure out a workaround?????

    Not that I'm too much into the "me too" kind of reply, but I just wanted to add my data into this thread in hope for an eventual fix.
    I'm using the PC version (CS5.5) with all the latest updates, on an Intel i7 (4 cores +HT), 24 GB RAM, 2 nVidia GTX470 (sli), a SolidState drive for OS and Apps, and 4x 2TB disks in RAID10 configuration for my data. I think the PC's performance should be more than adequate.
    My projet seems similar to what other users have been describing. I have a first sequence on which I have laid 2 video tracks and 2 additional audio tracks. No video effect has been applied. As for audio effect, I have applied EQ and Dynamics on 2 of the tracks (not on the clips themselves). Ultimately, I ended up muting 3 of the audio tracks. Therefore, only 1 audio track ends up in my mix. The audio clip is an uncompressed mono WAV file which was generated by Audition (44.1kHz, 16bits).
    On a second sequence, I laid the the video and audio parts of Sequence1 as two seperate clips, so they are completely unlinked. I have set the video clip to MULTI CAM. The audio clip having been laid on the sequence seperately is not influenced at by any of my video edits and camera changes. I have used this approach after reading other users' input on this thread.
    When the dreaded "Rendering Required Files..." poped up, I did a couple of UNDO/REDO in order to pin point the exact operation after which the problem occurs. It happened right after I used the Razor Tool to cut my audio clip. At this point, I haven't move my clips' begin and end points. I only applied a cut somewhere in the middle of the audio clip and left it untouch. I can undo that cut and the problem dissapears. But as soon as I cut my clip again, I can no longer play my Sequence #2 without the "Rendering Required Files..." window poping up. I have several hours of video to edit. This happened at 35 minute into the sequence. I can't afford the time to wait for all the rendering to take place, only to end up in the same position where the application will not remember the render it just did.
    Interestingly, I can play Sequence #1 with no problem. On Sequence #2, the problem persits even if I mute (click the speaker and eye icons) all audio and video tracks. I tried selecting a limited work area, even a blank are with no audio nor video, and I still have the problem when I hit the enter (preview) key.
    Also, there's a yellow line on top of my timeline (both sequences) meaning Premiere should attempt to render the sequence on the fly.

  • Standard component for rendering WPC Pages

    Hi Everybody,
    I'm looking for the standard component that is used to render a Web Page Composer Page.
    I'd like to create a wrapper for this component. But I can't seem to find which component I need to create a wrapper for.
    Does anybody know what component I need to do this? And can this component be called using a url? This would make things even easier for me.
    Thanks in advance.
    Kind regards
    Wouter Delellio

    Let's assume you want to create a custom renderer which will be used to render the error-messages (the h:messages tag). The component-family in this case is: javax.faces.Messages, the renderer-type javax.faces.Messages.
    Therefor in your application's faces-config.xml add this renderer-statement (inside a render-kit, obviuosly):
    <faces-config>
      <!-- other stuff like components, managed beans, navigation-rules,... -->
      <render-kit>
        <renderer>
          <component-family>javax.faces.Messages</component-family>
          <renderer-type>javax.faces.Messages</renderer-type>
          <renderer-class>my.very.special.MessagesRenderer</renderer-class>
        </renderer>
      </render-kit>
      <!-- other renderers... -->
    </faces-config>The code for MessagesRenderer is very dependent on your needs, therefor I will not post something here. Basically you need to extend javax.faces.render.Renderer. For help in that camp, surf to the online tutorials or get yourself a book (I learned a lot from Kito Mann's "JSF in Action"). Additionally grab the source for Sun's RI AND Myfaces and dig into that java-code. There is a huge learning potential looking at that source-material.
    hth
    Alexander

  • Flash app disconnects from FMS after an hour

    I have developed a Flash chat for a client using FMS2. The
    application is used by goups of 5-15 people, who will use it for up
    to 2 or 3 hours in one session, sometimes even longer.
    Many of our users are complaining that they consistently get
    disconnected after about an hour. They can usually log back in
    immediately. Are there any known issues with connections being
    lost?
    A second problem I'm facing is that periodically my entire
    interface(AS2, SWF7) stops interacting properly. No user
    input(click actions, text input) is received, and several animation
    scripts stop updating. However, the application is still connected
    and new messages are received. Again, users report this behavior
    consistently after an hour. I know that is an extremely ambiguous
    problem, but I've been going crazy trying to isolate the problem,
    if anyone has even a guess, I'm all ears.
    A few facts about the chat:
    - It uses a persistent RSO to store chat history
    - Chat messages are sent from client to server, and processed
    by server and put in the chat RSO
    - User listing and info is in an RSO, which is created by
    ther server and modified by the clients. It is modified frequently
    by all clients when they type, setting a "isTyping" flag to be
    rendered by their name on each clients user list window
    - I'm using a complex custom message renderer, which includes
    emoticon support and dynamic attach/removal of message clips when
    scrolled(to prevent application slow down as the chat history gets
    long).
    - Our users I believe are are using somewhat older computer
    equipment, and are fairly minimal in computer literacy/experience.
    Any help would appreciated.

    I solved my interface problem. Long story short I
    accidentally had an endless loop in teh suers RSO that was causing
    focus to be constantly stolen and placed on a certain textfield.
    However, I'd still be interested to know if there are any
    problems with connections dying after an hour, or any amount of
    time.

Maybe you are looking for

  • HP Pavilion dv6t-7000 - Ralink RT5390 Wireless Upgrade

    Hi, I'm looking forward to replace my Wireless card, I have noticed a stamp on my wireless card informing me that I have to replace it with HP SPARE, I have scaned the barcode "670691-001" and I found it's Ralink RT5390 wireless card.. can I replace

  • Better to use a printer's  WiFi or connect via TimeCapsule USB Printer.

    Just a generic question....Is it better/easier/faster to use a printer's built in WiFi versus connecting it via a USB connection to my Time Capsule. I'm installing an all in one, Epson 810. MBP, 10.5.8, Time Capsule. Would like to use all the functio

  • Oracleasm-support-2.1.5-1.el6.x86_64 doesnt work on OL 6.0 UEK

    ASMlib keeps return "Instantiating disk: failed" while trying to create ASM disks. It happens on both Clariion and Symmetrix devices. [root@sgelxha198 ~]# uname -a Linux sgelxha198 2.6.32-100.28.5.el6.x86_64 #1 SMP Wed Feb 2 18:40:23 EST 2011 x86_64

  • How to Install Acrobet Reader 9 on Different Drive

    Does someone know how to direct acrobat rader 9 toa different drive when installing? It always defaults to drive C. I want it on drive D. Help!

  • Oracle complete reference: can i begin with it?

    hello everyone! i am a beginner in oracle with some experience in mysql and php. i am thinking to begin with oracle by studying Oracle Database 10G - The Complete Reference 2004 book by oracle press. could you tell me your opinion? would it be better