Farouk Mohamed2

Greenhorn
+ Follow
since Jan 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Farouk Mohamed2

Hello
I have the same problem do you know how to solve it
Farouk
20 years ago
We're using Xerces and Java and placing complex business/data validation rules in XML Schemas to validate system-to-system XML data exchanges. We'd like to parse these documents and return usable, understandable error messages to the business user who originally created the XML document. We're running into two problems:
1] Parser only finds 1st error (we'd like all errors to be reported)
2] Parser reports cryptic error messages that are not understandable by business users
I'm looking for resources, best practices, suggestions, commercial products that can help us solve this problem.
Thanks!
Hi all
The SAXParseException just reports line number and column number . Is there any way we can repotr to the user of the parser that this element in the XML does not conform to DTD or schema
Much appreciated
Farouk
1. Is there any way to build dynamic webpage using xml definiting items to be displayed on the page.
2. I heard we can do it using Map backed form beans.Please can you give me a example of this
3. why should we use map backed beans when we can have create actions forms to hold the data from view as well as model
20 years ago
I have a jar file to be signed as it requires access to local drive to read a file.
It is using JDK1.1.8 so i have to use JAVAKEY tool
Process and Problems
Step 1: I created a siging identity using
Javakey -cs Duke true
Step 1 - OK
Step 2: I try to create Private and public keys for the signer using DS 512 the followin command
Javakey -gk Duke DSA 512 pub_key priv_key
Step 2 Fails:
Message:
C:\users\default>javakey -gk Duke1 DSA 512 pub_key priv_key
java.lang.UnsatisfiedLinkError: getByte
at java.security.SecureRandom.getSeed(Compiled Code)
at sun.security.provider.Main.machineSeed(Main.java:1436)
at sun.security.provider.Main.generateKeyPair(Main.java:1006)
at sun.security.provider.Main.generateCmd(Main.java:730)
at sun.security.provider.Main.run(Main.java:1403)
at sun.security.provider.Main.main(Main.java:1432)

Can any one help me plzzzzz
Farouk
21 years ago
Hi
When can we use only JSP's instead of servlets?

Thanks
21 years ago
Thanks
I will do that
Farouk
hi
I have decided to use jdk1.4 for my developer exam. Please can anyone tell me whether it is ok and anyone has now passed it using jdk 1.4.
Mark where are you???

Farouk
Hi
Thanks for reply
Thats my problem i want it tobe connect to panel and not to frame as the frame is a border layout and i dont want the window to cover the entire frame i want it over the panel
Farouk
22 years ago
Hi
I have panel(X) with a button and when it is clicked i like to bring a window(Y) up.
What kind of window(Y) should i have to create to have window(Y) different buttons and everything
If i use a JInternalFrame it is tied to frame and not to a panel what can i do.
This panel(X) is inside a Frame
Please Reply
Farouk
22 years ago