Hi,
I am encountering "Cannot rollback Transcation() while a fetch is in
progress" issue in my application while logging into the application
(configured with multiple instances).
I am using Webobjects 5.4.3, Oracle 11 for my application.
Also when this error occurs in my application while p
Hi,
I am encountering "Cannot rollback Transcation() while a fetch is in
progress" issue in my application.
I am using Webobjects 5.4.3 Oralce 11 for my application.
I am trying to set timeout for the transaction and
editingContext.saveChanges(), please suggest how to set time out for
trans
Hi,
I am facing the same problem with Oracle 11 server and WO 5.4.3. If you
have solution please let me know.
Your suggestion is really helpful at this time.
Regards & Thanks,
PJ.
___
Do not post admin requests to the list. They will be ignored.
We
pt changing the security settings for me.
Jérémy
Le 8 déc. 2011 à 15:01, pavan.jayam a écrit :
Hi List,
I am attaching NSData to the WOResponse and returning as an excel page. It
works fine with the browsers like Safari,Chrome,Firefox and i am able to
download/save the excel file, but when
Hi List,
I am using Report mill Version 12 to generate reports in PDF and now i
want to generate the same report in Excel format.
PDF Report contains data in tables,table groups and graphs, All the data
is represented correctly in the PDF report.
When i use poi30-rm.jar to generate the Repo
Hi List,
I am attaching NSData to the WOResponse and returning as an excel page.
It works fine with the browsers like Safari,Chrome,Firefox and i am able
to download/save the excel file, but when i am trying to do the same in
Internet Explorer i am not able to download/save the file. A pop-up
list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/pavan.jayam%40prithvisolutions.com
This email sent to pavan.ja...@prithvisolutions.com
___
Do not post admin req
Hi List,
I am creating a RMDocument to generate pdf report using ReportMill.jar
in webobjects 5.4.3
Now i want to provide the same output in excel format to the user using
ReportMill with the same document.
Thanks in advance.
--Pavan Jayam.
__
ossible.
To do the same, we list the files and create a link for each one.
Jérémy
Le 24 nov. 2011 à 06:58, pavan.jayam a écrit :
Hi List,
I am attaching a excel file to response, when i get response form
appendToResponse i am downloading the attached excel file.
public void appendToRespo
, "attachment; filename="+file);
aResponse.appendContentData(excelData);
----
pavan.jayam wrote:
Hi List,
My requirement is to create an excel sheet using java and i need to
display the excel sheet in the client
Hi List,
I am attaching a excel file to response, when i get response form
appendToResponse i am downloading the attached excel file.
public void appendToResponse(WOResponse aResponse, WOContext aContext) {
aResponse.setHeader("application/vnd.ms-excel", "Content-Type");
aRespons
Hi List,
My requirement is to create an excel sheet using java and i need to
display the excel sheet in the client browser or need to provide an
option to open with or save file option in the client window.
I am able to create an excel workbook using poi.jar with the collected
data from data
Hi List,
Followed the same way that mentioned below email threads. It is working
fine with Firefox/Safari/Chrome but the "action = myAction" is not
calling when i click the Image1( surrounded by button) in "IE 7 or 8
versions".
(
)
Please advise.
Regards,
JPK.
> Hi,
>
an
empty array and not null?
I had a similar exception and set the 'list' and 'selections' arrays
to new NSArray(); when I initialized the component class. You would
have to do it for all your WOBrowsers.
On Sep 5, 2011, at 12:58 AM, pavan.jayam wrote:
Hi List,
I am us
Hi List,
I am using WOBrowser to select multiple objects.
For ex: WOBrowser 1 contains state objects, if any of the state
selected(moved to WOBrowser2 ) i am displaying Districts for that state
in the WOBrowser 3. To move state object from WOBrowser1 to WOBrowser2
i am using WOImageButton.
Dear List,
i have a div which contains hyperlinks, onclick i am loading a page in
frame, bindings are "action=hyperlinkAction;
for the first time i click on it hyperlink its working fine, but when i
click on other tabs and come back to the first tab its not calling the
action method. the se
Dear List,
i am getting a strange problem in loading images,
i am loading some images from apache server on a single page using
WOResourseURL and javascript, the images loading inconsistently, some
times they load some times they don't, i am getting a javascript error..
Can any one please su
Dear List,
I need an example(sample program) how CCAjaxTabPanel works and examples
for er.coolComponents framework of ProjectWonder5.0,
i want to know how the "tabs" and tabpanel works and how the interaction
takes lace, i searched in google but i didn't find any example.
Please HelpMe.
Than
HI Paul,
Sorry for the delay in reply...
The below issues are coming while opening a page in eclipse
Problems occurred when invoking code from plug-in:
"org.eclipse.ui.workbench".
Could not create action delegate for id:
org.objectstyle.wolips.wizards.actions.OpenWOComponentWizard
Plug-in org
Dear List,
I am facing a problem with eclipse, i developed an application with
Eclipse3.2 and now upgraded my eclipse to 3.6 with compatible WOLips,
but it is giving lot of errors, and i added all related libraries and
jar files to the project.
Thanks&Regards,
*Pavan Jayam
*
__
mponent as before the click.
Next Page
Hyperlink1: WOHyperlink {
action = goToNextPage;
target = "_blank";
}
Steve
On Feb 25, 2011, at 12:00 AM, pavan.jayam wrote:
Dear List,
When a user clicks a submit button or hyper link it should open a new window
with seco
Dear List,
When a user clicks a submit button or hyper link it should open a new
window with second component and the parent window should continue with
the third component is it possible...
if yes, please suggest..
--
Thanks&Regards,
*Pavan Jayam
*Software Trainee
*Prithvi Information Solut
1-02-24, at 6:31 PM, pavan.jayam wrote:
Thank you John.. i will try this...
but what exactly i need is, the user should be in the same page, i dont want
the user to move back.
John Huss wrote:
Page caching versus regeneration is determined by:
WOApplication.*setPageRefreshOnBack
com/javadoc/WebObjects/5.4/com/webobjects/appserver/WOApplication.html#setPageRefreshOnBacktrackEnabled%28boolean%29>*(boolean aFlag)
But I would suggest that breaking the back button is a very bad idea;
it is a fundamental part of the browser.
John
On Thu, Feb 24, 2011 at 2:52 AM, pavan
Dear All,
How to disable back button when user clicks browser back button,
the formal way is "window.history.forward() and window.history.go()"
are working with normal html pages... but when implemented with
webobjects its giving "webpage is expired".
can any one suggest on this.
--
Thanks
25 matches
Mail list logo