JSP - Input form - Email Issue

Good Morning Everyone,
I have an input form that has 6 input boxes, seperated in 2 groups. Names and Email addresses.
I am currently attempting to send the input values to the JSP page as an array, which will then be looped emailing each user that i have previously entered from the first page.
The problem comes if i dont input values in all the forms on the first page i get an error. If it is all filled out then it all goes fine and dandy.
I have edited the html code down to protext page size.
HTML page.
<form action="formname.jsp" method="POST">
<table>
<tr><td>
Name <input type="text" name="name" value=""></td>
<td>
Email <input type="text" name="email" value=""></td>
</tr>
<tr><td>
Name 2<input type="text" name="name" value=""></td>
<td>
Email 2<input type="text" name="email" value=""></td>
</tr>
<tr><td>
Name 3<input type="text" name="name" value=""></td>
<td>
Email 3<input type="text" name="email" value=""></td>
<td colspan="2">
<input type="submit" name="submit" value="Select"></td>
JSP Page
<body>
<%@ page import="java.util.*, javax.mail.*, javax.mail.internet.*" %>
<%
// define variables and assign values to variables
String[] nName = request.getParameterValues("name");
String[] nEmail = request.getParameterValues("email");
// print by iterating through array
for(int counter = 0; counter < nName.length; counter++)
Properties props = new Properties();
props.put("mail.smtp.host", "localhost");
Session s = Session.getInstance(props,null);
MimeMessage message = new MimeMessage(s);
InternetAddress from = new InternetAddress("[email protected]");
message.setFrom(from);
InternetAddress to = new InternetAddress(nEmail[counter]);
message.addRecipient(Message.RecipientType.TO, to);
message.setSubject(nName[counter]);
message.setText("Mail Message Body!");
Transport.send(message);
%>
<p align="center">The Message has been sent.</p>
</body>
Edited Error Code
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Illegal address
~~
root cause
javax.mail.internet.AddressException: Illegal address in string ``''
<end>
So the above error message happens if i dont put data in all of the input forms, but if i do it has no error. The mail will get sent to the addresses i have specified but will come up with an error if only one is inputed with a name.
Also how would i also add a html email to this, instead of plain text.
Thanks!

