Templates, Title /Head Info, & other bits....

I have DW8.0.2 and used one of the DW CSS Design Pages to
create a small web site. Used the 3 col_nav.css file to create a
Template file. All seemed to go well other than:
1. Can't seem to change Title information for each web page
based on the Template.
2. Also, once I have placed the pages on to the remote server
(excluding the Template) you can view the pages in IE and all seems
OK, however, when you click on View/Source in the browser it shows
following:
<html><head>
<title></title></head>
<!-- Redirection Services Redirector2C-DAL H1 -->
<frameset rows='100%, *' frameborder=no framespacing=0
border=0>
<frame src="
http://xxxxx..xxxxxxxx.com/XXXXXXX/YYYYYYY"
name=mainwindow frameborder=no framespacing=0 marginheight=0
marginwidth=0></frame>
</frameset>
<noframes>
<h2>Your browser does not support frames. We recommend
upgrading your browser.</h2><br><br>
<center>Click <a href="
http://xxxxx..xxxxxxxx.com/XXXXXXX/YYYYYYY">here</a>
to enter the site.</center>
</noframes></html>
Please note I have take out the name of the web location and
added xxxxxx etc. for confidentiality....
Why does it not show the full code as seen DW??
3. I am unable to even see the pages form another PC which is
still on Windows XP SP1 with IE6...
4. The site also includes two pages which are not based on
the Template and they do not show any of the above issues.
I have spent much time in learning basic CSS and using the DW
Template to create the pages and really do not want to re-work
them. Many Thanks in Advance

> or did you?
Heh - yeah. I did. 8)
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
==================
"Baxter" <baxter(remove:-)@gtlakes.com> wrote in
message
news:[email protected]...
> My bummer Murray! I never read past the 2. Frames (uhg)
> I was hoping you would answer this op as you could write
the book on
> templates (or did you?)
> Dave
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:[email protected]...
>> a) this is not a template page.
>> b) this is a frameset page, and you cannot use
templates with frames
>>
>> > I have spent much time in learning basic CSS
and using the DW Template
> to
>> > create the pages and really do not want to
re-work them.
>>
>> Based on this code that you have shown, I'm worried
that you need to work
>> more on the basics of HTML first....
>>
>> --
>> 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
>> ==================
>>
>>
>> "masl" <[email protected]> wrote in
message
>> news:[email protected]...
>> >I have DW8.0.2 and used one of the DW CSS Design
Pages to create a small
>> >web
>> > site. Used the 3 col_nav.css file to create a
Template file. All
> seemed
>> > to
>> > go well other than:
>> >
>> > 1. Can't seem to change Title information for
each web page based on
> the
>> > Template.
>> >
>> > 2. Also, once I have placed the pages on to the
remote server
> (excluding
>> > the
>> > Template) you can view the pages in IE and all
seems OK, however, when
> you
>> > click on View/Source in the browser it shows
following:
>> >
>> > <html><head>
>> >
>> > <title></title></head>
>
>

