RE: Struts - html:select options Question

2002-04-09 Thread Alvin Kutttikkat Antony
alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980 [EMAIL PROTECTED] 04/09/02 12:59pm Hi, Have you considered using the logic:iterate tag with a HTML table

Best way to write Export files

2002-02-13 Thread Alvin Kutttikkat Antony
Hi there, I have to write export files to an another server.The code I am using is not seams to be working fine .Some times it rewrites on an existing file.I am giving my code sample here access = ACCESS_WRITE; long time =

ReQ: Only one logged in session at a time for each user

2002-01-28 Thread Alvin Kutttikkat Antony
Hi there, I am too interested on this.The suggestion is good.How can I get session object from the Id.I think one way is through HttpSessionContext class. I found this class has been deprecated. any other way to achieve this Alvin second time, that you invalidate the *old*

A pure Java Question ---Urgent --please help

2002-01-24 Thread Alvin Kutttikkat Antony
Hi there, we are working on a Directory Project. Yesterday we made it online.We are using Novel E-directory as backend and JRun as Web server running on a linux server. The real problem is the memory for the Ldap server is getting dumped with ldap requets . My

Re: session id appearing

2002-01-16 Thread Alvin Kutttikkat Antony
You can call the HttpSession.Invalidate() method, if you are not using Session any more Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980 [EMAIL

Problem with Redirection

2001-12-11 Thread Alvin Kutttikkat Antony
Hello friends, I have a problem redirection Some part of our project they are not using Struts but they have to use the Login.do for validation what happens then after a successfull login it redirects to

Re: Producing alternating background colours in struts inatable

2001-12-06 Thread Alvin Kutttikkat Antony
this is very interesting.But is this checking wether the iteration bean is present for an iteration greets Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax +

Re: How do I set the value of a value tag in jsp file with abean value.

2001-12-04 Thread Alvin Kutttikkat Antony
Hello, Why don't u try this way? but I have tryed this in property field and it is working! html:radio property=typeOfRequestor value=%=userstag.userName%/ alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany

Setting a attribute from a page having no html:form ?

2001-12-03 Thread Alvin Kutttikkat Antony
I am using a jsp page as template for manipulating the iteration for different user data objects, so I have to save the color value each time getting out from this page to avoid getting the same color for adjacent lines of a table. For this I have setter and getter in the bean class and I

How to leave a Radio button selected by default?

2001-11-29 Thread Alvin Kutttikkat Antony
Thanks Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: Basic Question About custom Tags

2001-11-26 Thread Alvin Kutttikkat Antony
- From: Alvin Kutttikkat Antony [mailto:[EMAIL PROTECTED]] Sent: vrijdag 23 november 2001 11:25 To: [EMAIL PROTECTED] Subject: Basic Question About custom Tags Hello All, What are the steps to create a Application specific custom Tag? Plz help! Thanks, Alvin

Basic Question About custom Tags

2001-11-23 Thread Alvin Kutttikkat Antony
Hello All, What are the steps to create a Application specific custom Tag? Plz help! Thanks, Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980

Re: Nested iteration tags

2001-11-13 Thread Alvin Kutttikkat Antony
can I use nested logic:Iteration tags ? Any help would be appreciated thx Alvin alvin kuttikkat antony Internet und Virtuelle Hochshule Directory Universität München Leopoldstr .3 80802 München Germany Office Tel + 49.89.21025979 Office Fax + 49.89.21025980 -- To unsubscribe, e-mail:

Re: How to use the radio tag inside logic:iterate tag

2001-11-03 Thread Alvin Kutttikkat Antony
... http://www.mail-archive.com/struts-user@jakarta.apache.org/msg16684.html Cheers, Dave Alvin Kutttikkat Antony [EMAIL PROTECTED] on 11/02/2001 12:33:27 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark

How to use the radio tag inside logic:iterate tag

2001-11-02 Thread Alvin Kutttikkat Antony
I have a collection called workrelationships .I have to use radio buttons to select the preferred workrelationship. here is the code for iteration logic:iterate name=WorkRelationshipsForm property=WorkRelationships id=worker/ tr td bean:write name=worker property=faculty/ bean:write name=worker

How to use the radio tag inside logic:iterate tag

2001-11-02 Thread Alvin Kutttikkat Antony
I have a collection called workrelationships .I have to use radio buttons to select the preferred workrelationship. here is the code for iteration logic:iterate name=WorkRelationshipsForm property=WorkRelationships id=worker/ tr td bean:write name=worker property=faculty/ bean:write name=worker