Hi, Recently we noticed many messages in HAT with the status "Suspended (Resumable)". Any new message submitted continued to go into this state. Googling...
Mohit Sharma
mosharma@...
Mar 1, 2006 4:39 pm
9074
Harish, I have written an AD Web Manager, I am planning to opensource. But before that I can send the code to you. here are details about application -> ...
Hi all, This is a very urgent situation. Yesterday while browsing the net with my yahoo messenger on, a message popped in my messenger saying that Password...
Soory Amit. By mistakely I click the link and It send automatically to my all yahoo friends. Now I removed the list and /unsubscribe from the "lovehappens"...
Log out and log back in. If you can do so, your password has not changed. You might want to scan your machine for spyware and viruses. Some free tools: ...
Hi, I have a major problem on my hands. I have to create an installer for Windows and Linux of a web application (which is nothing but a collection of PHP...
Thanks for the pointers Sanjeev. But I just realised that my username/password was phished out. ... [Non-text portions of this message have been removed]...
hi i have a xml file from which i want to remove empty tags. our approach was to convert entire xml into 1 line string by replacing \n with '#' and then using ...
Which version of sed are you using? Gnu sed and company don't have any limits on the file size. Besides, sed is a stream editor, so it wouldn't be slurping the...
hi vivek we are using sed that came with Hp-ux 11 right now i am @ home n dun have access to get version details. we are using tr to convert \n to # (this...
Aaah. See, sed tries to read the file in, line by line. There's your problem. You've converted the file into one single line. I still don't see why you need to...
... I have a really weird feelign about the comma "," - I cant understand why its there. Besides, i think it important to know that the asterix "*" tends to...
ye i know thats why i had mentioned ignore the case where nested tags are present ... at most the nesting can go max upto 3-4 levels so we need to put it in ...
hi ye that was typo mistake :) actual pattern used was "s/<[a-z,A-Z]*>#<\/[a-z,A-Z]*>/#/g" tmp i dropped # too just to avoid confusion. but sure that white...
Hi, Since sed is a line oriented editor (much of Unix shell programs work that way, I think), long lines is going to create trouble. And with xml/html kind of...
sir, ... yes on googling i realized that some versions of the sed fails beyond 4000 characters (which is not really big for a file) ... yes but in our case i...
hi all heres an interesting link on advanced use of sed http://www.unix.org.ua/orelly/unix/sedawk/ch06_01.htm this might help for patterns spread over multiple...
Hi Friends, i am working in swing. On a panel i have 2 buttons(submit n cancel) and 4 comboboxes. here i need to listen mouse and keys also. here if i press...
Hi, Which version of jdk are you using? Prior Jdk 1.4 there was a method findFocusOwner which finds the owner of the focus and based on this you should be able...
Hi Manisha... If i m not mistaking you just want to make ur submit button as default button i.e. when u ll press enter it shd do the work of submit button.... ...
fortunately i had bookmarked this :) HTH http://www.devx.com/tips/Tip/14318 ... __________________________________________________ Do You Yahoo!? Tired of...
Hi Friends, I need your help in gathering the best-practices for implementing RR in JMS. Basically, I'm interested in knowing the pros and cons of using...
Hello Everyone, I would like to share your views regarding future of j2me as far as application programming goes and also considering Symbian , Windows Mobile...
Hi Netra, here i made "Submit" button as a default button. And here i have actionListener too. For actionListener we have to write actionPerformed() function,...
Hi Sachin, JMS has an option for creating dynamic or temporary queues, whose scope and lifetime is short as compared to the static queues which are configured...
Hi, I got ur problem some what... But cant this problem getting solved by getActionCommand() or getSource() method, by which u can get the source button? ...
Hi Manali, I guess you need to use the getSource() method of the ActionEvent class to find out which is the source of event. Once you know that, you will be...
Hi Folks, I am trying to setup Websphere MQSeries to work as a Transaction Controller in an XA Transaction between MQSeries as one resource & Oracle as the...