RE: Need Solution

2002-01-02 Thread Brian Etheridge
0:29 PM 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

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 publi

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

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

Re: need solution

2001-06-27 Thread Cedric Dumoulin
This is not a bug in Struts, neither in Components / Extended Template. You can't do a sendRedirect() once you have start to write the response. What you are trying to do is to build a page, and when you encounter a special condition, you want to build another page, dropping the previous

need solution

2001-06-26 Thread Rajasekhar Bodduluri
Hi all, My definition: in header.jsp i like to call response.sendRedirect("test.jsp") for one logic, but i got exception "Response has already been committed' java.lang.IllegalStateException: Response has already been committed at org.apache.tomcat.facade.HttpServletR

Re: need solution

2001-06-21 Thread Rajasekhar Bodduluri
//LoginButton1.gif" ALT="Login"> Here the bean tag is not accepting, i know because of nested tag. So what is the solution to pass value dynamically over here? thanks & regards raj