chaining of actions

2001-03-16 Thread Sachin Tendulkar
Hi, Is there is a way in struts I can chain actions together.Like instead of going from an action to a jsp can i call another action after I am done processing one action? Thanks Vinay __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail

Re: text tag

2001-03-09 Thread Sachin Tendulkar
yes I imported the file..i also tried the single quotes but it doesn't seem to work.. --- Martin Cooper <[EMAIL PROTECTED]> wrote: > Did you import the FormConstants class at the top of > your JSP? > > -- > Martin Cooper > > - Original Message - &g

text tag

2001-03-08 Thread Sachin Tendulkar
Hi, I am trying to use the html:text tag like this: when i execute the jsp i get the following error : javax.servlet.ServletException: runtime failure in custom tag 'form' but if for the property attribute I use a static value, I don't get the error(like property="username"). I have checked th