Hi All,
I am trying to parse the xml which is shown below but i am getting following exception, is there any wrong in format of xml.
[code=xml]
<abo:CodeCombin ationsResponse xmlns:abo="http ://xmlns.oracle.co m/ApplicationObje cts/Ebiz/Core/ABO/ChartOfAccounts/V1"><abo:CodeCo mbinationId>111 11</abo:CodeCombina tionId><abo:Rea sonCode>111 segment 1</abo:ReasonCode> <abo:ReasonCode >...
User Profile
Collapse
-
XML Parse Exception
-
Namespace prefix used but not declared
Hi All,
I am trying to parse the xml.
<ns1:ProcessGLA ccountValidatio nRequestABM xmlns:ns1="http ://xmins.oracle.co m/ApplicationObje cts/Ebiz/Core/ABM/ChartOfAccounts/V1">
<ns2:ChartOfAcc ountsName xmlns:ns2="http ://xmlns.oracle.co m/ApplicationObje cts/Ebiz/Core/ABO/ChartOfAccounts/V1">Netherlan ds Accounting Flex</ns2:ChartOfAcco untsName>
<ns2:ChartOfAcc ountsId>50560</ns2:ChartOfAcco untsId>... -
Sorry it is not working :( , is there any other different way to solve this problem.... -
Code:function shiftEnter(e) { if(navigator.userAgent.indexOf("MSIE") >= 0) { if ( event.shiftKey || event.ctrlKey ) { alert("MSIE"); var msg = "<bean:message key='home.player.operationNotAllowed' />"; alert(msg); return false; } } else if(navigator.userAgent.indexOf("Firefox") >= 0) { if(!e){
Leave a comment:
-
Thanks for quick reply but It doesnt worked, can you suggest some other way of handling this, detecting event.shiftKey/event.ctrlKey events in Fire Fox....Leave a comment:
-
event.shiftKey is not detected in Fire fox
hi all,
we have a requirement to disable shift click and ctrl click.
i have code:
[CODE=javascript]document.onmous edown = shiftEnter;
function shiftEnter(e) {
if (event.shiftKey ) {
alert("shift key is disabled");
return false;
}
}
[/CODE]
this code is not working in Fire fox, please help.
thanks,
rakesh... -
How to override javascript function
hi,
i have a javascript function in baselayout.jsp for document.onkeyd own
i want to override it in my other jsp.
how can i do that, pls help
thanks,
Rakesh -
please find the code which i am using.
[HTML]<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="/WEB-INF/app.tld"...Leave a comment:
-
Ya, we have our application deployed there and we are accessing that from our system.
Rakesh...Leave a comment:
-
Since it is a straight forward example it is working fine.. in IE6, in local for me it is working but when it goes to Linux Environment it is failing.
My Script is placed in Head tags only... does it have any effect... where we need to define such kind of scripts....
i repeat it is not at all calling onunload function also...
since i have tested it by keeping simple alert statement in it, but it is not working...Leave a comment:
-
var flag = false;
Yes the Value of Flag is set to false initially and based on condition we are setting that as true.
Even when i kept simple alert statement it is not working.
I suppose the event is not getting triggered.
pls suggest.
thanks,
Rakesh....Leave a comment:
-
i have used the same code for onbeforeunload which i have used for onunload...Leave a comment:
-
Handling Shift and click
hi all,
i have a requirement,
we need to handle the event when user presses shift and then clicks on the link
how to handle this event.
pls suggest.
thanks,
Rakesh -
Thanks for Quick Reply
i am using flash content in my jsp onbeforeunload is getting fired when my flash is loading why i havent understood that.
how can i use onunload, what are the possible causes for getting not executed.
urgent :(
thanks,
rakesh....Leave a comment:
-
window.onunload does not work in IE6
hi all,
i am using window.onunload () method in IE6, it works fines in local, but it does not work in Integration Box(Linux Environment), i have written a simple alert() statement to check whether it does really trigger that event alert() statement is also not working it seems event it self is not triggering. But it works fine in IE7 and FireFox.
here is my code snippet:
[CODE=javascript]<script>
... -
Thanks for Quick Reply,
Exact problem is in my page i have images when user clicks on Zoom button they are misplaced and they are disturbed so my customer does not want that to be happen :(
pls provide solution
thanks in advance,
Rakesh N....Leave a comment:
-
How to Detect Browser Zoom Event
Hi All,
I have a requirement my Customer doesn't want to see any changes in the page when user clicks on Zoom button in IE7 or in any other browser that supports Zoom option. Can you please help to find solution for this problem.
It is Urgent
thank you in advance,
Rakesh N. -
thanks for reply
that is the email and confirm email text boxes
he wants me to disable all the options for copying and pasting the email in confirm email box
thank u...Leave a comment:
-
can we disable the copy & paste option in edit menu bar of browser
hi all,
can we disable the copy and paste option in edit menu bar of browser my customer does not want copying using any technique so can any one help
how to disable that options copy and paste in menu bar using java script
urgently required
loooking for quick response
pls
bye
rakesh -
how to turn off autocomplete using java script for Struts html:text tag
hi all,
i am using struts for my presentation and i use html:text for my text boxes
the issue is i want to disable autocomplete option for that i tried in so many different ways but it has not worked..
can any one give suggestion by writing javascript for that it is very urgent......... ....
pls thanku
No activity results to display
Show More
Leave a comment: