Regarging multiple controllers

Requirement is to have multiple MRP controller in the selection.Regenerative planning necessary to convert planned orders outside of opening period to purchase requisitions. Job to run transaction MD15.
if any one had any idea please let me know

1. Read the manual. (Sounds like a jerk thing to say but did you try?)
Basically though, you need to familiarize yourself with the environment just a little bit. It is not at all as scary as you might think, and it's quite fun once you realise all the things you can do with it.
There are other methods as well.
This post over at Logic Pro Help is a good discussion (and pointer) on some methods:
http://logicprohelp.com/viewtopic.php?p=25649&sid=bd700fda928ec74b9a3fc615394618 1e

Similar Messages

  • Sharing jsp between multiple controllers

    Is there a way to share a jsp between 2 different controllers?
    If I put the shared jsp in its own directory and the 2 controllers in their own directories - I seem to be able to use netui:anchors and specifying the fully qualified "href" attribute - but not the "action" attribute. For example this works (but means I have to specify the exact controller):
    <netui:anchor href="/portlets/Controller1/findAction.do">
                find
    </netui:anchor>This does <b>not </b>work:
    <netui:anchor action="findAction">
                find
    </netui:anchor>Additionally, if I want a form to be on this shared jsp - I don't know of a way to use the netui tags to accomplish this... This example results in an error (as if it's trying to find the action in Global.app):
            <netui:form action="submitSharedForm">
                <table>
                    <tr valign="top">
                        <td>Foo:</td>
                        <td>
                        <netui:textBox dataSource="{actionForm.foo}"/>
                        </td>
                    </tr>
                </table>
                <netui:button value="submitSharedForm" type="submit"/>
            </netui:form>Are there other better techniques for sharing jsps between multiple controllers (jpf)? The only other thing I was thinking of trying to have a jsp found within the same directory as the controller include the shared jsp (which seems kind of tacky)...

    You may consider using a base pageflow controller that has the common JSPs
    in its directory. I have done that before like this:
    // inheritLocalPaths=true lets us inherit the JSPs from the base pageflow
    @Jpf.Controller(
    inheritLocalPaths=true
    public class MyChildController extends MyBaseController
    Ture Hoefner
    WebLogic Portal Engineering
    <Tim Rafert> wrote in message news:[email protected]..
    Is there a way to share a jsp between 2 different controllers?
    If I put the shared jsp in its own directory and the 2 controllers in
    their own directories - I seem to be able to use netui:anchors and
    specifying the fully qualified "href" attribute - but not the "action"
    attribute. For example this works (but means I have to specify the exact
    controller):
    <netui:anchor href="/portlets/Controller1/findAction.do">
    find
    </netui:anchor>This does <b>not </b>work:
    <netui:anchor action="findAction">
    find
    </netui:anchor>Additionally, if I want a form to be on this shared jsp - I don't know of
    a way to use the netui tags to accomplish this... This example results in
    an error (as if it's trying to find the action in Global.app):
    <netui:form action="submitSharedForm">
    <table>
    <tr valign="top">
    <td>Foo:</td>
    <td>
    <netui:textBox dataSource="{actionForm.foo}"/>
    </td>
    </tr>
    </table>
    >            <netui:button value="submitSharedForm" type="submit"/>
    </netui:form>Are there other better techniques for sharing jsps between multiple
    controllers (jpf)? The only other thing I was thinking of trying to have
    a jsp found within the same directory as the controller include the shared
    jsp (which seems kind of tacky)...

  • Guest Access Certificates with Multiple Controllers

    So I have an interesting scenario to run by the group, I haven't done this but was wondering if anyone else had tried it.
    Scenario: is 5 WLC's running 6.0.188.0, One guest SSID, and One H-REAP guest SSID.
    WLC#1: SNMP Name is WLC01, Virtual Interface DNS Name is GWLC.somewhere.com, Virtual Interface IP is 1.1.1.1
    WLC#2: SNMP Name is WLC02, Virtual Interface DNS Name is GWLC.somewhere.com, Virtual Interface IP is 1.1.1.1
    WLC#3: SNMP Name is WLC03, Virtual Interface DNS Name is GWLC.somewhere.com, Virtual Interface IP is 1.1.1.1
    WLC#4: SNMP Name is WLC04, Virtual Interface DNS Name is GWLC.somewhere.com, Virtual Interface IP is 1.1.1.1
    WLC#5: SNMP Name is WLCDMZ, Virtual Interface DNS Name is GWLC.somewhere.com, Virtual Interface IP is 1.1.1.1
    So part 1 of my question is does the above configuration cause any issues with the controllers?
    Part 2 of my question is can you request a single SSL certificate for the hostname GWLC.somewhere.com and install it on all the controllers?
    The reason for having the certificate on all the controllers is because of the H-REAP Locally Switched SSID.
    Anyone have experience with this, input, thoughts?
    Thanks.

    I too have seen numerous cases on this.
    Bottom line is that as long as your HREAP Guests can resolve GWLC.somewhere.com through DNS (as 1.1.1.1), then this should work.

  • Multiple Controllers across sites - Active/Active

    Hi Guys,
    Hoping I will get a few things clear in my mind regarding multiple WLC's in an Active/Active state.
    At the minute we are running 1 WLC 5508 at one site - all of our APs are centrally switches. I have a number of WLANs that map to different interfaces on different VLANs - everything is working great.
    We are about to take control of another business in another location and I am looking to put a wireless controller at that new site so that each controller controls a site but acts as a backup for the other site.
    In case of a failure I'd like traffic to be locally switched, so first question:
    1. Is there a way to centrally switch traffic whilst on the primary controller and then locally switch the traffic if a failover occurs?
    2. Assuming I have to enable HREAP on all APs permenantly to get this to work, would I have to keep all the VLANs across the sites the same to make this 100% automated?
    3. Do all WLANs need to be configured with the same WLAN ID in order to failover without a reboot?
    Basically, my knowledge of having a dual controller is fairly limited and i'm looking at expanding that quite quickly (due to time constraints). If anyone can chime in on the above questions or even point me in the direction of any good articles regarding active/active controller setups I would be more than appreciative.
    Thanks
    Tim

    1. Is there a way to centrally switch traffic whilst on the primary controller and then locally switch the traffic if a failover occurs?
    - No... That will break. The problem with WLC's at different locations is the subnets the WLC has available to it. If your using the same SSID you really want to have two WLC at each site.
    2. Assuming I have to enable HREAP on all APs permenantly to get this to work, would I have to keep all the VLANs across the sites the same to make this 100% automated?
    - You can get this to work if your bridging between sites, but do you really want to.
    3. Do all WLANs need to be configured with the same WLAN ID in order to failover without a reboot?
    - It's best practice to try to keep them the same. If you can't it still would work.
    If your really looking for redundancy then having two WLC at each site is what you want. You can user h-reap and put everything in local switching and have redundancy but understand h-reap and the limitations which might or might not be a problem for you.
    Sent from Cisco Technical Support iPhone App

  • Guest Internet across multiple controllers

    I am about to deploy a multi-controller wireless network using the 5508s
    I am going to configure the head office controller to be the Guest Anchor.
    My question is on the remote site controllers, I want the guest traffic to tunnel from the remote site to the guest anchor.
    How do I configure the Guest Interface on the remote controller?
    Thanks
    Roger

    When I do guest anchoring, I like to create a dummy interface on the 'remote' WLC. This way if the anchoring doesn't work they don't get an address on the network at all.
    In the WLAN, you link it to the dummy interface. Then when you set the anchoring, point it to the DMZ. This anchoring overrides the interface configured in the WLAN.
    HTH,
    Steve

  • Example when a page can have multiple AMs and multiple Controllers

    Hi All
    Can you please let me know one practical scenario where a page can have multiple AMs. Also in which scenario a page needs to have multiple conrollers ?
    One last question : i know vo.getFetchedRowCount() will not hit the database again and vo.getRowCount() will hit database everytime. Could you please let me know one example scenario where both these methods will return different values. Thanks in advance

    One last question : i know vo.getFetchedRowCount() will not hit the database again and vo.getRowCount() will hit database everytime. Could you please let me know one example scenario where both these methods will return different values.
    In advance tables, you have Create New Row functionality.
    Suppose page loaded with 5 rows fetched from the database. Now in the table you created 5 more rows. Now
    vo.getFetchedRowCount() will return 10 and vo.getRowCount() will return 5

  • Firewire card with multiple controllers

    Quick question....
    I am looking for a firewire card for connecting 2 cameras.  Will I be able to use a standard PCI-E card or will I need to look for one with one controller per port....  Most share a single controller voer multiple ports.  I've had problems int eh past with multiple ports on one card, but this may have been a PCI card with limited system bandwidth.....
    Ideas anyone?
    The cameras will be most likely 1280x1024 RGB cameras with 60FPS.
    Cheers for any help forthcoming.
    Shane
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

    Nobody, no?
    The cameras are actually monochrome, 8-bit not RGB (24-bit) and only go up to 30Hz.....
    I mean theoretically a FW400 card should handle a 1024pixel x 1280pixel x 8bit x 30Hz (314 Mbit/s without overhead) picture no problem but adding a second camera will more than saturate the bus.....
    Anyone know of a decent PCI-E FW card which has two ports with a seperate controller for each?  Please?
    Shane
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • Using multiple controllers in logic pro x simultaneously

    I am using Logic pro x, updated today.
    Two USB controllers
    1 Alesis DM 10 Electronic drum kit
    2 M-Audio Keystation 88es
    When we record, the problem is that if I have the Software track like a piano selected then both of the controllers play it.  If producer drum kit is selected then both play it.   If both selected both play both.    How do I assign the Alesis kit to the producer kit channel/track and the keystation to the piano channel/track for example
    I have the brain/module of the alesis set to just send midi signal (no audio) to macbook pro via usb
    I also use a presonus studio live 16.0.2 that is my mixer / firewire interface and I have the output of the software piano instrument output set to CH 11-12 and the producer kit channel output set to Ch 15-16
    One thought that I had is to use a midi cable for one of the controllers to go to presonus first and then it would communicate to macbook via firewire connection.
    Is that necessary?
    Thanks for any help.

    Hi
    You need to do several steps:
    a) Set each controller to transmit on a separate MIDI channel
    b) In Logic, set each track to receive on a specific MIDI channel (see step 1) in the Track parameters Inspector
    c) In Logic, go to File:Project Settings:Recording and enable "Auto demix...
    d) In Logic, Record arm both Instrument tracks
    CCT

  • Multiple controllers accessing the same model object?!

    Hi all,
    I have a rather simple but really fundamental question. I am implementing an application which
    communicates with a camera. My application main window is controlled by "MyController" class,
    which has a "Camera" object "myCam" and a "capture" button. I would like to add "continuous
    capture" functionality. I have subclassed NSButton(CameraCaptureButton class) and set in IB
    the identity of the button. In the new class I have also the methods mouseUp/mouseDown which
    are properly working. The problem now is how to send messages to "myCam" from CameraCaptureButton class. There is some sample code(mine is much more complex but I will extract only the part that I am interested in):
    //CameraCaptureButton.h
    #import "CameraCaptureButton.h"
    #import "MyController.h"
    @implementation CameraCaptureButton
    - (id)initWithFrame:(NSRect)frame
    self = [super initWithFrame:frame];
    if (self)
    // Initialization code here.
    return self;
    - (void) mouseDown:(NSEvent *)theEvent
    //some pictures which are also set correctly
    NSImage* buttonDown = [NSImage imageNamed:@"ReleaseFpsButtonDown.png"];
    [self setImage:buttonDown];
    NSLog(@"capture button down");
    - (void) mouseUp:(NSEvent *)theEvent
    //some pictures which are also set correctly
    NSImage* button = [NSImage imageNamed:@"ReleaseFpsButtonOn.png"];
    [self setImage:button];
    NSLog(@"capture button up");
    @end
    //MyController.h
    #import <Cocoa/Cocoa.h>
    #import "Camera.h"
    @interface MyController : NSWindowController
    Camera* myCam;
    Thank you in advance for any post!

    The functionality is implemented and working. Ray if you read this: Thank you! Below I post the most important parts of my code, I will appreciate any comments or suggestions for better implementation( for example should I 'retain' the camera object in the setter method or is it already retain by the call in the header file?!)!
    // MyController.h
    #import "Camera.h"
    @interface MyController : NSWindowController
    /*some mode definitions*/
    Camera* leCamera;
    /*some more definitions*/
    @property (nonatomic, retain) Camera *leCamera;
    /*some more methods and properties*/
    @end
    // MyController.m
    #import "MyController.h"
    @implementation MyController
    - (id)init
    if (self = [super init])
    Camera* cam = [[Camera alloc] init];
    [self setLeCamera: cam];
    ...some more code...
    return self;
    -(void) setLeCamera: (Camera*) cam
    leCamera = cam;
    - (Camera*) leCamera
    return leCamera;
    @end
    // CameraCaptureButton.m
    #import "CameraCaptureButton.h"
    #import "MyController.h"
    #import "Camera.h"
    @implementation CameraCaptureButton
    - (id)initWithFrame:(NSRect)frame
    self = [super initWithFrame:frame];
    if (self)
    return self;
    - (void) mouseDown:(NSEvent *)theEvent
    NSImage* buttonDown = [NSImage imageNamed:@"ReleaseFpsButtonDown.png"];
    [self setImage:buttonDown];
    MyController *delegate = [[NSApplication sharedApplication] delegate];
    Camera* cam = delegate.leCamera;
    int driveMode = [[cam camProp] driveMode];
    if(driveMode == 1)
    [cam releaseCam: 12];
    else
    [cam releaseCam: 0];
    - (void) mouseUp:(NSEvent *)theEvent
    NSImage* button = [NSImage imageNamed:@"ReleaseFpsButtonOn.png"];
    [self setImage:button];
    MyController *delegate = [[NSApplication sharedApplication] delegate];
    Camera* cam = delegate.leCamera;
    int driveMode = [[cam camProp] driveMode];
    if(driveMode == 1)
    [cam releaseCam: 13];
    @end
    Have fun!
    Regards
    - artOf...
    P.S. the mouseUp/down events seem to track by default the mouse, so when I am over the
    button and push it, it does as expected. Same for mouseUp, even if I hold the button pushed,
    drag the mouse outside my application and then release it I get the mouseUp event which is
    great I had so many problems in the .NET version with that

  • Multiple controllers and AU plugins (or software instruments)

    Hello,
    This is my situation: 4 students and 4 (electronic) pianos (that can send on different channels).
    I also use Logic Pro 9.
    Midi interface with 4 ports
    I want these 4 students play together performing something like an orchestral score, ie piano 1(or controller 1) plays strings, piano 2 (controller 2) wood, piano 3 (...) brass and piano 4 (...) something like percussion.
    Because I'm a classical piano teacher, I want those piano's sounds really like a flute or trumpet or... For that reason I have installed AU-plugin from Garritan and don't use GM instruments.. These Garritan instruments are also used in the notation programs Sibelius and Finale.
    I ask this because of the following problem:
    If you make a file of 4 tracks using these software instruments and you link each separate track to a midichannel (and make it record affordable) all the 4 tracks sound no matter if you play 1 piano or controller or 2 pianos or 3 or.... I want each controller gives only 1 sound, or, one controller for one midichannel and not that one controller gives (in my case) 4 sounds. To reach this, do I really have to program Logic environment and if so, is there somebody who wants to explain or to help me with this?
    Thanks a lot,
    PeKes

    Hi
    You seem to have missed 1 important step (or two):
    Settings:Recording (MIDI)
    Check the "Auto demix by channel if multitrack recording".
    Make sure that you have assigned the 4 tracks to different MIDI channels in the Inspector Track Parameter box.
    HTH
    CCT

  • Thousands of ap1142's to add to multiple controllers

    Cannot find an answer yet, but it should be possible.  250 or so AP's per WiSM to start with. Upto 3,000 at 80 locations when I'm finished. I will create a file with has the mac address of the new ap and for each ap, I include the new AP name, AP Group, Controller assignment, and static ip address. By using a barcode scanner, I simply scan the box of ten ap's and as our installers place them in a building, they will connect to the master controller, receive their instructions and move to the assigned controller and ap group with the appropriate name and ip address..
    OK, with over 8,000 ip phones, we imported a file into the call manager, and once the mac address was registered, it was moved and assigned automatically. Did not even have to unbox the phones.
    Can it be done with AP mac's and a WLC? If yes, Please share. Tons of points for you!!!

    If I understood correctly this could do the trick :
    1) Do option 43 or DNS and advertise all WLCs ip addresses
    2) On each WLC configure an AP authorization list that only allows specific APs to join.
    So your job is to enter the list of mac addresses on the WLC, this way you can decide which AP goes where.
    The more automatic way of doing that would be via command line (script ?).
    I don't think WCS can use files to import mac addresses in that list.
    Nicolas
    ===
    Don't forget to rate answers that you find useful

  • How to use multiple midi controllers with Mac book pro (2 usb)?

    I have a newer macbook pro that has 2 USB ports, and a lightning port and a firewireport.
    On stage I will be using the firewire port connected to a Presonus Firestudio mobile to use as the interface to the house mixer.
    I will use 1 USB for my M-audio Axiom 61
    I will use the other for my Yamaha WX-5 Wind synth
    I'd like to be able to get the apogee midi foot controller to control the playback audio. For example I'll be using it to stay in a solo section, then step on it to move it forward ot the next section when I am done soloing
    I'd also like to use some sort of midi switch to turn on vocal effects of the mic.
    Anyway since I only have 2 USB ports, how should I connect the 3rd, or 4th USB midi controller?
    Will a USB hub work to do this? If so, will I always have to remember to use the same controler in the same exact hub input to make sure everything maps the same?
    I guess I'll also have to learn how to setup multiple controllers in Mainstage as well.
    Thanks
    Dan

    Hi there,
    is a question which many of us have spent ...
    I think the obvious answer is that yes you can use a hub and connect everything. however ....
    sincerely advise you to buy a good hub that is well feasible, the last thing you want on stage / rehearsal is one of midi controllers stop responding, or stay with hanged notes... etc., do not buy just because it is cheap it has to be stable and viable, some bring cable for connecting wall power just to not drain power from the USB port.
    Other things to try is to distribute as much equipment for USB / Midi.
    For example one of midi controllers connect via USB but not by Midi outside the Presonus Firestudio. Connecting Presonus Firestudio to a single USB port as it is a main equipment.
    but it really is an issue that greatly limits the use of USB devices.
    Try it and tell me how it went. Good luck
    (sorry for my english i´m Portuguese)

  • How can I write to multiple daisy-chained network serial addresses through a single COM port?

    I have a VI to write to 3 PI Mercury motor controllers using daisy chained RS232 connected via a Prolific USB-to-Serial adapter. I know that it is possible to talk to the individual controllers because the PI terminal that I have recognises the addresses of multiple controllers and designates them Device 1,2,3. The VISA resource name when configuring the port just comes up as COM5 most of time, with seemingly no way to specify an address on that COM port. Occasionally the VISA resource is ASRL5::INSTR and as this is disconnected and re-connected, this address moves up a number (e.g ASRL7::INSTR). Can anybody tell me how I can configure my serial communication to allow me to individually communicate with the different devices through a single COM port?

    What does the manual say about addressing? RS-232 is not multidrop, the resource name is correct, and there is no additional configuration needed. There would have be a specific write in order to address a certain controller.

  • Multiple MVC

    Hi guys,
    I am developing an BSP application with MVC Pattern.
    I am using data binding , where model binds the data between controller and view,which is very effective and efficient.
              I have read in many logs and also in sap help
    that it is good approach to follow 1 controller per view
    but when using multiple controller for multiple views
    where data has to be shared between several views and controllers. when we have multiple controllers,it is possible to have a central instance that can access the application data.
    how the data should be shared between the model and views and controllers when they are multiple.
    I have read WAS book by SAP press which also doesn't cover handling multiple MVCs..
      Can some one please explain me what is the best approach
    and how to handle it.
    Thanking you in anticipation.
    Thanks & Regards,
    Vishwanath Purohit

    Hello Vishwanath,
    You can handle multiple views with controllers using the attributes of the controllers.( You must define attributes for the controller for communication )
    The subcontrollers of your top level controler will be listed in the m_subcontrollers parameter of the top level controller.
    You can set or get the attributes of the subcontrollers using the set_attribute  or get_attribute method respectively.
    controller = me->get_controller( controller_id = '<id of controller>' ).
    controller->set_attribute( name = '<name of attribute>'
                                value = '<value>' ).
    or
    value = controller->get_attribute( name= '<name of attribute>' ).
    Similary you can access the top level controller from the subcontroller using the m_parent parameter of the subcontroller.
    data : parent type ref to <class of top level controller>
    parent ?= m_parent.
    parent->set_attribute( name = '<name of attribute>'
                           value = '<value>' ).
    or
    value = parent->get_attribute( name= '<name of attribute>' ).
    In this way you can communicate with controllers. The controllers in turn communicate with their models.
    Hope this helps.
    Regards,
    Loveline.

  • Multiple session bean problem

    Hi,
    I am developing an admin module to my web app and have created a 2nd session bean to manage data within the admin component of the site just to keep things cleaner and more logical. However there is a problem which I cannot overcome.
    The source code to my main website is located in soulsurfing package. The source code to my admin website is located in soulsurfing.admin package. Inside this package is the java code to my admin web pages and a 2nd session bean called adminSessionBean. So far so good.
    I dropped a database table into my admin page which created a cachedrowset (CustomerRowSet) in my adminSessionBean and a data provider on my admin page (CustomerDataProvider). Ok things are still going well until now.
    There are two main issues i'm facing.
    1. Setting a breakpoint in my code and trying to step through the code line by line (F10) fails whenever the adminSessionBean appears in the line of code. In actuality the system just hangs until I exit debug mode in which the page finishes loading ok. If I step into the code (F11) it still works ok and if there is no breakpoint at all it loads ok too so there is something wrong with the debugger.
    2. Most importantly there is a problem with either the cachedrowset or the data provider because it simply does not return any data from the database. The sql query works fine in both MySQL and when running from creator too so no problem here. If I put a line of code in to capture the sql statement such as String test_var3 = getAdmin$adminSessionBean().getCustomerRowSet().getStatement().toString() a null exception is thrown. However if I ditch the 2nd session bean (adminSessionBean) and run everything exactly the same through the original session bean (SessionBean1) located in soulsurfing package then it all works fine so there must be conflict somewhere with having multiple session beans perhaps in different packages.
    Can anybody help me?
    Below is the java code to my web page that sets and executes the cachedrowset in the prerender method that is failing. Further below that is the code to my 2nd session bean.
    Thanks.
    customer_list.java
    package soulsurfing.admin;
    import com.sun.rave.web.ui.appbase.AbstractPageBean;
    import com.sun.rave.web.ui.component.Body;
    import com.sun.rave.web.ui.component.Form;
    import com.sun.rave.web.ui.component.Head;
    import com.sun.rave.web.ui.component.Html;
    import com.sun.rave.web.ui.component.Link;
    import com.sun.rave.web.ui.component.Page;
    import javax.faces.FacesException;
    import com.sun.rave.web.ui.component.TextField;
    import com.sun.rave.web.ui.component.Button;
    import com.sun.rave.web.ui.component.PageSeparator;
    import com.sun.rave.web.ui.component.StaticText;
    import com.sun.rave.web.ui.component.Table;
    import com.sun.rave.web.ui.component.TableRowGroup;
    import com.sun.rave.web.ui.component.TableColumn;
    import com.sun.data.provider.impl.CachedRowSetDataProvider;
    import com.sun.rave.web.ui.component.MessageGroup;
    import com.sun.rave.web.ui.model.DefaultTableDataProvider;
    public class customer_list extends AbstractPageBean {
        private int __placeholder;
        private void _init() throws Exception {
            customerDataProvider.setCachedRowSet((javax.sql.rowset.CachedRowSet)getValue("#{adminSessionBean.customerRowSet}"));
        private Page page1 = new Page();
        public Page getPage1() {
            return page1;
        public void setPage1(Page p) {
            this.page1 = p;
        private Html html1 = new Html();
        public Html getHtml1() {
            return html1;
        public void setHtml1(Html h) {
            this.html1 = h;
        private Head head1 = new Head();
        public Head getHead1() {
            return head1;
        public void setHead1(Head h) {
            this.head1 = h;
        private Link link1 = new Link();
        public Link getLink1() {
            return link1;
        public void setLink1(Link l) {
            this.link1 = l;
        private Body body1 = new Body();
        public Body getBody1() {
            return body1;
        public void setBody1(Body b) {
            this.body1 = b;
        private Form form1 = new Form();
        public Form getForm1() {
            return form1;
        public void setForm1(Form f) {
            this.form1 = f;
        private TextField textField1 = new TextField();
        public TextField getTextField1() {
            return textField1;
        public void setTextField1(TextField tf) {
            this.textField1 = tf;
        private TextField textField2 = new TextField();
        public TextField getTextField2() {
            return textField2;
        public void setTextField2(TextField tf) {
            this.textField2 = tf;
        private Button button1 = new Button();
        public Button getButton1() {
            return button1;
        public void setButton1(Button b) {
            this.button1 = b;
        private Button button2 = new Button();
        public Button getButton2() {
            return button2;
        public void setButton2(Button b) {
            this.button2 = b;
        private PageSeparator pageSeparator1 = new PageSeparator();
        public PageSeparator getPageSeparator1() {
            return pageSeparator1;
        public void setPageSeparator1(PageSeparator ps) {
            this.pageSeparator1 = ps;
        private StaticText staticText1 = new StaticText();
        public StaticText getStaticText1() {
            return staticText1;
        public void setStaticText1(StaticText st) {
            this.staticText1 = st;
        private StaticText staticText2 = new StaticText();
        public StaticText getStaticText2() {
            return staticText2;
        public void setStaticText2(StaticText st) {
            this.staticText2 = st;
        private Table table1 = new Table();
        public Table getTable1() {
            return table1;
        public void setTable1(Table t) {
            this.table1 = t;
        private TableRowGroup tableRowGroup1 = new TableRowGroup();
        public TableRowGroup getTableRowGroup1() {
            return tableRowGroup1;
        public void setTableRowGroup1(TableRowGroup trg) {
            this.tableRowGroup1 = trg;
        private MessageGroup messageGroup1 = new MessageGroup();
        public MessageGroup getMessageGroup1() {
            return messageGroup1;
        public void setMessageGroup1(MessageGroup mg) {
            this.messageGroup1 = mg;
        private CachedRowSetDataProvider customerDataProvider = new CachedRowSetDataProvider();
        public CachedRowSetDataProvider getCustomerDataProvider() {
            return customerDataProvider;
        public void setCustomerDataProvider(CachedRowSetDataProvider crsdp) {
            this.customerDataProvider = crsdp;
        private TableColumn tableColumn2 = new TableColumn();
        public TableColumn getTableColumn2() {
            return tableColumn2;
        public void setTableColumn2(TableColumn tc) {
            this.tableColumn2 = tc;
        private StaticText staticText4 = new StaticText();
        public StaticText getStaticText4() {
            return staticText4;
        public void setStaticText4(StaticText st) {
            this.staticText4 = st;
        private TableColumn tableColumn3 = new TableColumn();
        public TableColumn getTableColumn3() {
            return tableColumn3;
        public void setTableColumn3(TableColumn tc) {
            this.tableColumn3 = tc;
        private StaticText staticText5 = new StaticText();
        public StaticText getStaticText5() {
            return staticText5;
        public void setStaticText5(StaticText st) {
            this.staticText5 = st;
        private TableColumn tableColumn11 = new TableColumn();
        public TableColumn getTableColumn11() {
            return tableColumn11;
        public void setTableColumn11(TableColumn tc) {
            this.tableColumn11 = tc;
        private StaticText staticText13 = new StaticText();
        public StaticText getStaticText13() {
            return staticText13;
        public void setStaticText13(StaticText st) {
            this.staticText13 = st;
        public customer_list() {
        protected adminSessionBean getAdmin$adminSessionBean() {
            return (adminSessionBean)getBean("admin$adminSessionBean");
        protected soulsurfing.ApplicationBean1 getApplicationBean1() {
            return (soulsurfing.ApplicationBean1)getBean("ApplicationBean1");
        protected soulsurfing.SessionBean1 getSessionBean1() {
            return (soulsurfing.SessionBean1)getBean("SessionBean1");
        protected soulsurfing.RequestBean1 getRequestBean1() {
            return (soulsurfing.RequestBean1)getBean("RequestBean1");
        public void init() {
            super.init();
            try {
                _init();
            } catch (Exception e) {
                log("customer_list Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
        public void preprocess() {
        public void prerender() {
            try {
                if (getAdmin$adminSessionBean().getFilter1().equalsIgnoreCase("")) {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(1, "%");
                } else {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(1, getAdmin$adminSessionBean().getFilter1());
                if (getAdmin$adminSessionBean().getFilter1().equalsIgnoreCase("")) {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(2, "%");
                } else {
                    getAdmin$adminSessionBean().getCustomerRowSet().setString(2, getAdmin$adminSessionBean().getFilter2());
                getAdmin$adminSessionBean().getCustomerRowSet().execute();
                customerDataProvider.refresh();
                customerDataProvider.cursorFirst();
                getAdmin$adminSessionBean().setRowCount(customerDataProvider.getRowCount());
                getAdmin$adminSessionBean().setMsg(getAdmin$adminSessionBean().getRowCount() + " records returned.");
                //i have a breakpoint here which hangs when stepping over code however works if breakppoint not set
                String test_var1 = getAdmin$adminSessionBean().getFilter1();
                int test_var2 = getAdmin$adminSessionBean().getRowCount();
            } catch (Exception e) {
                log("Exception occurred!!", e);
                error("Error: "+e.getMessage()); //null exception is being caught
        public void destroy() {
            customerDataProvider.close();
    adminSessionBean.java
    package soulsurfing.admin;
    import com.sun.rave.web.ui.appbase.AbstractSessionBean;
    import javax.faces.FacesException;
    import com.sun.sql.rowset.CachedRowSetXImpl;
    public class adminSessionBean extends AbstractSessionBean {
        private int __placeholder;
        private void _init() throws Exception {
            customerRowSet.setDataSourceName("java:comp/env/jdbc/SoulSurfing_User");
            customerRowSet.setCommand("SELECT * \nFROM customer ");
            customerRowSet.setTableName("customer");
        private CachedRowSetXImpl customerRowSet = new CachedRowSetXImpl();
        public CachedRowSetXImpl getCustomerRowSet() {
            return customerRowSet;
        public void setCustomerRowSet(CachedRowSetXImpl crsxi) {
            this.customerRowSet = crsxi;
        public adminSessionBean() {
        protected soulsurfing.ApplicationBean1 getApplicationBean1() {
            return (soulsurfing.ApplicationBean1)getBean("ApplicationBean1");
        public void init() {
            super.init();
            try {
                _init();
            } catch (Exception e) {
                log("adminSessionBean Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
        public void passivate() {
        public void activate() {
        public void destroy() {
        private String filter1 = "";
        public String getFilter1() {
            return this.filter1;
        public void setFilter1(String filter1) {
            this.filter1 = filter1;
        private String filter2 = "";
        public String getFilter2() {
            return this.filter2;
        public void setFilter2(String filter2) {
            this.filter2 = filter2;
        private int rowCount;
        public int getRowCount() {
            return this.rowCount;
        public void setRowCount(int rowCount) {
            this.rowCount = rowCount;
        private String msg;
        public String getMsg() {
            return this.msg;
        public void setMsg(String msg) {
            this.msg = msg;
    }

    Hi Harini,
    What I didn't explain in my initial post is that there are more than 2 views in my application.  There are a total of 9 jsp's so far, so I coded multiple controllers due to the high amount of views.  After taking the HTMLB training class, I noticed that the examples used contained no more than 2 jsp's, so only 1 controller was needed.
    However, I talked with another Portal developer, and he suggested that it would be simpler to code the application using only 1 controller.  The problem is, I will have 1 LOOOOONG controller since there are many buttons across all of the jsp's (hence many events that will need to be handled) and many beans that need to be populated.
    Harini, thanks very much for offering to view my par file.  I think I have solved the problem on my own, but could you let me know what the design standard is for an application of this size?  Think of an online banking application that needs to handle bill payment (paying the bill, viewing past payments, etc.,).
    Would you use 1 controller for this type of application?
    Thanks very much for your help.
    -Jamie

Maybe you are looking for

  • Reporting based on weighted product unit sales

    Hello! I was just wondering what the best way of generating reports based on weighted product unit sales? I know that reports can be build based on weighted revenue, but I'm keen to be able to report on product units as well. For instance, if I have

  • G505s: Adobe Flash Games Running Laggy & How to Enable Dual Mode?

    I keep hearing about how the G505s has a dual graphics mode. What confuses me is that when I am playing some adobe flash games online, I am noticing considerable lag, while some Win8 App games and MMOs run perfectly fine along with having quality gra

  • I need a new computer

    Ok i have a really crappy computer and i new a new one for between 800 - 900$. All i want is a reliable computer with the ablity to run the internet FAST.  Good grafics card with a Blu - Ray player.

  • Problems with paypal authorization

    I am out of itunes cards and simply want to designate my paypal account to buy music.  Everytime I try - it has me resign in with apple --->directs me to paypal -----> I accept terms and authorize---->I am redirected to download itunes on the apple s

  • Trial pp 5.5 download error

    just when the dowload of tria pp is about to finish an error occurs - error 101 - stating that there is not enough disk spakce. though the disk still have 128 gb left. I followed instuctions give on http://kb2.adobe.com/cps/898/cpsid_89867.html taken