regarding HSM

2006-07-14 Thread mansooraks
Dear guys, My question is out scope of this Group. Any how if anyone know about this.plz help me. I accessing the hardware. HSM-hardware security module. Through java. I don't know how to pass commands to HSM to generate keys. through java. If anyone have idea of this.plz help  regards,

validating checkbox

2006-06-22 Thread mansooraks
Dear all, How can I validate atleast one checkbox should be selected b4 form submited. I am using html:multibox. regards, Mansoor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: validating checkbox

2006-06-22 Thread mansooraks
Hi jasper, S I have tried with required validator. It s not working. regards, Mansoor -Original Message- From: The Jasper [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 1:30 PM To: Struts Users Mailing List Subject: Re: validating checkbox hi, have you tried the

validating select tag value

2006-06-21 Thread mansooraks
Dear all, How can I validate at least any one should be selected in the select tag. Using validator framework in client side validation. By default it contains --Select-- on page load. Eg: html:select property=role html:option value=--Select--/html:option

regarding validation framework

2006-06-20 Thread mansooraks
Dear all, I am using validator framework in my application for client side validation. I have done all prerequisite . mapped my formbean in validator.xml file .add coding in jsp page. But while running that page it prints all the script code n the page itself like given below. Plz tell me the

RE: ActionErrors not being displayed in jsp

2006-06-20 Thread mansooraks
Hi, public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) { ActionErrors errors = new ActionErrors(); if ((username == null) || (username.length() == 0)) { errors.add(username, new

help in maven

2006-06-19 Thread mansooraks
Dear all, I am new to Maven. Can u suggest me a good resource to learn maven. I have exp. in ant tool. What way maven differs from ant? Help plz. regards, Mansoor - To unsubscribe, e-mail: [EMAIL PROTECTED] For

regarding role based access

2006-06-15 Thread mansooraks
Dear all, What s the difference between giving role based access with struts framework. In other way through JAAS. Which s should be taken if optional? regards, Mansoor

regarding loging

2006-06-13 Thread mansooraks
Hi all, I am using log4j n my struts-hibernate application. Problem is it logging all the things n struts and hibernate. How I can exclude all the other logging. And its should display only my logging which I specify in my action classes and all other classes which I code. Eg: log.info(inside