Introduction to Physical Model & Physical Render in Siebel Open UI
Before looking into details we can discuss a real time situation. Normally Siebel will not validate whether email is in right format or not. So here we can implement a small validation using this Physical model and physical render. Remember one thing, I am just explain a situation for your understanding.. Actually we can do many customizations like changing color, theme, handling any events� by using this� Our validation (Email Validation) should work whenever the user leaves his control from email field with a change in existing value. That means we need to catch an event called FieldChange . Our Physical model will catch that change in email field. Here we can validate it(Whether email is in right format or not), but for better understanding we can validate this in our physical render file. So we need to pass this information from Physical model to physical render file right? To do this we need to keep a variable (property) let say �isEmailSet�, in Physi...