Re: what login security&encription are good for struts...?

2007-11-13 Thread msg2ajay
e thing is are u using Hibernate? once again thanQ msg2ajay wrote: > > hello friends, > I am developing a struts+hibernate application which > contains a login page. I am not sure of which tools or API's to use for > logn > Authentication and

what login security&encription are good for struts...?

2007-11-12 Thread msg2ajay
hello friends, I am developing a struts+hibernate application which contains a login page. I am not sure of which tools or API's to use for logn Authentication and encription. Can any bady suggest me which is best for login Authentication and what way can i proceed for

Exadel Studio is showing Evalution version Expired why?

2007-10-02 Thread msg2ajay
Hello friends, I just downloaded ExadelStudio 4.0.4 for Eclipse 3.2.2 .But when i tried to do Struts project, i am geting a message as Evalution Version Expired. Why it is showing like that. ThanQ in Adv, Ajay -- View this message in context: http://www.nabble.com/Exadel-Studio-is-showing-Eval

Re: problem with

2007-09-13 Thread msg2ajay
hi, Yaa i have done mistake. I have placed my ActionForm Name insted of Confingfile form name. But the problem still there i am not able to get the form (setLableParam())value to my jsp. I have created an object in my jsp and tried to print the object, but it is returning null. and one more

Re: where can i download struts-layout.tld's

2007-09-13 Thread msg2ajay
. -- do i have any versioning problem.. msg2ajay wrote: > > thank's a lot > > Antonio Petrelli-3 wrote: >> >> 2007/9/13, msg2ajay <[EMAIL PROTECTED]>: >>> >>> >>> hi, >&g

Re: where can i download struts-layout.tld's

2007-09-13 Thread msg2ajay
thank's a lot Antonio Petrelli-3 wrote: > > 2007/9/13, msg2ajay <[EMAIL PROTECTED]>: >> >> >> hi, >> >>i am trying to use struts-layout for demonstration of Grid model. >> so >> Can anybady tell me from where i can download the

where can i download struts-layout.tld's

2007-09-12 Thread msg2ajay
hi, i am trying to use struts-layout for demonstration of Grid model. so Can anybady tell me from where i can download the relevent supported file's needed to me. i am using struts 1.2.9 and jdk1.5.. thanQ for anyKind of help. Ajay -- View this message in context: http://www.nabble.com/

problem with

2007-09-12 Thread msg2ajay
hi, i am trying to get the collection object (Vector) form Action Class to my Jsp. I already set to my FormBean and i am getting an error as.. javax.servlet.jsp.JspException: Cannot find bean: "X32Form" in any scope my Action class is (X32Action.java): ---

RE: how do i get the ActionClass's Vector to my JSP page for display

2007-09-07 Thread msg2ajay
!). > > If you aren't using jstl you could use bean:write or various other > methods to write out the variables > > Jennie > -Original Message- > From: msg2ajay [mailto:[EMAIL PROTECTED] > Sent: 07 September 2007 03:50 > To: user@struts.apache.org > Subj

how do i get the ActionClass's Vector to my JSP page for display

2007-09-06 Thread msg2ajay
hi, I am trying to get a ActionClass's vector object my forntEnd(jsp). I have tried to set to my form bean and get the values to my jsp. But it is showing error as . [code] [javac] /usr/java/SUNWappserver/domains/domain2/generated/jsp/j2ee-modules/ILICTreasury/org/apache/jsp/banker_002dweb/js

RE: how to forward some action from javascritp

2007-08-08 Thread msg2ajay
in javascripts to forward the > control to the action. > > document.forms[0].action='myAction.do'; > document.forms[0].submit(); > > Thanks & Regards > > Rajam Thirunavukkarasu > > -Original Message- > From: msg2ajay [mailto:[EMAIL PROTEC

how to forward some action from javascritp

2007-08-07 Thread msg2ajay
hi i have to forward to controller with javascritp my script is as below. function fwd(field){ var val=field.value; if(val == 1){ [b]mypage.do[/b] //<--- this is how i needed } } one one one thx in Adv Ajay -- View this message in context: http://www.nabbl