Using Design-Time API problems

I've been using the design time API to create an effect similar to that achieved in the examples section of the User guide for the HtmlDataTable. I'm not having any luck with my beanCreatedSetup method. I've done simething similar to the example and have created DesignBeans as table columns but in my examplecode the JSP code is not correct. In the JSP none of the children elements appear as children of the table,. I'm passing in the correct parent design bean when I call createBean, so I'm not sure what I'm doing wrong.
My code is pretty much the same as in the example.
Any ideas would help. Or a look at the complete source to HtmlDataTableDesignInfo.
Don

I was looking for a more immediate response to this specific problem, the other thread was a request for better examples in the docs. They are related, a complete example could solve my problem, but I'm nore sure there isn't a problem with the createBean() call. No matter what I do, I can't create a bean for component that get's persisted as a child component of a parent. In this case the parent DesignBean is derived from HtmlTableData and I'm trying to add children DesignBeans that are columns. After adding them they are persisted into the jsp page but not as children of the table component.
Don

Similar Messages

  • Create Adobe Form using Design Time for Processes and Forms

    Hi all,
    I am trying to create a form that have 3 fields:
    1. pernr
    2. ename
    3. effective_date
    I done all the necessary setup of BADI ,class, interface and form.
    I need the step to step guide where you create the adobe form using the Design Time for Processes and Forms. Anyone have any idea?
    Edited by: Siong Chao on Jan 3, 2011 4:54 AM
    Edited by: Siong Chao on Jan 3, 2011 5:00 AM

    Hi,
    I couldn't get to your query..
    What do you mean by step by step procedure for a design time & process for forms.
    if you are a beginner and looking for basic examples to implement adobe forms there are lot of them in SDN, please search them.
    let me know if your query was a very specific one.
    Cheers,
    Sai

  • Using External HD connected to Airport to use for Time Machine - Problems

    Hello,
    I have an Airport Extreme (1 USB port on back) and want to use an external HD as the Time Machine. Originally I had the HD connected to the Airport and just using as storage. We have 2 Macbook Pros and both could see this HD when used this way.
    I have since decided to use the HD as a dedicated Time Machine storage device (my MacBook crashed). I was instructed to reformat HD (which I did) and plug into each laptop to initialize the Time Machine (which I did). Both laptops saw the HD and did a backup.
    Unfortunately when I went and plugged the HD back into the Airport it was not reconized by either laptop and I could not initialize Time Machine (TM did not "see" the HD as the storage device.
    I can still plug the HD into each laptop and it will do a backup but would like to get this conected so it is automatic.
    Both laptops have Snow Leopard installed
    Any thoughts or suggestions?
    Thx
    Jim

    Sorry, the older "round" (looks like a flying saucer) AirPort Extreme cannot support a hard drive. It will only support a compatible printer at the USB port.
    You need the "square" AirPort Extreme to be able to connect a hard drive at the USB port. It looks like this AirPort Extreme. Or, do you mean to say that you have this model?
    Message was edited by: Bob Timmons

  • Using Designer 6i API/Views

    Hello,
    Can anyone please tell me what the Designer 6i equivalent of this Designer 6.0 query on the repository is:
    SELECT citd.name
    FROM ci_application_systems cias,
    ci_table_definitions citd
    WHERE citd.application_system_owned_by = cias.id
    AND cias.name = '&&application_name'
    AND cias.version = &&application_version
    When run from SQL*Plus against Designer 6.0 it produces a list of tables in the server model for a specific version of an application. I would like to do the same thing in Designer 6i.
    Thanks
    Ian

    Ian,
    Join with sdd_folder_members to get a link between table and application systems:
    SELECT citd.name
    FROM ci_application_systems cias,
    sdd_folder_members mem,
    ci_table_definitions citd
    WHERE mem.folder_reference = cias.id
    AND mem.object_reference = citd.id
    AND cias.name = '&&application_name'
    If you want to exclude shortcuts (formerly known as shares), add: AND mem.ownership_flag = 'Y'
    Note that ci_application_systems does not have a version column anymore, because in Designer 6i every object is versioned and that is recorded in a different way.
    If you perform the above query without a workarea context, you will get all versions of the application system and all versions of the tables. The best way to avoid this is to first set a workarea context with the following command:
    (execute) jr_context.set_workarea('&&workarea_name');
    Then (in the same session) perform your query. The workarea context will ensure that the ci_views only contain those versions that are in the workarea, that is at most one version per object.
    Hope this helps,
    Sandra

  • Using resouce bundle at design time in Jdeveloper???

    Hi Guys
    Did any one use Design time environment of JDeveloper....
    If anyone knows how to edit components which has resouce bundle in the Java visual Editor of Jdeveloper.
    Thanks in Advance...

    Hi Guys
    Did any one use Design time environment of JDeveloper....
    If anyone knows how to edit components which has resouce bundle in the Java visual Editor of Jdeveloper.
    Thanks in Advance...

  • Designer Table APIs

    Hi All,
    Anybody has done projects using Designer Table APIs? We are currently in dilemma if we would implement the Table API or just create our own database triggers. We'll be deploying oure application thru 9iAS.
    What are the advantage and disadvantages with the Table APIs?
    Any feedback would be highly appreciated.
    TIA,
    Remar

    I have recently completed a large project for a government department using Design with the Table API (TAPI). While this approach has many advantages, there are some problem spots. The main one is that error handling performed by cg$errors package is not very intuitive. It can be difficult to troubleshoot code imbedded in the TAPI.
    That being said, I do like using the TAPI, I could not imagine coding for a large project that is Designer based without it now. It just may not be for everyone.
    Steve Brown

  • Guided Procedure Design Time

    Dear All,
    I am using NWDS 7.0.10. Is GP design time a part of NWDS, or is it to be installed separately? I would be thankful for suggestions for a GP tutorial for a complete beginner.
    Regards,
    Prosenjit.

    Hi Prosenjit,
    Guided procedures is not a part of NWDS. It is a part of the netweaver portal. You need a login to the portal and then this login(user) must have the role GP assigned to it. Then only it is possible to view the role Guided Procedures. The guided procedures have the worksets Runtime, DesignTime, Templates and administration etc.. Using design time we can create Callable object, Action, Block and Process. Design time provides a set of tools for modeling business workflows. Runtime is useful for executing the processes. Start working on the tutorials available in the help.sap. Guided procedures is similar to workflows. Here is the link for reference.
    [CAF GP Documentation|http://help.sap.com/saphelp_nwce10/helpdata/en/fb/5e6f4169e25858e10000000a1550b0/content.htm]
    Regards
    Ramanan

  • Design Time Bean Customizer validate Rule and use multiple time problem

    Hi,
    I have implement a custom validation rule ,add a design time bean customizer for my rule then register on datamodel project,i can use the graphic design time bean customizer and add my validate rule to my entity xml file,but when i add another instance to the same entity,data added to entity xml file was not correct,it may be not integrity or all data are same ,how can i do ? I found all bean validation with the same name ,it is the registered rule name "plsql rule", any suggestion are appreciative
    thank you advance
    li xin zhu 2007/09/08

    Hi,
    One thing you can do in the FOX would be to mark all fields in 'to be changed'. This will have the impact of having all data in the same data package and the FOX code will execute only once.

  • PDF Form Takes More Time To Open when using designer 7.1.3129.1.296948

    Hi All,
    Adobe Reader Version :  8 and above.
    designer                     : 7.1.3129.1.296948
    When i am devloping the adobe interactive form Using designer 7.1.3129.1.296948, When I open the same in the adobe reader 8.1.2 and 9.1 its take more time (Nearly 20 mins).
    When I am opening the same in the adobe reader 7.1 its opening fine.
    How to resolve This problem in adobe reader 8.1.2,9.0 and 9.1 ?
    Regards,
    Boopathi M

    Hi,
    I have seen this exact same problem happening when, I created/developed a adobe form, on a PC which had adobe livecycle designer 7.1, but had adobe reader 7.
    Once the form is created on a machine which had reader 7, then it does not matter whether u try to open that pdf in reader 8 or 9, it will take 20-30min to open, it will freeze your pc, etc.
    Please ensure that when/where ever the form was first created, that machine had adobe reader 8 or higher installed it.
    I hope this helps,
    Regards,
    Hanoz

  • PDF Form Takes More Time To Open  when using designer 7.1.3129.1.296948 + Reader 8 above

    Hi All,
    When i am developing the adobe interactive form Using designer 7.1.3129.1.296948,After that I converted to PDF.
    When I am opening the PDF form its takes more time(Using reader version 8.1.2).
    How to resolve This problem ?
    Regards,
    Boopathi M

    Hi,
    I have seen this exact same problem happening when, I created/developed a adobe form, on a PC which had adobe livecycle designer 7.1, but had adobe reader 7.
    Once the form is created on a machine which had reader 7, then it does not matter whether u try to open that pdf in reader 8 or 9, it will take 20-30min to open, it will freeze your pc, etc.
    Please ensure that when/where ever the form was first created, that machine had adobe reader 8 or higher installed it.
    I hope this helps,
    Regards,
    Hanoz

  • Does changing report connection at runtime require the same user/pwd used at design time?

    I've recently integrated Crystal 13 into a web service to provide HTML reports served up within our web application.  Sometimes reports would work and other times they would fail when attempting to connect to the database.  The ConnectionInfo associated with the tables referenced in the reports bore the account info used at design time (in the Crystal IDE), what ever connection was set as the Datasource Location, this would include the server name, database name, and other attributes of the connection.
    I found that any changes I make to table, sub-report connection info have no affect unless the UserID and Password match the UserID and Password saved with the report during design time.  While generally searching online, I came across several references to this being and issue or suggestion when database connection problems dynamically running reports.
    If this is by design?
    How would I support customers who want to use my reports, but also require that they manage the db access accounts?
    Thanks,
    Jeff

    Hi Brian, thanks for the response. 
    It does make sense that subreports would not necessarily be constrained to the same connection as the container report, and the designer would not persist a password for any stored connection.
    I'm on Windows 7 and up, Crystal 13 runtime, C# web service, sql 2008 r2 and up (native client).
    After loading the report source, I call ReportDocument.SetDatabaseLogon to set userId, password, serverName, and databaseName pulled from web.config.  I then pass the connection info and the ReportDocument to a recursive call that applies the connection info to each table in the report and each table in any subreport.
    Based on your description, it sounds like I may be missing, and require, the SetDatabaseLogon call on each subreport (ReportDocument).
    This seems to ring true and I think coincides with your description.  Would you agree?
    Thanks,
    Jeff

  • ADF 12c Rendering Problems at design time

    Hi all,
    I am experimenting the following unexpected rendering problems at Design time with JDEV 12c:
    -  Sometimes a complete page is showed empty or blank but the components exists on the page (you can see them in the structure panel) and the page has no warnings.
    -  Sometimes I cannot click a component because it is behind the container.
    -  Sometimes the containers are rendered in other place on the page.
    -  Sometimes the containers not stretching
    I remember some posts about this problem in 11.1.2.x but I think it was not fixed in 12c. For this reason, I have some questions:
    What is the "real" memory requirement  of Jdev 12c to avoid render problems?
    What is the best configuration in jdev.conf?
    Is it only a memory issue or Is it also a dependency reference problem? According to a blog post of Frank Nimphius:
    Though with Oracle JDeveloper 11g the problem of the IDE not rendering JSF pages properly in the visual editor has become rare, there always is a way for the creative to break IDE functionality. A possible reason for the visual editor in JDeveloper to break is a failed dependency reference, which often is in a custom JSF PhaseListener configured in the faces-config.xml file. To avoid this from happening, surround the code in your PhaseListener class with the following statement (for example in the afterPhase method)
    public void afterPhase(PhaseEvent phaseEvent) {   if(!ADFContext.getCurrent().isDesigntime()){ ... listener code here ... } }
    The reason why the visual editor in Oracle JDeveloper fails rendering the WYSIWYG view has to do with how the live preview is created. To produce the visual display of a view, JDeveloper actually runs the ADF Faces view in JSF, which then also invokes defined PhaseListeners. With the code above, you check whether the PhaseListener code is executed at runtime or design time.If it is executed in design time, you ignore all calls to external resources that are not available at design time.
    source:
    https://blogs.oracle.com/jdevotnharvest/entry/when_jdeveloper_ide_doesn_t
    if it is a known problem, then Why is not fixed in 12c?
    Jhon
    Jdev 12c

    Jhon, what Frank mentioned can't be fixed from the outside. You or the developers who use phase listens without thinking about the design view are the ones to fix this. Frank provided you with the solution for this.
    However, we don't know if you use any self written phase listener. If you don't do this you have another problem. I do see some of your symptoms but can't reproduce them at the moment. As long as we can't reproduce the problem somehow it's difficult to to get a solution.
    My advise is to keep your eyes open (add I do) and whenever you can reproduce this behaviour come back and tell us about it. It's hard or impossible to give the 'best' settings for Jdev.conf as they depend on other factors e.g. operating system, memory, other applications running at the same time and many more.
    Personally I don't change the parameters as long as I can't put the problems to low memory (which I can't at the moment).
    Timo

  • Ever used the Designer Table API (TAPI) with object type in the DB?

    Hi all,
    We are trying to generate the Oracle Designer table API of a table that has a column defined by an object type. It works without problems if that column always has a value (is instantiated in object term). The problem is when we update a row where the column is null (all attributes of the object are null thus the object is not instantiated).
    The "before update row" trigger of the Table API fails with error "ora-30625-method dispath on NULL SELF argument is disallowed".
    The code that fails is the following:
    cg$ind.TFO_DESCRIPTION :=(:new.TFO_DESCRIPTION IS NULL AND :old.TFO_DESCRIPTION IS NOT NULL )
    OR (:new.TFO_DESCRIPTION IS NOT NULL AND :old.TFO_DESCRIPTION IS NULL)
    OR NOT(:new.TFO_DESCRIPTION = :old.TFO_DESCRIPTION) ;
    In this example, cg$ind.TFO_DESCRIPTION is a boolean and the TFO_DESCRIPTION column is based on an object type.
    Thanks for any feedback or suggestions

    For a solution to this problem: I set down to write a relatively simple and small piece of code that we can use as post compiler or post generator. After we generated one or more TAPIs, we can run this post compiler to remedy the problem the TAPI has with Merge operations. The post compiler will fix the PL/SQL inside the database. It reads the TAPI objects using dbms_metadata, makes the simple change by manipulating the PL/SQL source and then recreates the objects using execute immediate. Using this post compiler, it takes but a few seconds to fix the merge flaw in all TAPIs in your application.
    http://technology.amis.nl/blog/index.php?p=842

  • ADF Faces: Design-time problems

    Hi!
    We are working at JetBrains on several JSF features, and we have some serious problems with components' behavior on design time. Can we recieve an engineer contact, who can be discussed these problems with?

    I think your question is still confusing - are you saying JetBrains is not used? Is this a pure ADF Faces issue? - it would also help people on the list if you can explain WHAT the actual component is and WHAT the problem you are seeing....
    Regards
    Grant

  • Problems while uploading files using the FileReference API

    I've built an image uploader module in Flex using the FileReference API and PHP.
    While this works perfect for images upto 1 MB, What I'm noticing is that for images greater that 1 MB even after the Event.COMPLETE  has triggered, the file hasn't yet been uploaded into the folder.. its only after a couple of seconds or minutes after the Event.COMPLETE,  that the image actually shows up in the FTP folder. Morever I also noticed that for such files the DataEvent.UPLOAD_COMPLETE_DATA that we are using to get feedback from PHP never gets called.
    I thought it would be related to the PHP script getting timed out... but the PHP script does get executed and the images do show up in the folder but thats way after the Event.Complete has been triggered and more importantly  DataEvent.UPLOAD_COMPLETE_DATA doesnt get called.
    Everything seems to work fine as long as the file size is under 1 MB
    Did others too face similar problems and any ideas on how to fix it?
    Thanks in advance

    I don't believe there is, as the browse button renders out as an html input type file component, and this has no ability to get native file size from the client. The only way to do it is to check the file size server side, but that kind of defeats the purpose to some extent, as the file is required to be uploaded before the file size can be checked.
    There is no way to do this on the client short of using a third party client side component - ie. java, flash or some other active component that gets file system level access.
    Ben

Maybe you are looking for

  • Xml file to B1 Sales Order

    Hi, I'd like to read xml file which is not standard B1 xml file and created new sales order. Thi is a data mapping xsl tempate <xsl:template match="b1im:B1IMessage/b1im:Body/b1im:Payload[./@ObjectTypeId='Z.F.AnySystem_FileIn']">   <BOM>     <BO>     

  • Media card music wont play on phone

    I have downloaded some wma files onto a new, formatted media card but can't get them to play on the Blackberry 8800. The screen opens ok as for other audio files but no sound except for a quick little buzz. The files open and play on the computor. An

  • Solaris 8 boot disk...

    I have been having problems trying to install Solaris 8 to a PC. I keep getting the error "can't open - no VTOC" when booting with the CD and people have been suggesting I need to use the Solaris fdisk and format tools but I cant find a boot disk any

  • How to open documents no longer supported by Mac

    I have text files that will not open "Np longer supported by Mac etc" How to open and with what program application. Eudora mail Text Edit Word

  • Button Action

    What would cause a button action not to be fired when the button is clicked? John