Re: bean traversal question

2005-07-28 Thread Shekhar Jain
What we have done is kept all forms in session as "form". That way if the user jumps to another set of pages and discards halfway tru the current process the "form" session variable just gets reused and we don't have to worry too much about cleanup Shekhar On 7/28/05, Rick Reumann <[EMAIL PROTECT

Re: htnm:base rewrites anchor tag

2005-07-28 Thread Shekhar Jain
No I'm just using a plain wrote: > Shekhar Jain wrote: > > >I have a jsp page which in which I am using the at the top > >of the page. However I find that then all the links to anchor tags get > >rewrriten with the jsp page. Is there any way to prevent this from &

htnm:base rewrites anchor tag

2005-07-28 Thread Shekhar Jain
I have a jsp page which in which I am using the at the top of the page. However I find that then all the links to anchor tags get rewrriten with the jsp page. Is there any way to prevent this from happening Shekhar Jain - To

ActionForm with List of beans question

2005-07-26 Thread Shekhar Jain
I have an ActionForm with a List of beans with a variable size. In my reset() method I'm trying to resize the List to the size I need. Although the reset() method has the request object getting passed in as a parameter it appears to be empty. Is there any reason it is there? If I have a hidden fie