Announcement JBoss Handbook

2003-01-04 Thread Meeraj Kunnumpurath
Hi, I am pleased to announce the availability of the book JBoss 3.0 Deployment and Administration Handbook. The book provides a comprehensive coverage of the JBoss 3.0 server, focusing on -JBoss architecture -Deploying and configuring EJBs, web applications, EAR files, JCA resource

RE: multiple checkboxes

2001-07-12 Thread Meeraj Kunnumpurath
the Form into the checkbox? Meeraj Kunnumpurath wrote: You can use the multibox tag Regards Meeraj/ -Original Message- From: Leander Jedamus [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 8:21 AM To: [EMAIL PROTECTED] Subject: multiple checkboxes Hi! I have

RE: multiple checkboxes

2001-07-12 Thread Meeraj Kunnumpurath
. suhas - Original Message - From: Leander Jedamus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 9:33 AM Subject: Re: multiple checkboxes Hi! Thanks Meeraj, i will look into that. Leander Meeraj Kunnumpurath wrote: You can only define the multibox tag within

RE: Struts question

2001-07-11 Thread Meeraj Kunnumpurath
Action servlet does lot more things than just populating the bean instance like request delegation, view dispatching, locale selection etc etc. In addition the form bean provides you a method for validation the form data, even though it is recommended not to use it to promote the reuse of

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Meeraj Kunnumpurath
I have rewritten the Struts HTML tags to use an XML nodes as the data model instead of bean instances. Regards Meeraj/ -Original Message- From: Mahesh Bhagia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:11 PM To: [EMAIL PROTECTED] Subject: RE: XML/XSL/Struts

RE: can Struts tags create a bean using constructor instead of setter

2001-07-10 Thread Meeraj Kunnumpurath
Beans need to have public. no-argument constructors, unless they are explicitly created and stored in the required scope. RegardsMeeraj/ -Original Message-From: Jonathan [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 10, 2001 3:01 PMTo: [EMAIL PROTECTED]Subject: can Struts

RE: question in user state management using Session

2001-07-03 Thread Meeraj Kunnumpurath
I think the key name should be jSessionid according to the Servlet spec. RegardsMeeraj/ -Original Message-From: Jon.Ridgway [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 03, 2001 9:46 AMTo: [EMAIL PROTECTED]Subject: RE: question in user state management using Session

Using XML DOM instead of Action Form Beans

2001-06-28 Thread Meeraj Kunnumpurath
Hi, Is there anyway to adapt the Struts framework to use XML DOM instead of action form beans so that I don't need to create to new action form beans for every request URI mapping. Regards Meeraj/