Problem with html:option default selected

2005-09-14 Thread Kade Jeevan Kumar
Hi! What is the corresponding code in Struts for the given html Two one -Thanks in Advance Jeevan - Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

A concern about object maintenance with Struts Framework

2005-08-25 Thread Kade Jeevan Kumar
Hi All! I am new to Struts and i am impressed with the framework, its INTENDED concept. But i went through the Struts implementation in one of my project i came to know there are some of the real time issues are there as mentioned below; 1) Object Maintenance 2) Time of debugging 3) Dynamicall

Problem with logic:present TAG

2005-08-23 Thread Kade Jeevan Kumar
Hi All! I am developing an application where i needs to populate a value which is of boolean type. A sample snippet of code giving below - Here, 'exists' is a boolean type. my requirement is to chek if exists is true display some message else display some different message. I feel th

Problem with Installing the Struts

2005-08-01 Thread Kade Jeevan Kumar
Hi All! I am using Tomcat 4.0.6, Java 1.4, Struts 1.1 for my initial struts set up application. I configured the required libraries to run Struts application. But the problem is when i try to run the application using struts i am getting the following exception in my jsp "Servlet action is cur

Problem with Dyna Form

2005-07-27 Thread Kade Jeevan Kumar
Hi All, My requirement is to generate a set of dynamic rows(with checkbox and combo box) at client side using JSP and Struts 1.1. As of now, i am generating the above stuff using java script. How can i use Dyna Form to meet the above requirement (or) suggest me other way if u have any solution

RE: Problem with -- Help me OUT

2005-06-10 Thread Kade Jeevan Kumar
Hi Madigan ! Thnx for ur solution. It is working now with styleId -Jeevan - Discover Yahoo! Get on-the-go sports scores, stock quotes, news & more. Check it out!

Re: Prob with -- Plz help me OUT

2005-06-09 Thread Kade Jeevan Kumar
, help me in this.. Jeevan Nitesh <[EMAIL PROTECTED]> wrote: Jeevan, Any specific reason as to why you have to have the id attribute? Nitesh - Original Message - From: "Kade Jeevan Kumar" To: "Struts Users Mailing List" Cc: Sent: Thursday, June 09, 2005 6:13

RE: Prob with -- Plz help me OUT

2005-06-09 Thread Kade Jeevan Kumar
Hi Nitin! I am using Struts 1.1 Nitin Mandolkar <[EMAIL PROTECTED]> wrote: Hello can I know which struts you are using. Then and then only I can ans you. -ni3. -Original Message- From: Kade Jeevan Kumar [mailto:[EMAIL PROTECTED] Sent: 09 June 2005 13:28 To

Prob with -- Plz help me OUT

2005-06-09 Thread Kade Jeevan Kumar
Hi! i have an html code

Problem with -- Help me OUT

2005-06-09 Thread Kade Jeevan Kumar
Hi! i have an html code

problem with

2005-04-21 Thread Kade Jeevan Kumar
Hi i have for(int i=0; i< vec.size(); i++) { if(i=5) { // do some thing } } how can i use the same code in Help me out with example. -Thnx in Advance Jeevan __ Do Y

Re: Struts with Tiles

2005-04-06 Thread Kade Jeevan Kumar
hi, let me explain problem in better way, using tiles framework i've created a layout page , which embed various jsp's.Now u can say that each jsp is a region in the layout.say we have divided our layout into three regions one for header,one for footer and one for content. Now if in my content ar

Struts with Tiles

2005-04-04 Thread Kade Jeevan Kumar
Hi All, I'm using using tiles framework for my application.I'm using struts, jsp,servlets,xml as technologies. With tiles we are dividing my jsp into regions but the the problem i'm facing is how to point to a particular region in tiles framework from struts config. Do reply back Thanks i