Maryam Nouhnejad

Ranch Hand
+ Follow
since Oct 04, 2006
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 Maryam Nouhnejad

I can not save it in this way either.

But this time I tried Torpark software and it could be downloaded this way.

Thanks anyway,

Maryam
16 years ago
Dear Ulf,
I tried saving the file using "save link as" in Mozilla Firefox & "save target as" in IE.But The file is either corrupted or can not be opened; may be because of my computer IP address, since I'm from Iran.

Can I put my e-mail here so that somebody would send them to me??

Please reply!
Maryam
16 years ago
I need Java Message Service specification, API documentation, jar and source and its sample programs. But when I try to download it from Sun using Sun Download Manager it saves the files as *.jnlp & I can not open it even with Java Web Start.
How can I download them? Do you know any other links in which I could save them as *.zip & *.pdf?
Please help me!
Thanks in advance!
Maryam

P.S. I think this is the right forum for me to ask my question.
16 years ago
I need Java Message Service specification, API documentation, jar and source and its sample programs. But when I try to download it from Sun using Sun Download Manager it saves the files as *.jnlp & I can not open it even with Java Web Start.
How can I download them? Do you know any other links in which I could save them as *.zip & *.pdf?
Please help me!
Thanks in advance!
Maryam
Hi

I need a technology similar to the new Microsoft technology "SilverLight" 1.0. (SilverLight works with .Net 3.0 and it looks beautiful & powerful)
Here is a link to it : SilverLight

Please help me to find a similar technology in J2EE.

Thanks in advance!

Maryam
I've created a tree using myfaces. An image is shown at the left of each tree node.

This is my tree structure :

What I want to do is to show the larger size of the image while moving the mouse over it.

And it should be displayed in a Fisheye manner...

This is the part of my code where I have encountered a problem :



Please show me how to use the Fisheye manner in jsf.
Thank you very much,

Maryam
[ July 09, 2007: Message edited by: Maryam Nouhnejad ]
16 years ago
JSF
I could solve my problem.
The problem was that I should write

instead of


Maryam
16 years ago
JSF
Please help me!!
16 years ago
JSF
Dear Dave,
I haven't learn RSS myself but may be this link can help you. I've used some tutorials of this site before and they were good.

http://www.w3schools.com/rss/default.asp

Hope it helps you,
Maryam
16 years ago
JSP
Any idea is appreciated!

16 years ago
JSF
Thank you for the link!

I read it and added the code to my project.

Now I have a column like this & I want to save the changes (after editing) to database :



but first I want to be sure the saveEditedRow can be called.


These are the methods I added to my TableData.java :




... but nothing happens. There is no exception and nothing is printed in my console. Do you know why?
16 years ago
JSF
Please help me for the last question!

Thank you!
16 years ago
JSF
I could solve my problm. Actually the number of rows in database was 26 but when I counted the number of rows printed in the web page I saw that it's 78 (26*3)...it was related to my array data; when I corrected the SIZE_USERS to :

and added them to my code (TableData.java) under


It worked and there were no more exceptions.



Now, I can edit the user information in the web page but how can I add the changes to the database? ... I mean if I have a submit edit button for all rows, how can I check which rows were changed?


Please guide me!

Thank you,
Maryam
16 years ago
JSF