RE: Need Solution

2002-01-02 Thread Brian Etheridge
To: '[EMAIL PROTECTED]' Cc: YENUMULA Krishna Reddy Subject: Need Solution Sensitivity: Confidential Hi, We are trying to do small application by using Strut frame work. We have coded a sample jsp with defined tag text.This tag is wroking only for the property as username. It is not working

Need Solution

2002-01-01 Thread RAO Sreenivasa Kagitam
Hi, We are trying to do small application by using Strut frame work. We have coded a sample jsp with defined tag text.This tag is wroking only for the property as username. It is not working, if you give differnet name other than username. We have taken the example given by

Re: Need Solution

2002-01-01 Thread Arron Bates
This is really for the struts-user list. However... the error you have pasted here has nothing to do with the username property, but with the bean's property for institution. More specifically, struts can't find it. Could be that you're getter method for the institution property is not public

Re: need solution

2001-06-27 Thread Rajasekhar Bodduluri
Hi Cedric, I am very happy about ur response, it is very help me on our project, could u possible to send code how u test the condition before forwarding the page?. thanks regards raj

need solution

2001-06-26 Thread Rajasekhar Bodduluri
Hi all, My definition: definition name=forward.login path=/layout/classicLayout.jsp put name=title value=ICC(CSGnet) / put name=header value=/common/header.jsp / put name=footer value=/common/footer.jsp / put name=menu value=menu.main / put name=body value=login.jsp /

Re: need solution

2001-06-21 Thread Rajasekhar Bodduluri
html:link href=default.do IMG NAME=Login BORDER=0 SRC=bean:write name=req property=contextPath//application:initparameter name=imagePath//LoginButton1.gif ALT=Login/html:link Here the bean tag is not accepting, i know because of nested tag. So what is the solution to pass value dynamically over