|
HomePage | Contact Us | Contribute | Forums | TechWiki | |||
|
TIBCO Free Tutorials, Concepts & Best Practices | |||
What is TIBCO? TIBCO is a worldclass company providing IT solutions to businesses. TIBCO provides enterprise solutions to companies that help them achieve SOA and BPM easily. TIBCO has given it's customers agility and awareness that is required to run a global organization.
Gartners report on Business process management BPM TIBCO solutions for SOA architecture TIBCO MDM, TIBCO Collaborative Information manager TIBCO
Solution for SOX
Application goes blank on resizing the IE20 Nov 2008, 05:01:23 -0600 Hi, I have done a GUI application using Tibco Gi. Its working fine. but when i resize the browser(IE) the application gets blocked. it seems its a known issue with IEand a solution is suggested to use Action Command unsubscribeJsxResize. where to use this command and how to use it? Thanks R XML Transformers not working on Cached XML Source19 Nov 2008, 18:38:22 -0600 I have a matrix that has a cached xml document as the data source and a cached xsl document as a XML Transfomer. The problem is that the xml transformer is never applied to the xml data source. The matrix simply displays the records from the raw xml. The xml data source is set via the properties editor ("XML Cache Id = projectsList"). The xml transformer is also set via the propeties editor ("XML Transformers = test_xsl").
The transformation tests fine in the "XML/XSL Merge Tool" using the cache Id's of both the documents. The transformation also works beautifully in the matrix when the xml data source is set as an XML String.
It seems that i'm either missing something simple or this is a bug. Any suggestions would be much appreciated.
The relevant xml/xsl:-
xml
<data jsxid="jsxroot">
xsl
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:tib="urn:tibco.com/v3.0">
component
<serialization xmlns="urn:tibco.com/v3.0" jsxversion="3.6"> BlockX with Transformer set at run-time19 Nov 2008, 10:50:08 -0600 Hello
We display XML in a BlockX component. Some users, however, are only interested in a particular element. So we have this XSL stylesheet which selects only the elements of interest. We use setXMLTransformer() (based on an checkbox event) to set a URI to a project-based URI ("xsl/<filename>.xsl").
Problem now is, that when I set it via API nothing happens, a repaint() doesn't help either. When I however click the "Re-Fetch Data and Repaint" button in GI Builder, the transformer is triggered and we get the correct result.
What API call is required to achieve the same via JavaScript call?
BTW: Using 3.5.1.
Regards Oliver Any way we can disable IE browser's back button in GI18 Nov 2008, 16:30:16 -0600 Hi,
Is there any way we can disable Back button of IE browser in GI?
Regards, Xavier GI book soon to be released18 Nov 2008, 13:42:10 -0600 Anil Gurnan, a long time user of General Interface at one of our large financial services enterprise clients and forum contributor has recently completed a great book on GI development.
Anil worked with Luke and Jesse and Darren and me on the examples in the book, and although I might be biased, I think it came out very well.
The book won't be actually published until february 2009, but Amazon is taking pre-orders here: Web Development with TIBCO General Interface: Building AJAX Clients for Enterprise SOA (Developer's Library)
Buy a copy, and post your questions to Anil here :-)
Michael Peachey Co-founder General Interface Relasing all the cases of Iprocess engine work queue using TIBCO GI18 Nov 2008, 07:08:50 -0600 Hi , Please can any one let me know how to select all the cases for some particular selection creteria from iprocess engine using GI and relase all the cases using TIBCO GI at single instance. eg- Listing all the work queue using some company account and relase all the case at a single instance using release button on Tibco GI.
Regards Arun Kumar Unable to get to handleActionRequestInternal in a Spring portlet17 Nov 2008, 06:59:54 -0600 Hi,
I've developed some porlets using spring Portlet MVC, for some time now I'm trying to handle a form submition:
<form method="post" action="<portlet:actionURL> <portlet:param name="action" value="create"/> </portlet:actionURL>"> <input type="submit" value="Create"/> </form>
When I deploy my application in the Portal this and try to submit this form I just get back on the initial porlet screen and not the expected output is found in the log file. This code should be executed when the create submit button is pressed:
protected void handleActionRequestInternal(ActionRequest request, ActionResponse response) throws Exception { logger.debug("Handle Action Request Internal"); response.setRenderParameter("action", "editsalesoffer"); }
I'm using spring 2.5.5 and spring-webmvc-portlet 2.5.5
Does somebody know what could be causing this problem?
Message was edited by: Sarris When I add the hidden field form-submit with value is true to the form then it works Browser shows "loading" state although application is fully loaded17 Nov 2008, 05:32:24 -0600 In my application the loading icon of my browsers does not stop although everything has fully loaded. This is pretty confusing to alot of our application users. It is not happening everytime the application starts, but it happens to often to oversee it. And it happens in every browser ( IE6, IE7, FX3).
I've had similar problems in web applications beside TIBCO, but the workaroung i used in these applications does not work (http://support.microsoft.com/kb/320731/en-us).
Any ideas on that? Date format for DatePicker17 Nov 2008, 04:49:42 -0600 How can I pass date format as per the localization to the DatePicker? Currently I am setting it with setFormat() but it gives me a warning message as,
2008-11-17 16:07:11.434 jsx3.gui (WARN) - Date format 'undefined' of date picker @jsx3.gui.DatePicker _jsx_0_1d/date1 is invalid. |