Similar Messages

  • Supressing subsequent Report Titles/Header info

    I've created a title for my reports. The results span a few pages now but probably dozens later on. I want the report header/title to appear on the first page but not on subsequent pages. Column headings are fine but not the title of the report on each and every page. Is there an option or a way to do this on the desktop version and the web version?
    Thanks =)

    Hi ricky_lv,
    According to your description, there is main report and subreport in it, when the subreport spans across multiple pages, you want to show column headers on each page. If that is the case, we can set column headers visible while scrolling in main report.
    For detail information, please refer to the following steps:
    In design mode, click the small drop down arrow next to Column Groups and select Advanced Mode.
    Go to your Row Groups pane, click on the first static member.
    In properties grid, set FixData to True.
    Set RepeatOnNextPage to True.
    Here is a relevant thread you can reference:
    https://social.technet.microsoft.com/Forums/en-US/e1f67cec-8fa3-4c5d-86ba-28b57fc4a211/keep-header-rows-visible-while-scrolling?forum=sqlreportingservi
    The following screenshots are for your reference:
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Is it is possible to identify Heading level, Title, Header, Footer, Paragraph in PDF using SDk or Script

    Hi Friends
                 Is it is possible to identify Heading level, Title, Header, Footer, Paragraph in PDF using SDK or Script

    In an ordinary PDF there is nothing to identify, the information does not exist. Just text at locations, the structure is entirely in the mind of the viewer. For tagged PDFs, yes. This requires a very detailed knowledge of the PDF spec and tagging, and writing a plug-in in C/C++. And of course it requires that the tagging is correct. Since tagging is often added automatically, it is often useless for real structural info. Who thought it was a good idea to tag automatically...!

  • Template title problem

    hi i have designed a dreamweaver template which has a main
    content editable region and another region further up which i want
    to include the title in. Therefore this piece of code i made as
    follows:
    <head>
    <link rel="stylesheet" type="text/css"
    href="../admin/Template/style.css" media="screen" />
    <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    <meta name="description" content="MING Knowledgebase -
    Administration" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    </head>
    In the page which I want to apply the template to I have
    this:
    <head>
    <meta http-equiv="content-type"
    content="text/html; charset=iso-8859-1" />
    <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    <title> CMS: Edit Article</title>
    </head>
    Now the problem is that when I try to apply the template I
    get this result in the merged file
    <head>
    <link rel="stylesheet" type="text/css"
    href="Template/style.css" media="screen" />
    <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    <meta name="description" content="MING Knowledgebase -
    Administration" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    <!-- InstanceEndEditable -->
    </head>
    For some reason dreamweavver is picking up my link tag and
    not the title tag. If I remove this link tag from the document and
    try to apply the template again the doctitle editable region wont
    show up as a possible place to place content in. What is the
    problem? thanks

    It's a bad practice to apply templates to pages that have
    existing content.
    To be absolutely sure, the very best way is to spawn a blank
    page from the
    template, and copy/paste from the existing page. Then save
    the new page
    over the old one.
    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
    ==================
    "drtanz" <[email protected]> wrote in
    message
    news:[email protected]...
    > hi i have designed a dreamweaver template which has a
    main content
    > editable
    > region and another region further up which i want to
    include the title in.
    > Therefore this piece of code i made as follows:
    >
    > <head>
    > <link rel="stylesheet" type="text/css"
    href="../admin/Template/style.css"
    > media="screen" />
    > <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    > <meta name="description" content="MING Knowledgebase
    - Administration" />
    >
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- TemplateEndEditable -->
    > </head>
    >
    > In the page which I want to apply the template to I have
    this:
    >
    > <head>
    > <meta http-equiv="content-type"
    > content="text/html; charset=iso-8859-1" />
    > <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    > <title> CMS: Edit Article</title>
    > </head>
    >
    > Now the problem is that when I try to apply the template
    I get this result
    > in
    > the merged file
    >
    > <head>
    > <link rel="stylesheet" type="text/css"
    href="Template/style.css"
    > media="screen" />
    > <meta http-equiv="content-type"
    content="text/html;charset=utf-8" />
    > <meta name="description" content="MING Knowledgebase
    - Administration" />
    >
    > <!-- InstanceBeginEditable name="doctitle" -->
    >
    >
    > <link href="templates/style.css" rel="stylesheet"
    type="text/css" />
    >
    > <!-- InstanceEndEditable -->
    > </head>
    >
    > For some reason dreamweavver is picking up my link tag
    and not the title
    > tag.
    > If I remove this link tag from the document and try to
    apply the template
    > again
    > the doctitle editable region wont show up as a possible
    place to place
    > content
    > in. What is the problem? thanks
    >

  • Templates e Header Files in Java?

    Hi Everybody...
    So , I need do templates in java and I want understand how work one Header in Java? I think anyone not undestand this part...
    So
    I have one project in C++, I want convert this project for Java...and this project use the Header file(I created this header) and templates too...
    I want know how I do this?because in the Java haven?t template...:(
    thanks for the Help if you can help me...thanks for now

    Hi Everybody...
    So , I need do templates in java and I want
    understand how work one Header in Java? I think
    anyone not undestand this part...
    So
    I have one project in C++, I want convert this
    project for Java...and this project use the Header
    file(I created this header) and templates too...
    I want know how I do this?because in the Java haven?t
    template...:(
    thanks for the Help if you can help me...thanks for
    nowThere is a huge change in mindset from C++ to Java. I came from C++ and didn't miss header files a bit, so I don't guess I understand what functionality a C++ header file gives you that you're lacking in Java.
    Instead of C++ templates, there are Generics in java, but they don't behave in exactly the same way. I have yet to really understand how Generics are treated by the compiler, but they are certainly different.

  • BMP Header Info error 16

    When I bring in my bitmap, the ERROR 16 occured at READ BMP Header Info.VI   Possible reason(s) Labview Image not found.
    So, the size of this bitmap is 89.5kB, Dimension 1029 x 733, width 1029 Pixel, Height 773, Bit Depth 24. 
    The original bitmap is 1.83 MB Dimension 1600 x1200, width 1600 Pixels x 1200 Pixels, Bit Depth 8.  I took this bitmap and resized it...now the resized image (compressed) cannot be brought into my VI.  The original VI works.
    What can I do to allow the compressed image to be read?

    What compression was used by the conversion tool to compress this bitmap? The built-in LabVIEW Bitmap library does not support any compressions such as RLE or the newer JPG compression that have been added to newer Windows versions.
    Since the diagram of those VIs is open it would have been easy to single step into the Read BMP Header Info.vi and see in there that the VI aborts on the "bitmap is compressed" flag.
    And the solution is to use either directly JPG or PNG files and read them with the according VIs.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to display a blob image in RTF template's Header.

    Hi,
    I want to display a blob image (logo company) in my RTF template,
    my problem is how i can display this image in the template's Header.
    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    Thanks in advance.

    I tried this
    <?
    <fo:instream-foreign-object content-type="image/jpeg" >
    <xsl:value-of select=".//LOGO"/>
    </fo:instream-foreign-object>
    ?>
    but was unsuccessful
    sure
    what is red elements ?
    you template can be looks like
    ..... some data .....
    ( after  all data )
    <?template:footer_logo?>
    <fo:instream-foreign-object content-type="image/jpeg" ><xsl:value-of select=".//LOGO"/></fo:instream-foreign-object> (as field )
    <?end template?>
    <?call-template:footer_logo?> ( in header/footer )
    some remarks https://oralublog.wordpress.com/2014/10/04/bi-publisher-11g-footers-and-headers-in-rtf-template/

  • How to Include "all" header info when you Reply and ReplyAll

    Using Mail 3.5, when I Reply or ReplyAll I need to have "all" header info included automatically (From, To, CC, Subject, Date) which does occur when Forwarding but not when Replying to one or all. A REAL issue in the corporate world. Is there any way to accomplish this???
    Thanks,

    Did you ever get a reply to this question or did you manage to solve the issue in any way or shape? I am experiencing the same so eager to hear a solution.
    Thanks!

  • Title header in Numbers 3.0

    How do I place a title header on my Numbers 3.0 spreadsheet so that it shows up at the top of each printed page?

    How do I choose to repeat the table title, not the header rows, across all printed pages?
    I think what Jerry is suggesting is to change the header control to 2 so that you have 2 header rows. In the first header row place the "table title' that you want to print at the top of each page.  You could center it.
    The Table Name, as far as I can tell, only prints on the first page. You could uncheck that so it doesn't print, and let the header rows print on each page instead. If you don't want one of the header rows to print, hide it.
    SG

  • Java Mail header info displayed in email results

    I am having problems with the output generated by the send() method in javamail. The out contains unwanted email header info within the email. Please review code and email output. The Cc: thru Content-Transfer-Encoding should not display
    -Thanks....
    Greg
    Code :
    +++++
    Session session2 = null;
    Properties props = new Properties();
    if (ConfigInfo.getBatchJob() == false) {                       
         InitialContext ic = new InitialContext();
         Session session = (Session) ic.lookup("myMailSession");
         props.put("mail.from", fromAddress);
         session2 = Session.getInstance(props);
    } else // email from batch job
         props.put("mail.store.protocol", "pop3");
         props.put("mail.transport.protocol", "smtp");
         props.put("mail.host", ConfigInfo.getMailHost());
         props.put("mail.smtp.host", ConfigInfo.getMailHost());
         props.put("mail.from", fromAddress);
         session2 = Session.getInstance(props);
    Message msg = new MimeMessage(session2);
    msg.setFrom();
    msg.setRecipients(Message.RecipientType.TO, InternetAddress
              .parse(toEmailAddress, false));
    msg.setRecipients(Message.RecipientType.CC, InternetAddress
              .parse(copyEmail, false));
    msg.setRecipient(Message.RecipientType.CC, new InternetAddress(
              copyEmail));
    msg.setSubject(subject);
    msg.setSentDate(sentDate);
    msg.setContent(content, "text/plain");
    Transport.send(msg);
    Output:
    +++++
    ....... Unwanted email header info <<<<<<<<<<
    Cc: [email protected]
    Mime-Vesrion 1.0
    Content-Type: text/plain
    Content-Transfer-Encoding: 7bit
    ----

    Hi,
    Thanks for the info.
    The Extra Text is not to be seen now. That’s good. But I have another issue now. The email skips new lines.
    If I have a new line in between the two blocks , the email skips the new line.
    e.g. If I had to sent the following data:
    "Line1
    Line2"
    It appears as "Line1 Line2" in the end. The new line is skippeed.
    Appreciate if someone can tell me the reason/solution.
    Regards,
    ParagJ

  • How to output header info. by using DMEE?

    Hi,
    When I am using DMEE to output payment file, I need to put a header info. before the itemlized transactions. For bank like Citibank, only need each transaction lines, so no header need to put. But some bank, need a header info. in front of the itemlized transactions. So could you guide if how I could set a header?
    I tried to use level and change the repetition, but did not succeed.
    Thank you very much!

    I've find out the solution. Just create another segment as the header, and set this segment as level 1, the same level as the father segment group. And this will just only output once.
    > Hi,
    >
    > When I am using DMEE to output payment file, I need
    > to put a header info. before the itemlized
    > transactions. For bank like Citibank, only need each
    > transaction lines, so no header need to put. But some
    > bank, need a header info. in front of the itemlized
    > transactions. So could you guide if how I could set a
    > header?
    >
    > I tried to use level and change the repetition, but
    > did not succeed.
    >
    > Thank you very much!

  • Gethttprequestdata() not returning all header info. with CF10, should it?

    Our Single SignOn agent (SiteMinder) places a custom variable, HTTP_EMPLOYEEID in the header.  Using ASP, I can dump the header info and see that variable/value. But, with a similar CF script, some info, including HTTP_EMPLOYEEID is not there.  Any ideas?

    Thanks for the help. Unfortunately it didn't work.  I'm working with my IT people, who installed and configured SiteMinder(user authentication agent) so I haven't dug into that, but they insist the problem lies with CF10.  Using the following ASP script I can read the custom header variable EMPLOYEEID:   <%= Request.ServerVariables("HTTP_EMPLOYEEID") %>  But, with my CF script there doesn't appear to be a header variable by that name.      I tried:
    GetHttpRequestData().headers.employeeid, then 
    GetPageContext().getRequest().getHeader("HTTP_EMPLOYEEID"),
    and
    CGI.HTTP_EMPLOYEEID
    Is there any reason why CF10 would not read the entire header content?  When I cfdump the header I see other variables, but not EMPLOYEEID. Strange.

  • Not able to Pass header info to Microsoft MapPoint WebService using WLS10

    We are passing some Header info to the MapPoint Web Service from our client Web Service which is hosted in Weblogic 10, however we are not sure if the info is getting passed.
    The actual soap header which we are trying to postis as below:
    <env:Header xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <m:CustomerInfoFindHeader xmlns:m="http://s.mappoint.net/mappoint-30/">
    <m:CustomLogEntry>2</m:CustomLogEntry>
    </m:CustomerInfoFindHeader>
    </env:Header>
    We are using the below code snippet for setting the header:
    Document doc = null;
    try
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setNamespaceAware(true);
    doc = factory.newDocumentBuilder().newDocument();
    catch(ParserConfigurationException pce)
    System.out.println("ERROR -> " + pce.getMessage());
    Element header = doc.createElementNS("http://schemas.xmlsoap.org/soap/envelope/", "SOAP-ENV:Header");
    Element headerContent = doc.createElementNS("http://s.mappoint.net/mappoint-30/","m:CustomerInfoFindHeader");
    Element headerChildContent = doc.createElementNS("http://s.mappoint.net/mappoint-30/", "m:CustomLogEntry");
    headerChildContent.appendChild(doc.createTextNode("2"));
    headerContent.appendChild(headerChildContent);
    header.appendChild(headerContent);
    Attr nsAttr = doc.createAttributeNS("http://www.w3.org/2000/xmlns/","xmlns:m");
    nsAttr.setValue("http://s.mappoint.net/mappoint-30/");
    headerContent.setAttributeNodeNS(nsAttr);
    findServiceControl.setOutputHeaders(new Element[] {header});
    Here findServiceControl is the Service Control object.
    Even if the code is not throwing any error/exception I am not able to see the header portion which invoking the Mappoint Web Service (using the weblogic test client for testing the webservice).
    Is there any other methodology for setting the header.
    Regards
    Sanjeev Singh

    If you're not sure the header is being created properly, you should switch to using a javax.xml.transform.stream.StreamSource and javax.xml.transform.dom.DOMResult. For instance:
    import java.io.ByteArrayInputStream;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.dom.DOMResult;
    import javax.xml.transform.stream.StreamSource;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    StringBuffer xml = new StringBuffer()
    .append("<env:Header ")
    .append("xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\">")
    .append("<m:CustomerInfoFindHeader xmlns:m=\"http://s.mappoint.net/mappoint-30/\">")
    .append("<m:CustomLogEntry>2</m:CustomLogEntry>")
    .append("</m:CustomerInfoFindHeader>")
    .append("</env:Header>);
    TransformerFactory xformFactory = TransformerFactory.newInstance();
    Transformer transformer = xformFactory.newTransformer();
    ByteArrayInputStream bais = new ByteArrayInputStream(xml.toString().getBytes());
    DOMResult result = new DOMResult();
    transformer.transform(new StreamSource(bais), result);
    Document document = (Document)result.getNode();
    findServiceControl.setOutputHeaders(new Element[] {document.getDocumentElement()});
    If you want to see the SOAP request being sent to the Mappoint Web Service, add the following to the JAVA_OPTIONS environment variable (in the startWebLogic.cmd file), and bounce it:
    -Dweblogic.wsee.verbose=*
    -Dweblogic.log.RedirectStdoutToServerLogEnabled=true
    This will write the SOAP request (and SOAP response) to the server log of the WebLogic Server instance, which the service control is running in.

  • Unable to get Http Header info in webservice Handler

    Hi,
    I have been trying to get the Header info in my custom Handler unsuccessfully
    for the past few days.
    Upon web search, I am constantly redirected to use a Servlet filter to get the
    headers. I have to use the Weblogic Native SOAP engine and not any Servlet Filters.
    In Axis, I can do a (HttpServletRequest)messageContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST)
    which returns the HttpServletRequest and then I can get the headers off that.
    I can't find something similar in WebLogic. Any ideas?
    Any help in helping me track this problem down would be much appreciated.
    Thanks,
    Sridhar.

    Yes, you are correct that you are taking a risk by using the "__BEA_PRIVATE_BINDING_PROP"
    property, on the MessageContext object. The mechanism I provided is the recommended
    (and supported) way to get the HTTP headers, as it only uses "documented" class.
    Some developers think you are trying to "hide" something with undocumented classes,
    but I don't think this is the case with BEA. There are good reasons and the point
    you made about the likelihood of an unannouced future change breaking your code,
    is probably pretty high on the list :-)
    Getting the REMOTE_ADDR (or REMOTE_HOST) would most likely require the "undocumented"
    approach you've taken. You could get the HttpServletRequest from this same HttpServerBinding
    object, and call the getRemoteAddr() method on it. However, I really, really,
    really think you should consult our "fantabulous" BEA support department, to see
    if doing this will be supported.
    Regards,
    Mike Wooten
    "Sridhar" <[email protected]> wrote:
    >
    Michael,
    Thanks a bunch for your reply. I have been going crazy over this and
    your reply
    made my day.
    I still have a slight problem with this though. This does not seem to
    give me
    the Client IP etc. Any ideas to get that?
    Thanks again for the code. It was a great help.
    Sridhar.
    PS BTW, I found another way of getting the same info:
    HttpServerBinding httpBinding = (HttpServerBinding) messageContext.getProperty("__BEA_PRIVATE_BINDING_PROP");
    Enumeration headerEnum = httpBinding.getRequest().getHeaderNames();
    while (headerEnum.hasMoreElements()) {
    String header = (String) headerEnum.nextElement();
    System.out.println("header = " + header);
    System.out.println("header Value = " + httpBinding.getRequest().getHeader(header));
    But, I am guessing BEA doesn't want me to go this route as they might
    change the
    implementation and my code will immediately break.
    "Michael Wooten" <[email protected]> wrote:
    Hi Sridhar,
    You should be able to get at the HTTP Headers that were sent by theconsumer
    of
    your web service, by using the following code in your JAX-RPC handler:
    import java.util.Iterator;
    import javax.xml.rpc.handler.MessageContext;
    import javax.xml.rpc.handler.soap.SOAPMessageContext;
    import javax.xml.rpc.JAXRPCException;
    import javax.xml.soap.MimeHeaders;
    import javax.xml.soap.MimeHeader;
    import javax.xml.soap.SOAPMessage;
    public boolean handleRequest(MessageContext mc)
    SOAPMessageContext messageContext = (SOAPMessageContext) mc;
    try
    SOAPMessage original = messageContext.getMessage();
    MimeHeaders mimeheaders = original.getMimeHeaders();
    MimeHeader mimeheader = null;
    Iterator iter = mimeheaders.getAllHeaders();
    for (; iter.hasNext();)
    mimeheader = (MimeHeader) iter.next();
    System.out.println("name=" + mimeheader.getName() + ", value="
    + mimeheader.getValue());
    catch (Exception e)
    e.printStackTrace();
    throw new JAXRPCException(e);
    Here's the output from the System.out.println():
    name=Content-Type, value=text/xml
    name=SOAPAction, value=""
    name=User-Agent, value=Java1.4.1_05
    name=Host, value=localhost:7001
    name=Accept, value=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    name=Connection, value=Keep-Alive
    name=Content-Length, value=505
    Regards,
    Mike Wooten
    "Sridhar" <[email protected]> wrote:
    Hi,
    I have been trying to get the Header info in my custom Handler unsuccessfully
    for the past few days.
    Upon web search, I am constantly redirected to use a Servlet filterto
    get the
    headers. I have to use the Weblogic Native SOAP engine and not any
    Servlet
    Filters.
    In Axis, I can do a (HttpServletRequest)messageContext.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST)
    which returns the HttpServletRequest and then I can get the headersoff
    that.
    I can't find something similar in WebLogic. Any ideas?
    Any help in helping me track this problem down would be much appreciated.
    Thanks,
    Sridhar.

  • How to create title (heading) in the tabel control

    hi experts,
    i want to create title (heading) in the table control for this what sud i do plz help me....

    In the table control attributes, select With title.
    A dialog box appears, reminding you to create a title element.
    Enter a text field or an input/output element in the title row.
    Enter an element name, and the title in the Text field.

Maybe you are looking for