gobburi saikrishna

Ranch Hand
+ Follow
since Jan 21, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by gobburi saikrishna

Does your book deal with security automation?

Thanks
Saikrishna
8 years ago
Hi iam a test developer, iam excited to learn new languages, looking forward for the book


Thanks
Saikrishna
12 years ago
eagerly waiting for that book


Thanks
Saikrishna
13 years ago
i want know know how agile is useful from testing prespective, i have idea about test driven development, but want to know how agile is use ful for Tester
Hello Ranchers

iam working on Automation Testing, i want to learn Agile, can anyone suggest me good book for learning Agile.


Thanks
Saikrishna
Hello Ranchers

iam new to Groovy, what is the best way to start learning groovy, i know java, can anyone suggest me good tutorials to learn groovy

Thanks in Advance

Saikrishna
14 years ago
Hello All

can i set scope=session in struts.xml in Struts2....

i have a variable which is set to session in action class

and i want to refer that variable in my jsp as session scope in my struts tag

example
i have a variable say parties in my action class which is list and it is set as session scope

session.setAttribute("parties", parties);


in my Jsp
iam using struts tag, get this in session scope.

like : <td > * <s:label for="partyField" id="partyLabel" value="%{getText('party')}" /></td>
<td > <s:select name="party" id="party" list="parties" listKey="id" listValue="name"></s:select> </td>
</tr>

iam getting error:

org.apache.jasper.JasperException: tag 'select', field 'list', name 'party': The requested list key 'parties' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]

please anyone try to reslove this


Thanks
Saikrishna
15 years ago
Is there any integration with java and javascript, where 18n messages should come from Client side, because the page which is getting validated is Ajax based web page, and every time an ajax is being called.
I need to implement the concept of I18n using javascript.
I can use resource bundle for different languages, but how to access that using javascript in the client side ?

please anyone post the solution


Thanks
Saikrishna
Dear Ranchers

i need to validate an Ajax based Registration form using Struts2.0 Annatation.

example when i tick an check box, an ajax call is going to database and the validation is getting failed, can anyone help me how to validate Ajax based page using Struts2 annotations(not Xml),
or any work around possible


Thanks
Saikrishna
15 years ago
Hello All

iam trying to validate an Ajax Page using Struts2.0 (performing Validations using Annotations),

can anyone share a sample example, how to perform validations for Ajax page using annotations in Struts2.0.



Thanks
Saikrishna


15 years ago
Hello Ranchers

can anyone please tell me how to print digit into words in the console

example : 20 should be printed on console as twenty(in words)
16 years ago
i think answer is 21, can anyone please explain how answer is 22

Thanks
saikrishna
Yaa constructor can throw the exception