Edited :(
Good Morning Everyone,
I have an input form that has 6 input boxes, seperated in 2 groups. Names and Email addresses.
I am currently attempting to send the input values to the JSP page as an array, which will then be looped emailing each user that i have previously entered from the first page.
The problem comes if i dont input values in all the forms on the first page i get an error. If it is all filled out then it all goes fine and dandy.
I have edited the html code down to protext page size.
HTML page.
<form action="formname.jsp" method="POST">
<table>
<tr><td>
Name <input type="text" name="name" value=""></td>
<td>
Email <input type="text" name="email" value=""></td>
</tr>
<tr><td>
Name 2<input type="text" name="name" value=""></td>
<td>
Email 2<input type="text" name="email" value=""></td>
</tr>
<tr><td>
Name 3<input type="text" name="name" value=""></td>
<td>
Email 3<input type="text" name="email" value=""></td>
<td  colspan="2">
  <input type="submit" name="submit" value="Select"></td>JSP Page
<body>
<%@ page import="java.util.*, javax.mail.*, javax.mail.internet.*" %>
<%
// define variables and assign values to variables
String[] nName = request.getParameterValues("name");
String[] nEmail = request.getParameterValues("email");
// print by iterating through array
for(int counter = 0; counter < nName.length; counter++)
  Properties props = new Properties();
  props.put("mail.smtp.host", "localhost");
  Session s = Session.getInstance(props,null);
  MimeMessage message = new MimeMessage(s);
  InternetAddress from = new InternetAddress("[email protected]");
  message.setFrom(from);
  InternetAddress to = new InternetAddress(nEmail[counter]);
  message.addRecipient(Message.RecipientType.TO, to);
  message.setSubject(nName[counter]);
  message.setText("Mail Message Body!");
  Transport.send(message);
%>
<p align="center">The Message has been sent.</p>
</body> Edited Error Code
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Illegal address
~~
root cause
javax.mail.internet.AddressException: Illegal address in string ``''
<end>So the above error message happens if i dont put data in all of the input forms, but if i do it has no error. The mail will get sent to the addresses i have specified but will come up with an error if only one is inputed with a name.
Also how would i also add a html email to this, instead of plain text.
Thanks!

Similar Messages

  • Adobe Form Email Issue

    I have created an Adobe form that has 4 Submit buttons:
    mailto:[email protected]?subject=adobe form
    (each button is different, of course)
    Anyways, when you click on any of the buttons, a box appears to Select Email Client:
    Option 1: Desktop Email Application (Choose this option if you currently use an email application such as Microsoft Outlook Express, Microsoft Outlook, Eudora, or Mail.)
    Option 2: Internet Email (Choose this option if you currently use an Internet email service such as Yahoo or Microsoft Hotmail. You will then need to save your form and return it manually to [email protected] using your Internet email service.)
    I work for a company who utilizes Microsoft Outlook, so I choose Option 1 and click OK and nothing happens. I have used this type of button and form before and the button worked properly - opened a new message in Outlook with the To field and the subject field prepopulated with the information set during design of the form and the form attached as a PDF.
    Any suggestions on what I could do next or try to correct this issue because I am not the only one having this problem and the whole company I work for uses this form and it needs to be fixed soon!?!?
    Thanks!!!

    This has very little to do with Acrobat and very much to do with how email is activated
    This is discussed OFTEN over on the Dreamweaver forum, where people make an HTML form with an email submit button... and are not happy when anyone who does not use the right kind of email program is not able to use the form... such as any of the "free" email clients like Yahoo
    The usual solution over there (I don't have details, the only user submission form I work with is in a controlled company environment, where everyone MUST use the approved email client) is to set up a server based solution with your own software on the server, so clicking the submit button activates YOUR software, not whatever is on the user's computer

  • Fillable form email issue

    I have created a fillable form and when the user fills in the fields and hits the email button only the check box fields are captured in the XML. How do I get it to include all data from the form in the XML export?

    That should work yes. Not to say that there isn't anything else that will cause this but it's the typical reason why it happens.
    It shouldn't cause any conflicts in a Mac. At worst, Reader may want to open PDF's by default but they can easily switch that back by highlighting a PDF, choosing File>Get Info>Open with, choosing Preview and clicking "Change all". When I installed Reader, Mac Preview remained the default Reader until I told it to use Reader.
    Mac and Windows users can get the reader at http://get.adobe.com/reader/?promoid=BUIGO. It will detect their OS and give them the correct download.
    One thing, if they decide to keep Preview as their default PDF Reader then they will have to actually open Reader and use File>Open to open PDF's in Reader.

  • Distribute form email issue

    I am not able to change the email address in the TO line in the send form dialog box.  I am hitting a brick wall. Please help. Thank you.
    Thank you

    This is a dialog, that comes up when the form is distributed via Acrobat.
    The To-Adress(es) can be added during the distribution setup.
    See this tutorial (Step 6)
    http://layersmagazine.com/distributing-forms-with-acrobatcom.html
    You can either redistribute the form or you open the Tracker, where you can add new recipients.

  • JSP + MYSQL question: input form value into a SQL table

    Hello,
    I am writing some JSP code to read input information from a input form to write this information into a SQL field.
    My problems are:
    - how can i pass the input form information to other jsp file ? (like Getproperty of something like this)
    - how can i move the content of any input information into a variable ? I mean something like this:
    String a1;
    username.value.of.the.input.field.in.forum_jsp = a1.in.addmessage_jsp;and then:
    int rowsAffected = stmt.executeUpdate("INSERT INTO forummessages (messagecode, " +  " usercode, " + " messagedate,  " + " message) VALUES(6,3,06/07/2007,'" + a1 + "')");------
    The SQL table looks like this:
    stmt.executeUpdate("CREATE TABLE forummessages (messagecode int AUTO_INCREMENT PRIMARY KEY, usercode int, messagedate date, message char(255) not null)");My codes are:
    forum.jsp - this one should pass the input information to addmessage.jsp
    <%@ page contentType="text/html; charset=iso-8859-2" %>
    <%@ page import="java.sql.*" %>
    <%
    Connection con = null;
    Statement stmt = null;
    try {
      Class.forName("com.mysql.jdbc.Driver");
      String url =  "jdbc:mysql://localhost:3306/mysql";
      con =  DriverManager.getConnection(url,"root", "");
      stmt = con.createStatement();
      String sql = "SELECT * FROM forummessages,users,bmwecode WHERE (forummessages.usercode=users.usercode) AND (users.bmwcode=bmwecode.bmwcode)";
      ResultSet rs = stmt.executeQuery(sql);
    %>
    <html>
    <head>
    <title>JSP + MYSQL Teszt</title>
    </head>
    <body>
    <a href="forum.jsp">Forum / Uj hozzaszolas</a>
    <a href="userlist.jsp">Felhasznalok kilistazasa</a>
    <a href="adduser.jsp">Felhasznalo hozzadasa</a>
    <a href="deletemessage.jsp">Hozzaszolas torlese</a>
    <br><br>
    <form action="addmessage.jsp" method=post">
    Felhasznalo:
    <input type="text" name="username">
    <br><br>
    Hozzaszolas:
    <input type="text" name="message">
    <br><br>
    <input type="submit" value="Uj hozzaszolas">
    <br><br>
    <table border="0">
    <tr>
    <th>messagecode</th>
    <th>user</th>
    <th>car type</th>
    <th>message</th>
    </tr>
    <%
      while(rs.next()){
    %>
    <tr>
    <td><%=rs.getInt("messagecode") %></td>
    <td><%=rs.getString("username") %></td>
    <td><%=rs.getString("bmwtype") %></td>
    <td><%=rs.getString("message") %></td>
    </tr>
    <%
      } // end while
    %>
    </table>
    </body>
    </html>
    <%
    } catch (Exception e) {
      out.println("<font color=red><h3>Error:</h3></font>" + e);
      e.printStackTrace();
    } finally {
      try {
        if (stmt!=null) {
          stmt.close();
        if (con!=null) {
          con.close();
      } catch (Exception e) {
        e.printStackTrace();
    %> ----
    addmessage.jsp
    <%@ page contentType="text/html; charset=iso-8859-2" %>
    <%@ page import="java.sql.*" %>
    <%
    Connection con = null;
    Statement stmt = null;
    try {
      Class.forName("com.mysql.jdbc.Driver");
      String url =  "jdbc:mysql://localhost:3306/mysql";
      con =  DriverManager.getConnection(url,"root", "");
      stmt = con.createStatement();
    int rowsAffected = stmt.executeUpdate("INSERT INTO forummessages (messagecode, " +  " usercode, " + " messagedate,  " + " message) VALUES(6,3,06/07/2007,'" + a1 + "')");
    } catch (Exception e) {
      out.println("<font color=red><h3>Hiba:</h3></font>" + e);
      e.printStackTrace();
    } finally {
      try {
        if (stmt!=null) {
          stmt.close();
        if (con!=null) {
          con.close();
      } catch (Exception e) {
        e.printStackTrace();
    %>
    <a href="forum.jsp">Forum / Uj hozzaszolas</a>
    <a href="userlist.jsp">Felhasznalok kilistazasa</a>
    <a href="adduser.jsp">Felhasznalo hozzadasa</a>
    <a href="deletemessage.jsp">Hozzaszolas torlese</a>
    <br><br>---
    Thank you for your help in advance.

    SELECT DISTINCT
    hou.name
    ,poh.segment1 po_num
    ,pol.line_num po_line_num
    ,poh.currency_code
    --,trunc(poh.creation_date) po_creation_date
    ,pol.cancel_flag
    ,msi.segment1 item_num
    ,pol.unit_price
    ,round(cost.item_cost,5)
    ,round((&p_rate * pol.unit_price),5) "CONVERSION"
    ,(cost.item_cost - round((&p_rate * pol.unit_price),5)) difference
    ,pov.vendor_name
    FROM
    po.po_headers_all poh
    ,po.po_lines_all pol
    ,po.po_vendors pov
    ,hr.hr_all_organization_units hou
    ,inv.mtl_system_items_b msi
    ,bom.cst_item_costs cost
    WHERE
    poh.po_header_id = pol.po_header_id
    and pov.vendor_id = poh.vendor_id
    and poh.org_id = hou.organization_id
    and hou.organization_id = :p_operating_unit
    and poh.currency_code = :p_currency
    and poh.creation_date between :po_creation_date_from and :po_creation_date_to
    and poh.type_lookup_code = 'BLANKET'
    and msi.inventory_item_id = pol.item_id
    and cost.INVENTORY_ITEM_ID = pol.ITEM_ID
    --and (cost.item_cost - pol.unit_price) <> 0
    and (cost.item_cost - round((&p_rate * pol.unit_price),5)) <> 0
    and cost.organization_id = 1
    and msi.organization_id = 1
    and cost.cost_type_id = 3 --- Pending cost type
    and nvl(upper (pol.closed_code),'OPEN') not in('CANCELLED', 'CLOSED', 'FINALLY CLOSED', 'REJECTED')
    and nvl(upper (poh.closed_code),'OPEN') not in('CANCELLED', 'CLOSED', 'FINALLY CLOSED', 'REJECTED')
    and nvl(pol.cancel_flag, 'N') = 'N'
    and &p_rate user parameter
    I want this p_rate to be passed as a user parameter.

  • Input Form issue

    Hi,
    I have created one input form in which products and the accounts members are coming in rows and 12 months are in columns as below---
    --------------------------Jan Feb Mar......
    SONY - Quantity1
    SONY - Price
    PANASONIC - Quantity2
    PANASONIC - Price
    PHILIPS - Quantity3
    PHILIPS - Price
    Now user1 (belongs to entity1) have access to all products and user2 (for entity2) have access to SONY & PANASONIC. I have implemented the relevant security in Dimensions and forms.
    With the user1 login, I can see the form OK, but when login with user2, the form is looking totally different like below----
    --------------------------Jan Feb Mar......
    Quantity1-SONY
    Quantity2-PANASONIC
    Quantity3-PHILIPS
    Price-SONY
    Price-PANASONIC
    Price-PHILIPS
    i.e. rows are interchanging their possitions and defeating the purpose of this form.
    I also found that when I give user2 the read-access for PHILIPS then it is showing properly. But in that case, user2 can see the PHILIPS data, which defeat the requirements.
    How to resolve this issue? Any idea/suggestion...
    Thanks & Regards.

    Hi Hung,
    This is not an issue.
    All BS accounts are stored as YTD. Whatever value you see in Mar will be seen in Q1, values in Jun will be same when you look for Q2.
    This is by design behaviour.
    P.S. - BS gives snapshot of company's financial position at a given point of time. Data from previous periods is never summed up unlike PL accounts.
    Regards,
    Ashish

  • Contact Form - Email responsive is blank

    Hello all,
    PHP has been created for an web form:
    the issue is when i complete the form and SEND , i receive the email but its blank i only have this
    Name:
    tel:
    email:
    description:
    here is the PHP
    <?php
    /* Email Variables */
    $emailSubject = 'contactformprocess!'; /*Make sure this matches the name of your file*/
    $webMaster = 'xxxxxxxx';
    /* Data Variables */
    $name = $_POST['name'];
    $email = $_POST['email'];
    $tel = $_POST['tel'];
    $description = $_POST['description'];
    $body = <<<EOD
    <br><hr><br>
    Name: $FormName <br>
    Tel: $Tel <br>
    Email: $FormEmail <br>
    Description: $Description <br>
    EOD;
    $headers = "From: $email\r\n";
    $headers .= "Content-type: text/html\r\n";
    $success = mail($webMaster, $emailSubject, $body,
    $headers);
    /* Results rendered as HTML */
    $theResults = <<<EOD
    <html>
    <head>
    <title>sent message</title>
    <meta http-equiv="refresh" content="3;xxxxxxxxxxxxxx/contact.html">
    <style type="text/css">
    <!--
    body {
    background-color: #666
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #fec001;
    text-decoration: none;
    padding-top: 200px;
    margin-left: 150px;
    width: 800px;
    -->
    </style>
    </head>
    <div align="center">Thank you for your interest! Your message has been successfully sent and we will get back to you shortly! </div>
    </div>
    </body>
    </html>
    EOD;
    echo "$theResults";
    ?>
    this is the contact.html
    <form action="contactformprocess.php" method="post" enctype="text/plain" name="form1" id="form1">
              <table width="473" height="322" border="0">
                <tr>
                  <td width="86" height="61"><label for="Name"> Name</label></td>
                  <td width="377"><span id="sprytextfield1">
                  <input name="Name" type="text" id="Name" size="35" maxlength="90" />
                  <span class="textfieldRequiredMsg">A value is required.</span></span><br /></td>
                </tr>
                <tr>
                  <td height="60"><label for="Tel">Tel</label></td>
                  <td><span id="sprytextfield2">
                  <input name="Tel" type="text" id="Tel" size="35" maxlength="11" />
                  <span class="textfieldRequiredMsg">A value is required.</span></span></td>
                </tr>
                <tr>
                  <td height="49"><label for="Email">Email</label></td>
                  <td><span id="sprytextfield3">
                  <input name="Email" type="text" id="Email" value="" size="35" />
                  <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></td>
                </tr>
                <tr>
                  <td><label for="Description">Description</label></td>
                  <td><span id="sprytextarea1">
                    <textarea name="Description" id="Description" cols="35" rows="5"></textarea>
                  <span class="textareaRequiredMsg">A value is required.</span></span></td>
                </tr>
                <tr>
                  <td><label for="Submit"></label>
                  <input type="reset" name="Reset" id="Submit" value="Reset" /></td>
                  <td><label for="Reset:"></label>
                  <input type="submit" name="Reset:" id="Reset:" value="Send Email" /></td>
                </tr>
              </table>
            </form>
    can anybody tell me what is wrong with the php or the form.
    thank you

    /* Data Variables */
    $name = $_POST['name'];
    $email = $_POST['email'];
    $tel = $_POST['tel'];
    $description = $_POST['description'];
    $body = <<<EOD
    <br><hr><br>
    Name: $FormName <br>
    Tel: $Tel <br>
    Email: $FormEmail <br>
    Description: $Description <br>
    NONE of your populated variables match the variables you are using in the email body so of couse it can not work. Variables must match exactly and PHP variable names are case sensitive. I'll guess that you mean to do this:
    $body = <<<EOD
    <br><hr><br>
    Name: $name <br>
    Tel: $tel <br>
    Email: $email <br>
    Description: $description <br>

  • Creation of input form without basemembers

    Hi,
    We are on SAP BPC NW10,SP10.
    Last week we faced a data loss issue in production system.How ever we could recover as we had backups for the data.
    Now analyzing the root cause for the data loss.During the suspected period there were no "Clear" or "Copy" jobs.
    Checked the logs for these process chains in BW back end and in UJFS as well.There are no exact logs in SM37 also.
    So we are assuming that data was not cleared with (Clear and Copy)DMPs.
    Only possibility I am assuming is some users might have cleared the data with input forms accidentally.
    But this is huge data(around 25,000 entries)which is not accepted by the management.
    Is there any other possibility for data loss?
    Can we clear the data on higher nodes in input forms?
    (I mean if we select top node Organization and top node Term,any functionality or Macro can clear the data for base members?)
    Thanks for anticipated help,
    Manohar
    NB:Audit logs are not turned on as they are consuming lot of space.

    Hi Manohar,
    It looks bit strange to me that Audit logs are not turned on.
    As s practice it is  advised to turn on the Audit logs at least in Production system.
    please cross check in UJD_STATUS table for the suspected period.
    "Audit logs are not turned on as they are consuming lot of space."--  It is advised to archive the data Audit logs by setting the frequency of purge  so that the performance will be improved while you query the audit logs.
    Thanks,
    Dinesh.V

  • I requested a repair, but there was an error after clicking the button with my credit card info. I was still charged, but the form email I received the next day had incorrect info about my iPod Touch problem. How can I contact CS w/o paying $19?!

    My iPod Touch battery is not working. I requested a repair through the Apple Support. On the final page, when I clicked the button that puts the info through with your credit card number, the resulting page gave an error (I wish I'd have saved it!). Anyhow, I checked my credit card and it was charged, so I assumed the repair request went through. The next day I received a form email saying my problem was with "Sync with iTunes (Not iCloud) - Data Backup/Migration (not iCloud)" instead of the battery repair. It also says for iPod customers, to send your iPod to Apple - but I had requested the "iPod Coffin" to be mailed to me so I could send it back. Obviously there was an error between the request and what was received, so I'd like to ask Customer Service about it. However, I can't find a way to contact them. When I replied to that form email, I recieved an automated reply saying emails there were not read. Anything online asks me to pay $19 and I don't have the correct issues to request an exception. The closest store is over an hour away or I'd simply go there to ask. What can I do?! Any suggestions you have are much appreciated. Thank you!
    PS - The form email also says if I wait 10 days the repair request will be canceled. Does this mean my credit card will be refunded for the $85 battery replacement charge if it is canceled automatically?

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • JDev10g and ADF/Struts input form errors

    I followed a demo for creating an input JSP form from Business Components. However, although I can create and run a report or read-only form without a problem, I cannot create and run an input form at all as I keep getting the following error:
    javax.servlet.jsp.JspException: No getter method for property FirstName of bean org.apache.struts.taglib.html.BEAN
         at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:968)
    Any ideas?

    Justin,
    This usually happen because the data binding called FirstName cannot be found in the binding container associated your JSP.
    The binding container associated with your page is most likely the name of your page with UIModel.xml.
    You can see the list of bindings available in the binding container by selecting the DataBinding.cpx file in the Navigator and look at the Struture Pane.
    The FirstName binding might not be thre of the wrong binding container may be associated with the page.

  • Preventing input form from showing existing record

    Hello,
    I'm creating a series of web pages to collect info from a user. On the first page, create.jsp, I have a CommandLink bound to the Create binding action. It forwards to the input form on its own page, form.jsp. The defaults (sequence number, creation date) from the model layer appear nicely in the form. If the user follows the page flow, the record is committed and everything is swell.
    The problem is that users can enter "form.jsp" directly into their location bar in their web browser, and the input page will display the first record in the table. I cannot use an authorization scheme to prevent access because any general user of the web should be able to input their info. (In other words, you can't be logged-in before creating your login.)
    How can I disable this? Or, is there a hook in the processing lifecycle that I can use to determine if a user has created a new row before displaying the input form?
    I'm using JDev 10.1.3 production, ADF Faces, ADF BC.
    Thanks,
    -Anthony

    I figured this out myself, actually this was quite simple.- just set the 'immediate' property on the component (button) to 'true'.

  • Error in Simple Input Form Example for CE 7.1?

    Hi @,
    I am trying to execute Simple Input form example in sdn for CE 7.1. But its not working as per the functionality.
    Can anyone suggest what is the issue ?
    Regards,

    hi,
    This particular example is given in the sdn and is for ce 7.1 but its not working .
    Regards

  • Send an input form via CFMAIL?

    I've created an input form (radio buttons, text input) on our site that uses CFMAIL to send the results to the business, then updates our SQL DB. The user/client gets to the form by clicking on a survey link in an email sent to them.
    Now, I've been asked to include the actual input form in the email sent to the user so that the user fills out the input form inside the HTML email instead of clicking on the survey link to get to the site.
    I'm a bit confused as I haven't seen much helpful information on this topic. If the user has HTML enabled on their email client, and if I validate the data coming in, can this work? Is there anything else I should be aware of as far as Coldfusion is concerned?

    Try it from your own email client.
    Things to be aware of.
    You can't use any cold fusion tags on the form.
    It might not work with lotus notes because that converts html to rich text.

  • JSP parameter form question...Please Urgent..

    Hi,
    Can I use JSP parameter form to the Paper report.
    Like calling the paper report URL in the action=<" "> by passing the values selected in the jsp param form to the parameters in the paper report URL ?
    Please give me the code.
    Please help me. Its very urgent.
    Thanks alot.
    Priya.

    you just have to define the report user parameters with the same name you use in the JSP parameter form and setting the action attribute of the Form tag like that(calling rwservlet) action="rwservlet" & method="get", then all form inputs will be concatenated to the rwservlet call and passed as parameters to the report.
    thx.

  • Make an input form in pdk-struts

    Hi
    I have an application that uses ADF BC4J as model and jsp as view. One of the pages has an master/detail input from.
    I have installed struts-pdk and I can build and deploy simple text pages, which are visible as portlets in the portal. Linking between these pages, within the application also works.
    How can I make an input form(either using struts-pdk or something else!) in the portal???
    And how do I combine the input form to my existing ADF model???

    You need to start with a table in a sheet that has some columns with headers  Once you create a new tab you can then create an input form for the table. This is in Numbers for iOS, not Mac OS X.

Maybe you are looking for

  • HDMI to Mini Display Port not working?!?!

    Hi, I use my macbook Air (latest one with mini display port) to watch movies on my TV. I use a hdmi to mini display port adapter cable which worked perfect for about 6 months. Yesterday, I plugged my mac in and nothing appeared. I have no idea why- n

  • When using Google to search the results are displayed so small I cannot read them. This just started today.

    Today when I was searching with Google. The display of the results started getting smaller and smaller, right before my eyes, and I could not stop it, and I was doing nothing, but reading the screen. I cannot find anything to tell me how to get the l

  • Apple TV Latest upgrade is buggy help!

    I have the latest Apple TV (the little black box) and it has been working so well that I forget that it is there and just rent movies and watch them and never have any problems, well that was until the latest upgrade! Now it is so buggy! Most of the

  • Customer analysis report

    Hi guru, Thanks for all the effort in answering my question on customer analysis, after doing the required config as given by victor it worked, pls the only thing left is that the management wants the report for the period before the config was done,

  • F-04 ( Transfer Postings ) - Reg

    Hi gurus this is ramki Advance Payments through Cash The FBCJ is not permitting to post Spl Gl transactions for Vendors, if iam post that Spl Gl as normal item in FBCJ, how  can i  transfer the entry from normal reconciliation account to Spl Gl Recon