Swela Jathar

Greenhorn
+ Follow
since Aug 19, 2011
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 Swela Jathar

Hi,

I am totally new to JSF 2.0.I am creating simple registration form using mysql 5.1,and netbeans 6.5.and i have created separate java class for database connection.i have written insert query in that class.n i want to access variables from jsf bean page(i.e bean.java).
how to move a variable's value from jsf's bean page to another java class?
Thanks in advance...
12 years ago
JSF
Hi,
I am getting this error in my application.



what is the meaning of this error?and how to resolve this error??
Please help..
Thanks in advance...

Thanks rob....
but i want to call another form from label.Means i want to open form when i press key.
please help.
12 years ago
Thanks for reply........

You can specify that a label belongs to a component with the setLabelFor method. After that you can use setDisplayedMnemonic or setDisplayedMnemonicIndex to set the mnemonic for the label. This will however only request that the connected component (as specified in setLabelFor) will receive focus / be the currently selected component. It will not trigger anything.



but which component is convenient for this method???can you give me example??
12 years ago
Hi,
I have desktop application.I want to set shortcut key of character to Label.can I use setMnemonic() method on label???or any other solution.

Thank you in advance...
12 years ago
Thanks to all of you for your guidence.....
12 years ago
hi,
I wants to learn hibernate.but i don't have knowledge of struts.Is it Necessary to learn struts before hibernate??

Thanks in advance..''
12 years ago
Hi...
what is the actual difference between ItemStateChanged and ActionPerformed in case of combobox??
Should I ever use one instead of the other?
Thanks.....
12 years ago
By using preparedStatement it is working....
Thanks a lot zandis and vigneswaran...
ya..i have inserted \ into database because i used shivaji font ....so my customers names are in marathi language...
but if i use % it is also possible that more customer contains same string or characters before \ character...so how should i check only that string??
thanks zandis..
but i have taken customer name from combo box...so it is a string...and there are also other names which doesn't contain '\'..
so how should i find out escape character and add ' \' to it...
Thanks...

Hi,
I have desktop based application.I am using MySQL.I want to select Id of customer on basis of his name.But it gives problem when name contains escape characters like\.
so can you tell me how should i write select query???

Thanks in advance....
Hi,
i have installed wamp server 2.2 package.After insatllation i am not able to login as user root .iam able to login as pma(ie php my admin) but this user has no privileges to create database.And I have not given password to user root still it gives error
]
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Please help me..
Thanks in advance.............
12 years ago
PHP
Hi Maneesh,

can you show me some another example which handles more than three combo boxes?
Thanks..
12 years ago
hi Eric,
target.focus() was not working...