JSF / Struts - I can't see attributes of my form.

Hi,
i've a problem with JSF. I'm using struts in my projects and I need to use a JSF component. So, i integrated JSF & Struts using struts-faces.jar. I converted my jsp file and I succeeded to fill combos but when I submitted form I can't get attributes of my form in action. ( i can see but all of them are null)
Anybody help me?
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="/WEB-INF/struts-faces.tld" prefix="s"%>
<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<%@taglib uri="http://www.ibm.com/jsf/rte" prefix="r"%>
<script>
     function gonder() {
          if ( confirm('E-Postay&#305; göndermek istedi&#287;inizden emin misiniz?') ) {
               document.forms[0].action = "/Admin/admin/testMail.do?method=kurumUygulamaGonder";
               //alert("document.forms[0].elements['_id0:konu'].value : " + document.forms[0].elements['_id0:konu'].value);
               document.forms[0].submit();
</script>
<f:view>
     <body>
     <hx:scriptCollector id="scriptCollector1">
          <s:form action="/admin/testMail" >
               <jsp:include page="/common/header_center.jsp" />
               <center>
               <fieldset style="width: 80%">
                    <table border="0" align="center" id="oddEvenTable" width="98%">
                         <tbody>
                              <tr class="listOddEven">
                                   <td><h:outputText value="Kurum" /></td>
                                   <td><br>
                                        <h:selectManyListbox styleClass="selectManyListbox"
                                   id="kurumlar" value="#{mailForm.kurumlar}" size="7">
                                   <f:selectItems
                                        value="#{selectitems.requestScope.kurumList.kurumAdi.kurumAdi.toArray}" id="selectItems0" />
                              </h:selectManyListbox>
                                   </td>
                                   <td></td>
                                   <td><h:outputText value="Uygulama" /></td>
                                   <td>
                                        <h:selectManyListbox styleClass="selectManyListbox"
                                   id="uygulamalar" value="#{mailForm.uygulamalar}" size="7">
                                   <f:selectItems
                                        value="#{selectitems.requestScope.uygulamaList.uygulamaAdi.uygulamaAdi.toArray}"
                                        id="selectItems1" />
                              </h:selectManyListbox>                         
                                   </td>
                              </tr>
                              <tr class="listOddEven">
                                   <td><h:outputText value="Konu" /></td>
                                   <td colspan="4"><h:inputText id="konu" size="118" value="#{mailForm.konu}"/></td>
                              </tr>
                              <tr class="listOddEven">
                                   <td><h:outputText value="&#304;çerik" /></td>
                                   <td align="center" colspan="4"><r:inputRichText width="702"
                                        height="352" id="content" value="#{mailForm.content}"></r:inputRichText>
                                   </td>
                              </tr>
                              <tr class="listOddEven">
                                   <td colspan="5" align="center" valign="middle">
                                   <hx:commandExButton
                                             type="button" value="Gönder" styleClass="commandExButton"
                                             id="btnKriterlereGoreAra" onclick="gonder()">
                                        </hx:commandExButton>
                                   </td>
                              </tr>
                         </tbody>
                    </table>
               </fieldset>
               </center>
          </s:form>
</f:view>

Settings>Mail, Contacts, Calendars>Show
http://i1224.photobucket.com/albums/ee374/Diavonex/382b7c7505f26ac775b54ce257655 5b4.jpg

Similar Messages

  • Some users can't see attributes in the Query Builder

    Hi.
    I have problem. Some users can't see some of attributes of info-object in the Query Designer. Where is the problem?

    I think you would need to give more details on the problem,
    as <b>some</b> users are not able to see <b>some</b> attributes.
    Do they all share the same profile, what is the distinguishing thing among the some users who can see the attributes and the ones who cannot see the attributes.
    Need to drill down further I guess.
    Cheers
    Anurag

  • Can't see the icons on Forms Server

    Hi
    I have a little, but at the same time great for me.
    I can't see the icons on the Forms Server, and I have translated
    all Icons to Gifs.
    I need re-compile the forms to apply this changes?
    Where I have put the icons? (The correct path on the Alias of
    Apache)
    Thanks and best regards.
    Carlos Hernandez
    Barcelona

    Hi
    I just got my Apache web server running and added the images
    into a folder in the ORACLE_HOME\Apache\Apache folder. Then in
    the httpd.conf file look for where to add an Alias add in your
    Reports virtual path along with the directory and stop and start
    the apache web server then open the forms. Good luck
    -Nina

  • Applications missing from EAS and can't see designated HBR on forms in workspace

    Hi!
    Just finished patching our EPM system;
    11.1.2.1.600: Oracle Hyperion EPM Workspace, HSS and Planning, fusion edition.
    11.1.2.1.103: EAS
    After installing the patches the systems were up and running and everything was just fine until yesterday around noon, when suddenly all of our applications disappeared from EAS.
    At the same time HBR Associated to the different forms was\is nowhere to be seen (in Workspace) when opering the planning forms.
    If I try opening forms in planning (not via WS), I can see all of the HBR associated to the forms, run them and push data back to essbase.
    Regards, Tom L

    We are currently using approximately 25 applications. I can only see the server in EAS, but no apps.
    Also create application is greyed out so it would seem that I don't have the sufficient rights which would be strange due to
    the face that I've got admin rights.
    Regarding HBR we have no problems seeing and running HBR for our classic apps in planning. The problems with HBR is related to WS.
    Thx!

  • Can't see v$session in forms 10g trigger?

    Forms 9.0.4 against 10g database.
    I'm playing around with finding out who has a row locked so I can trap that annoying "could not reserve record" message that just generates calls to me from confused users.
    Anyway in the process of trying different things, I find that when I try to select from v$locked_object or v$session, in either a block level trigger, a program unit or even a library at compile time it fails with "identifier v$locked_object must be declared". It seems forms cannot see the view. I can select from this view just fine via SQL/Plus or Toad with the same ID.
    What gives!? I mean, if I have rights to select from the view why can't I get to it from forms?
    Gary

    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:4515126525609
    Are you sure you know who locked the record? I created a table and inserted some records. 2 were marked for deletion by 2 separate users and a third user also tried to delete one of those records. Then I ran the first query in the metalink article and couldn't differentiate between the 3 records except for username. The other columns in v$locked_record don't help either.
    On heavily used tables you're unlikely to be able to pick out a particular blocking session so you'll have to resort to telling the users that 'someone' is locking their record. So you'll still get the phone calls. The voodoo doll won't actually help but it might make you feel better about it. A healthy cynicism does the trick just as well.
    As for why forms won't compile, I can't help. I assume you are using the same logon credentials?

  • Where can i see all Tax /HR FORMS layout

    Hi everybody,
    I was going through the HR forms that undergone changes with the lates HRSP for year end.
    I could see some forms under SE71 but not all of them.
    EX: I could see
         1. HR_F_w2
         2. HR_F_941PR so on
        Could not see :
       1. HR_F_MMREF_1
       2. HR_F_MMREF_1_ME  so on.
    I am not sure if there is any other place for seeing HR Form layouts.
    Could some one help me out with this.
    Appreciate your help.
    Thanks
    Mamatha

    Hi All,
    At one point while i was going thru tax related stuff, i read that not all forms are shown directly in SE71. some forms are linked to the other forms. In that case we wont be able to see all of them under SE71.
    My question got answered.
    Closing this thread

  • WebUI: user can't see marketing attributes

    Hello,
    some user can see the marketing attributes and other user can't see it. I copied one user, which can't see attributes. If I try it with this user I can see the markting attributes.They have the same settings. Does anybody know, what I can do?
    Thank you in advance.
    Best reagards, Jasmin

    Hi Jasmin,
    maybe a stupid question, but do both users have the same business role?
    if not, is on both roles the assignment block for the Marketing attributes present and open?
    KR,
    Micha

  • JSF Struts Integration Action lost on submit

    Hi All
    I've been tearing my hair out with this one for half a day. I am producing a web app using struts and jsf in conjunction. I have succesfully used the integration library on several pages, so I know the framework is in place. However for the following page I can produce valuechange events and process them on a javascript submit, and perform a quick return render, but when I press the submit button, the action is not forwarded through to struts action.
    The jsp page :
    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces" %>
    <f:view>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <s:html>
    <head>
    <s:base/>
    <title>selectplot.jsp</title>
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    </head>
    <body>
    <s:form action="/redirectSelectSite">
    <table border="0">
    <tr>
    <td>Site Code</td>
    <td><h:selectOneMenu id="siteSelect" value="#{SelectPlotForm.sitecode}" valueChangeListener="#{SelectPlotForm.processSiteChange}" onchange="this.form.submit();">
    <f:selectItems id="siteSelectItem" value="#{SelectPlotForm.sites}" />
    </h:selectOneMenu>
    </td>
    </tr>
    <tr>
    <td>Plot Number</td>
    <td><h:selectOneMenu id="plotSelect" value="#{SelectPlotForm.plotno}" >
    <f:selectItems id="plotSelectItem" value="#{SelectPlotForm.plots}" />
    </h:selectOneMenu>
    </td>
    </tr>
    <tr>
    <td colspan="2" align="center"><h:commandButton id="submit" type="SUBMIT" value="Continue"/></td>
    </tr>
    </table>
    <s:errors/>
    </s:form>
    </body>
    </s:html>
    </f:view>Backing Bean:
    public class SelectPlotForm extends ActionForm {
    // Omitted unwanted detail.
    * @param event
    * @throws AbortProcessingException
    public void processSiteChange(ValueChangeEvent event)
    throws AbortProcessingException {
    if (null != event.getNewValue()) {
    sitecode = ((String)event.getNewValue());
    // Get the list of plots for the new sitecode.
    this.setPlots(ChoicesInterface.getPlotsList(sitecode));
    // Do a quick render response
    FacesContext.getCurrentInstance().renderResponse();
    }struts-config.xml extract
    <action attribute="SelectPlotForm" name="SelectPlotForm" path="/redirectSelectSite" scope="session"
    type="com.millwood.struts.action.RedirectSelectPlot"
    validate="false" input="/selectPlot.faces" >
    <forward name="success" path="/printchoices.faces" />
    </action>and finally the struts action file :
    package com.millwood.struts.action;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import org.apache.struts.config.ForwardConfig;
    import com.millwood.Choices.Web.SelectPlotForm;
    * Redirects the user of the selectPlot page to the appropriate action.
    * @author James Salt
    * @since 0.1
    public class RedirectSelectPlot extends Action {
    public ActionForward execute(
    ActionMapping mapping,
    ActionForm form,
    HttpServletRequest request,
    HttpServletResponse response) {
    SelectPlotForm scf = (SelectPlotForm) form;
    // Construct the foward entity on the fly.
    ForwardConfig fc = new ForwardConfig();
    fc.setName("result");
    fc.setPath(scf.getActionurl()+ ".do?plotno=" + scf.getPlotno() + "&sitecode="+ scf.getSitecode());
    mapping.addForwardConfig(fc);
    return (mapping.findForward("result"));
    }Sorry about the massive posting but I thought it better to provide all the information relevant as currently I am at a bit of a loss.
    I have placed debug points at all the accessible parts of code, but non are triggered, so it must be being bounced in the ActionListener either in Struts or Faces before it tries to get the action.
    Any help would be really, really appreciated.
    Yours thankfully,
    james salt

    Change you action from:
    <s:form action="/redirectSelectSite">
    To:
    <s:form action="/redirectSelectSite.do">
    So that your request gets processed by the Srtuts Controller. Assuming you have *.do mapped to your struts controller in web.xml.

  • Final user's can not see the data due to limited authorization.

    We have created a InfoSet with three info Objects, 0Account, 0Costcenter and 0COMP_CODE. 0Costcenter have an attribute retail location  0RT_LOCATIO.
    0RT_LOCATIO is an authorization relevant object. We as consultants can execute the infoset properly, but final user's with limited authorizations can not see the data because of authorization failier
    We hae several options to solve the issue, deleselect the auth. flag in the infoobject; delete the infoobject from the attributes of the cost center or create an authorization object and assign it to the final user's profile. But we don't want to go that way.
    My question is, is there any way to avoid including this attribute in the infoset definition? We are not using it in the query and we don't need it, so if we could delete it from the infoset (in the same way you add or delete infoobjects from an Infocube) without changing the cost center aster data, we will have our problem solved.
    Does anyone how to do this (if possible)?
    Thanks in advance!

    Just do two things to find the authorization check failed for that user.
    1. Execute SU53 output and find out the authoirzation check failed. If yes, please send that to BASIS Team.
    2. Next one, switch on the authorization trace in ST01 and ask that user to see that data. if the user is failed with authorization issue. switch off the trace in ST01 and find out the issue.
    Do this way, if it is not successful you can go for any other alternate way.
    Hope this would help you.

  • Can not see the details of the task approved in UWL of ESS

    Leave approver can not see the detail of the task approved such as the start and end date of the leave, number of days used, leave quota details of the applicant when he approved it.
    Please give your advises!
    Regards,

    Hi!
    Maybe these attributes are not being shown due to the fact that they might have been specified in the "List of Display Attribute to exclude from Preview/Detail area" attribute of the UWL iview currently being used.
    As you can see in the Help page:
    http://help.sap.com/saphelp_nw70/helpdata/de/0a/ad68c125ae496f8c04a25090bd2e3c/content.htm
    It states the following about this attribute:
    "Enter the names of the attributes which you want to hide from the display in the preview area. These names should be comma separated."
    Maybe for the UWL iview currently being used it has been specified some values for this attribute, and so some information for the items such as the start and end date of the leave (along with the others you have mentioned) are not getting displayed in the preview area.
    Hope this helps!
    Best regards,
    Armando Zaro

  • Can not see long text description of a characteristics in portal

    Hi experts,
    I designed two queries via Query designer and published them to portal but I can not see the the long text description of "Name" attribute belongs to 0BPARTNER characteristics.
    One of the queries shows only the last name of partner in portal while it is showing full name and last name in Bex Analyzer. The other query shows only the key value in both portal and Bex Analyzer.
    I want to see long text description in both queries.
    For an additional information, I'm extracting data from CRM 5.00 to BW 7.00
    What will be the reason for this and how can I solve it?
    Can anyone help me for this issue, it's a kind of emergency situation.

    Hi,
    we have the same problem.
    We want to change <b>only</b> in the screen variable the hierarchy text (from default to long\medium text) but even if there's a possibility to do this, really it doesn't happen anything - it' s possible when you start query, in the selection screen inside every the variable there's a command "User Settings" in which manage what you want to see (I put display custom, as text, medium text).
    I try to do this also in query analizer, selecting variable (hierarchy) and enter in this (user setting), changing in display custom as text - medium text, but even if I save this settings, really doesn't happen anything.
    It seems the system isn't sensitive to this selection...
    By now, if someone has an answer, please write us!
    Thanks in advance,
    Alessandra Mirone

  • How can I see changes in table with insertrow();postchanges()without commit

    Hi friends;
    I use jdeveloper 10.1.3.1 with jheadstart 10.1.3.1.
    I create two view object.In the first page I create table with one view object.
    In the second page I create table (with tableselectmany) with other view.
    I select many rows in second page and in the managed bean,
    I insert selectted rows atributes to first pages tables attributes.
    I use this code.
    public String commandbuttonaction(){
    CoreTable table = this.getTable1();
    Set rowSet = table.getSelectionState().getKeySet();
    Iterator rowSetIter = rowSet.iterator();
    BindingContainer bindings = getBindings();
    DCIteratorBinding pr_dcib = (DCIteratorBinding)
    bindings.get("DeptIterator");
    int i=206;
    while (rowSetIter.hasNext()){
    Key key = (Key) rowSetIter.next();
    pr_dcib.setCurrentRowWithKey(key.toStringFormat(true));
    RowImpl prRow = (RowImpl) pr_dcib.getCurrentRow();
    String AM="model.AppModule";
    String CF="AppModuleLocal";
    ApplicationModule empSvc = Configuration.createRootApplicationModule(AM, CF);
    ViewObject emps = empSvc.findViewObject("EmpsView1");
    Row newEmp = emps.createRow();
    newEmp.setAttribute("Manager",new Number(1));
    newEmp.setAttribute("Department",new Number(1));
    newEmp.setAttribute("Depno",new Number(3));
    emps.insertRow(newEmp);
    try {
    newEmp.validate();
    catch (Exception ex) {
    System.out.println("validate catch");
    try {
    empSvc.getTransaction().postChanges();
    catch (Exception ex) {
    System.out.println("post catch");
    Configuration.releaseRootApplicationModule(empSvc,true);
    i=i+1;
    In this code I only postchanges() in first view and dont want to commit.
    But I cant see changes row in the page .If I press save I see transaction completed succesfully message.
    But in database not insertted any rows.
    If I write commit() after postchanges() code I see rows in the table .But I dont want to commit.Only post
    my changes and if necessary I press save button in page.
    How can I see changes in the page without commit???Thanks for all....

    You should NEVER use statements like this in managed beans:
    ApplicationModule empSvc = Configuration.createRootApplicationModule(AM, CF);
    This will create a separate application module instance, not shared by the the web pages. That's why you do not see the changes.
    Instead, you can use the following code:
    ApplicationModule am = (ApplicationModule)JsfUtils.getExpressionValue("#{data.MyAppModuleDataControl.dataProvider}");
    where MyAppModuleDataControl shoud be replaced with the name of your am data control.
    Steven Davelaar,
    JHeadstart Team.

  • Help! I Can't See My Web Page!

    Good evening fellow Dreamweaver users,
        I recently tried centering one of my web pages using a code that I received from Nadia for another one of my pages.  The code worked for that page, but when I entered it into my second page it didn't work.  I deleted the code from my second page, but now I can't see it when I go to test it in my browser.  All I see is a blank white page.  I'm in dire need of some help.  Yes, I am an amateur and I'm sorry if my questions are bothering some of you. However, I'm trying to learn this stuff, but I get confused on where and how to place the coding and now I have messed up and don't know what to do to fix it.  I would appreciate it if someone could help me get my page to be auto-centered and show up again when I test it in my browser.  Below is the current coding for my page.  Thank you.
    AMMOCAN
    <style type="text/css">
    <!--
    body {
         background-image: url(assets/effects/background.jpg);
    body,td,th {
         color: #FFFFFF;
    .style2 {
         font-size: 36px;
         color: #000000;
    .style12 {
         color: #000000;
         font-size: 18px;
    .style13 {color: #000000; font-size: 24px;
    .style15 {color: #000000; font-size: 16px; }
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body bgcolor="#64748B" onLoad="MM_preloadImages('assets/effects/button_4.gif','assets/effects/button_6.gif','assets/effects/button_8.gif','assets/effects/button_10.gif','assets/effects/button_3.gif')">
    <table width="1232" border="0" cellpadding="0" cellspacing="0">
         <td colspan="6" nowrap="nowrap" background="assets/effects/background_1.png"><img src="mm_spacer.gif" alt="" width="15" height="1" border="0" />       <div align="center"><span class="style2"> Welcome To Ammocan's Graphic Design Portfolio</span><span class="tagline"><img src="assets/effects/branding_design_1.png" alt="branding_design" name="branding_design" width="456" height="146" align="absmiddle" id="branding_design" /></span></div></td>
         </tr>
         <td colspan="6" background="assets/effects/background_1.png"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
         </tr>
         <td colspan="6" background="assets/effects/background_4.jpg"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
         </tr>
          <td colspan="6" nowrap="nowrap" background="assets/effects/background_4.jpg"><div align="center"><a href="the_designer.html" target="_top" onClick="MM_nbGroup('down','group1','the_designer','assets/effects/button_4.gif',1)" onMouseOver="MM_nbGroup('over','the_designer','assets/effects/button_4.gif','assets/effects/button_4.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_4.gif" alt="the_designer_button" name="the_designer" hspace="70" border="0" align="absmiddle" id="the_designer" onload="MM_nbGroup('init','group1','the_designer','assets/effects/button_3.gif',1)" /></a>        <a href="design_and_color.html" target="_top" onClick="MM_nbGroup('down','group1','designs','assets/effects/button_6.gif',1)" onMouseOver="MM_nbGroup('over','designs','assets/effects/button_6.gif','assets/effects/button_6.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_5.gif" alt="design_button" name="designs" hspace="75" border="0" align="absmiddle" onload="" /></a>        <a href="resume.html" target="_top" onClick="MM_nbGroup('down','group1','resume','assets/effects/button_8.gif',1)" onMouseOver="MM_nbGroup('over','resume','assets/effects/button_8.gif','assets/effects/button_8.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_7.gif" alt="resume_button" name="resume" hspace="75" border="0" align="absmiddle" onLoad="" /></a> <a href="contact.html" target="_top" onClick="MM_nbGroup('down','group1','contact','assets/effects/button_10.gif',1)" onMouseOver="MM_nbGroup('over','contact','assets/effects/button_10.gif','assets/effects/button_10.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_9.gif" alt="contact_button" name="contact" hspace="75" border="0" align="absmiddle" onLoad="" /></a></div></td>
          </tr>
         <td colspan="6" background="assets/effects/background_4.jpg"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
         </tr>
         <td colspan="6" background="assets/effects/background_3.png"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
         </tr>
         <td height="598" colspan="3" valign="top" background="assets/effects/background_3.png"><div align="center"><img src="assets/effects/ammocan_pic.jpg" alt="photo_of_ammocan" name="ammocan" width="333" height="351" border="0" align="bottom" id="ammocan" /><br />
           </div>
             <p align="center" class="style13">AMMOCAN</p>
          <p align="center" class="style12">&quot;The Designer&quot;</p></td>
         <td width="883" valign="top" background="assets/effects/background_3.png"><table width="786" height="517" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="786" height="54" class="pageName"><p align="center" class="style13">About Ammocan</p></td>
          </tr>
          <tr>
            <td height="463" class="bodyText"><p><span class="style15">I'm from Oakdale, CA, but I now reside in Stockton, CA. I moved to Stockton in the summer of 2008 to be closer to San Joaquin Delta College, which is where I started my higher education in becoming a Graphic Designer. I will be finishing my higher education in Stockton at the University of the Pacific with a BFA in Graphic Design. I first realized my potential as an artist through my computer aided drafting and architecture courses in high school. I really enjoy coming up with creative ideas and then bringing those ideas to life using many different types of media. <br>
                  <br>
                  In 1996 I enlisted into the U.S. Army's delayed entry program. In 1997 I graduated high school and left Oakdale to go to my first duty station after I finished my military occupation specialty training. The military has allowed me to see other parts of this country and world, which enhanced my &quot;out of the box&quot; way of thinking. The military also helped enforce the great skills and values that I had learned growing up in a family full of military service members (i.e. discipline, teamwork, and professionalism). In the military my occupation specialty was an Infantry Team Leader, which is highly demanding both physically and mentally. Although the nature of my job in the military took a lot of intelligence the physical demands of the job was the dominant attribute. After ten years of honorable service my body could no longer take the physical demand of being an Infantry soldier. In 2007 I was given an honorable disability discharge from the military. This was the catalyst that got me started on the path of pursuing a career that would allow me to utilize my creative thinking skills, as well as the skills and attributes I developed through my years in the military.<br>
                  <br>
                  During my exploration in higher education in 2007 at San Joaquin Delta College I came across their Graphic Arts Program. I instantly fell in love and have not turned back. I feel fortunate and blessed to have found myself on a career path towards becoming a Graphic Designer. My strongest skill set is my creative &quot;out of the box&quot; thinking skills and this type of media allows me to not only bring my ideas to life, but the ideas of others. I couldn't ask for a better career for myself than having a career that is both challenging and constantly evolving.</span><br>
      <br>
            </p></td>
          </tr>
        </table>
           <br />
         <br />
            <br />
          <br />     </td>
         <td width="4" background="assets/effects/background_3.png"> </td>
         <td width="4" background="assets/effects/background_3.png"> </td>
      </tr>
         <td height="97" colspan="6" background="assets/effects/background_1.png"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
      </tr>
         <tr>
         <td width="17" height="36"> </td>
         <td width="316"> </td>
         <td width="8"> </td>
         <td width="883"> </td>
         <td width="4"> </td>
         <td width="4"> </td>
      </tr>
    </table>
    </body>
    </html>

    Good morning Nadia,
        I apologize for it taking me so long to respond back to you, but I have been quite busy with trying to prepare for my Fall semester college transfer.  After copying and pasting your revised code I still couldn't see my page when I viewed it through my browser.  However, the code for centering the page worked in Dreamweaver, so I decided to start over by using the code you gave me to center the page as a template.  After achieving this enormous task I now have a centered web page that is viewable in my browser.  I want to let you know that I'm very appreciative and thankful for your help, as I was really stuck in a bad spot.  Even though I have taken a web design course and have read a few books I still find myself having trouble with fully understanding how to correctly implement the coding in Dreamweaver, which I feel is a key part in becoming a great web designer.  I have pasted the new code for the page below in case you wanted to check it out.
    <!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">
    <!-- DW6 -->
    <head>
    <!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
    <title>The Designer</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="mm_training.css" type="text/css" />
    <style type="text/css">
    <!--
    body {
         background-image: url(assets/effects/background.jpg);
    -->
    #maintable {
         width: 980px;
         margin: auto auto;
    .style7 {
         font-size: 30px;
         font-weight: bold;
    .style8 {
         font-size: 20px
    .style16 {font-size: 9px}
    .style17 {
         color: #000000;
         font-size: 16px;
    .style18 {font-size: 24px}
    a:link {
         color: #000000;
         text-decoration: none;
    a:visited {
         color: #BB0000;
         text-decoration: none;
    a:hover {
         color: #00BB00;
         text-decoration: underline;
    a:active {
         text-decoration: none;
    .style21 {
         font-size: 18px;
         font-weight: bold;
    .style24 {font-size: 16px}
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body bgcolor="#64748B" onload="MM_preloadImages('assets/effects/button_3.gif','assets/effects/button_4.gif','assets/effects/button_6.gif','assets/effects/button_8.gif','assets/effects/button_10.gif')">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="maintable">
         <tr bgcolor="#26354A">
         <td width="15" nowrap="nowrap" background="assets/effects/background_6.png"><img src="mm_spacer.gif" alt="" width="15" height="1" border="0" /></td>
         <td height="70" colspan="3" nowrap="nowrap" background="assets/effects/background_1.png" class="logo"><div align="left"><span class="style7">Welcome To Ammocan's Graphic Design Portfolio</span><span class="tagline"> <img src="assets/effects/branding_design_1.png" alt="branding_logo" width="326" height="146" align="absmiddle" /></span></div></td>
         <td width="40" background="assets/effects/background_6.png"> </td>
         <td width="100%" background="assets/effects/background_1.png"> </td>
         </tr>
         <tr bgcolor="#FF6600">
         <td colspan="6" background="assets/effects/background_4.png"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
         </tr>
         <tr bgcolor="#D3DCE6">
         <td colspan="6" background="assets/effects/background_4.png"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
         </tr>
         <tr bgcolor="#FFCC00">
          <td width="15" nowrap="nowrap" background="assets/effects/background_7.png"> </td>
          <td width="705" height="24" colspan="3" background="assets/effects/background_4.png"> <div align="right"><a href="the_designer.html" target="_top" onclick="MM_nbGroup('down','group1','the_designer','assets/effects/button_4.gif',1)" onmouseover="MM_nbGroup('over','the_designer','assets/effects/button_4.gif','assets/effects/button_4.gif',1)" onmouseout="MM_nbGroup('out')"><img src="assets/effects/button_4.gif" alt="Navigation button linking to the designer page" name="the_designer" width="90" height="90" border="0" align="absmiddle" id="the_designer" onload="MM_nbGroup('init','group1','the_designer','assets/effects/button_3.gif',1)" /></a>        <a href="designs.html" target="_top" onclick="MM_nbGroup('down','group1','designs','assets/effects/button_6.gif',1)" onmouseover="MM_nbGroup('over','designs','assets/effects/button_6.gif','assets/effects/button_6.gif',1)" onmouseout="MM_nbGroup('out')"><img src="assets/effects/button_5.gif" alt="Navigation button linking to the designs page" name="designs" width="90" height="90" hspace="125" border="0" align="absmiddle" onload="" /></a>        <a href="resume.html" target="_top" onClick="MM_nbGroup('down','group1','resume','assets/effects/button_8.gif',1)" onMouseOver="MM_nbGroup('over','resume','assets/effects/button_8.gif','assets/effects/button_8.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_7.gif" alt="Navigation button linking to the resume page" name="resume" width="90" height="90" border="0" align="absmiddle" onLoad="" /></a> <a href="contact.html" target="_top" onClick="MM_nbGroup('down','group1','contact','assets/effects/button_10.gif',1)" onMouseOver="MM_nbGroup('over','contact','assets/effects/button_10.gif','assets/effects/button_10.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/effects/button_9.gif" alt="Navigation button linking to the contact page" name="contact" width="90" height="90" hspace="110" border="0" align="absmiddle" onLoad="" /></a></div></td>
          <td width="40" background="assets/effects/background_7.png"> </td>
          <td width="100%" background="assets/effects/background_4.png"> </td>
      </tr>
         <tr bgcolor="#D3DCE6">
         <td colspan="6" background="assets/effects/background_4.png"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>
         </tr>
         <tr bgcolor="#FF6600">
         <td colspan="6" background="assets/effects/background_7.png"><img src="mm_spacer.gif" alt="" width="1" height="4" border="0" /></td>
         </tr>
         <tr bgcolor="#D3DCE6">
         <td width="230" colspan="2" valign="top" background="assets/effects/background_3.png" bgcolor="#26354A"><div align="center"><img src="assets/effects/ammocan_pic.jpg" alt="Home Page Image" name="ammocan" width="333" height="351" border="0" id="ammocan" /><br />
           </div>
           <table border="0" cellspacing="0" cellpadding="0" width="334">
              <tr>
              <td width="230" class="sidebarText" id="padding"><div align="center">
                <p><span class="style8">AMMOCAN</span><br />
    &quot;The Designer&quot;</p>
                <p><a href="mailto:[email protected]">[email protected]</a><a href="http://www.yahoo.com"></a><br />
       <br />          
                  </p>
              </div></td>
              </tr>
         </table>     </td>
         <td width="50" valign="top" background="assets/effects/background_3.png"><img src="mm_spacer.gif" alt="" width="50" height="1" border="0" /></td>
         <td width="440" valign="top" background="assets/effects/background_3.png"><table border="0" cellspacing="0" cellpadding="0" width="541">
          <tr>
            <td width="541" class="pageName"><p align="center" class="style18">About The Designer</p></td>
          </tr>
          <tr>
            <td class="bodyText"><p><span class="style16"><span class="style17">I'm from Oakdale, CA, but I now reside in Stockton, CA. I moved to Stockton in the summer of 2008 to be closer to <a href="http://www.sjdccd.cc.ca.us/">San Joaquin Delta College</a>, which is where I started my higher education in becoming a Graphic Designer. I will be finishing my higher education in Stockton at the <a href="http://web.pacific.edu/">University of the Pacific</a> with a BFA in Graphic Design. I first realized my potential as an artist through my computer aided drafting and architecture courses in high school. I really enjoy coming up with creative ideas and then bringing those ideas to life using many different types of media. <br />
                        <br />
              In 1996 I enlisted into the U.S. Army's delayed entry program. In 1997 I graduated high school and left Oakdale to go to my first duty station after I finished my military occupation specialty training. The military has allowed me to see other parts of this country and world, which enhanced my &quot;out of the box&quot; way of thinking. The military also helped enforce the great skills and values that I had learned growing up in a family full of military service members (i.e. discipline, teamwork, and professionalism). In the military my occupation specialty was an Infantry Team Leader, which is highly demanding both physically and mentally. Although the nature of my job in the military took a lot of intelligence the physical demands of the job was the dominant attribute. After ten years of honorable service my body could no longer take the physical demand of being an Infantry soldier. In 2007 I was given an honorable disability discharge from the military. This was the catalyst that started me on the path of pursuing a career that would allow me to utilize my creative thinking skills, as well as the skills and attributes I developed through my years in the military.<br />
              <br />
              During my exploration in higher education in 2007 at Delta College I came across their Graphic Arts Program. I instantly fell in love and have not turned back. I feel fortunate and blessed to have found myself on a career path towards becoming a Graphic Designer. My strongest skill set is my creative &quot;out of the box&quot; thinking skills. Being a Graphic Designer allows me to not only bring my ideas to life, but the ideas of others. I couldn't ask for a better career for myself than having a career that is both challenging and constantly evolving.</span><br />
              <br />
            </span> </p></td>
          </tr>
        </table>
           <br />
         <br />      <br />
          <br />     </td>
         <td width="40" background="assets/effects/background_3.png"> </td>
         <td width="100%" background="assets/effects/background_3.png"> </td>
         </tr>
         <tr bgcolor="#D3DCE6">
         <td height="54" colspan="6" background="assets/effects/background_1.png"><div align="center" class="style21">
           <div align="center"><span class="style24">Copyright © 2009 ≈ <a href="http://www.myspace.com/ammo_can">2 Drops In A Bucket Graphx</a> | Ammocan ≈ <a href="index.html">Home</a> | <a href="the_designer.html">The Designer</a> | <a href="designs.html">Designs</a> | <a href="resume.html">Resume</a> | <a href="contact.html">Contact</a></span> </div>
         </div></td>
      </tr>
         <tr>
         <td width="15"> </td>
         <td width="215"> </td>
         <td width="50"> </td>
         <td width="440"> </td>
         <td width="40"> </td>
         <td width="100%"> </td>
         </tr>
    </table>
    </body>
    </html>

  • Can't see files in document / downloads folder on dmg disk image

    So my last update OSX 10.6.8 crapped out and i couldnt boot the system anymore... So i decided to install a new system, before i did that i backed up my whole HDD with disk utility into a compressed DMG file. I went ahead and installed OSX 10.7 new mounted the DMG file, problem is i can't see any files in my document or in my downloads folder anyone has a solution for this or know what causes this problem. Please let me know.

    A warm welcome to the forums Sue!
    The Finder is a bit lackadaisical about updating itself, you can click back & forth enough times, closing folders, opening folders and eventually it'll be in touch, or you can try something like "A Better Finder Attributes", for it's "force the Finder to update stale information about your files" feature.
    http://www.versiontracker.com/dyn/moreinfo/macosx/18736
    Possibly this would help too, but haven't tried it...
    http://www.finderpop.com/

  • Can't see the raster image in query model

    Hi,
    In RasterId model, I can see the raster image, the request XML is:
    <themes>
    <theme name="geor_theme" >
    <jdbc_georaster_query
    jdbc_srid="999999"
    datasource="scott"
    georaster_table="city_images"
    georaster_column="image"
    raster_id="1"
    raster_table="city_images_rdt"
    raster_pyramid="0"
    raster_bands="0,1,2"
    asis="false">
    </jdbc_georaster_query>
    </theme>
    </themes>
    But in query model, I can't see it, the request XML is :
    <themes>
    <theme name="geor_theme" >
    <jdbc_georaster_query
    georaster_table="city_images"
    georaster_column="image"
    raster_bands="0,1,2"
    jdbc_srid="999999"
    datasource="scott"
    asis="false"> select image from city_images where image_id=1
    </jdbc_georaster_query>
    </theme>
    </themes>
    Is there some attribute wrong?
    Thanks for your help
    a-Li

    Hi a-Li,
    to set the logging level to "finest" in MapViewer.
    1) Edit the configuration file mapViewerConfig.xml located in MapViewer's WEB-INF/conf directory. Uncomment the Logging Settings section and update the parameter log_level to finest.
        <logging log_level="finest" log_thread_name="false"
                 log_time="true">
           <log_output name="System.err" />
           <log_output name="../log/mapviewer.log" />
        </logging>2) Save the configuration file and restart MapViewer.
    3) Got to MapViewer's web admin page and add the data source to your data.
    4) Go to MapViewer's request web page and execute you request. You should see the log results in the console where you started OC4J (assuming you are using the standalone OC4J). Post the log.
    Joao

Maybe you are looking for