Indexed Property

2004-03-22 Thread Prakasan OK
Hi, can anyone give me a sample code for implementing indexed properties? how should the jsp page and the corresponding Action class look like? thanks, Prakasan

Re: Peculiar Session Problem Weblogic 8.1

2004-03-19 Thread Prakasan OK
I think the session objects are stored in web server's memory.So when u r trying to acces a session object stored in one web server from another the problem occurs. On Thu, 18 Mar 2004 sougata wrote : Hi All I have a peculiar problem of session maintenence I have two servers one runing TomCat

Re: RE: Pls help on shopping cart App

2004-03-19 Thread Prakasan OK
Hi, I am also facing the same problem.. Can u explain how you have solved it? On Thu, 18 Mar 2004 sougata wrote : No it is not like that since I am using weblogic's struts .Anyway I solved that.Thanks for your reply Sougata -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED]

Settiing Initial Values to Check Box

2004-03-17 Thread Prakasan OK
Hi, I am setting a collection of ValueObjects in request and populating the page with the values from collection. I want to set the value of the check box with a particular value from the value object. My code is as follows. logic:iterate id=result name=result trtd

ClassPath Problem

2004-03-14 Thread Prakasan OK
Hi, I am a new bie to struts..I have a problem with my classpath. Instead of putting my ActionForm and Action class in the classes folder of my web application I am getting 'ClassnotFoundError'. I have put the required clases in a folder and edited the setclasspath.bat to put the class path to

Re: ClassPath Problem

2004-03-14 Thread Prakasan OK
class...Any idea why this happens? On Mon, 15 Mar 2004 yoge wrote : Place your classes in WEB-INF\classes folder. Prakasan OK wrote: Hi, I am a new bie to struts..I have a problem with my classpath. Instead of putting my ActionForm and Action class in the classes folder of my web application I