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) Dynamically added form component
 
OBJECT MAINTENANCE 
 
When i went through implementing Struts for my project it really sucks as the 
number of objects for each functionality is excedded as each functionality in 
my project is totally differ from other functionalities.
 
what is your concern about Object Maintenance.  Is there any better way for 
object maintenance.
 
TIME OF DEBUGGING
 
Whenever if i get any exception due to lack of co-ordination between my JSP 
form and ActionForm the error messages are not in a proper debuggable way.  
Sometimes, if something goes wrong with the code it doesn't intimate me with 
proper error message, but common to all errors it gives me "bean-util exception"
 
If i want to fix the needed error in any of the JSP i need to go through 
struts-config.xml, tiles-def.xml, and then get the related JSP and then fix it 
out.
 
DYNAMICALLY ADDED FORM COMPONENT
 
In one of my screen, i came across a need of adding the form components 
dynamically using javascript (dynamically adding chek boxes).  what is the 
solution offered by struts to hold this situation to read the data into the 
ActionForm.
 
I know, that am a newbe for Struts, but when i went through the Forms and many 
Search Engines i failed to get the Proper information or Solution. But i hope 
and believe that there should be ways to deal these situations, if Yes please 
let me Know. 
 
Regards
Jeevan Kumar. Kade
 
 

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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 the problem lies here, according to Struts Bean Tag library we cann't 
use boolean type with 
 
Can any one suggest me the possible solution.
 
Thanks in Advance
 
Jeevan
 


-
 Start your day with Yahoo! - make it your home page 

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 currently unavailable, The requested service(service action 
is currently unavailable)is not currently available"
 
Plz, help me out for this problem.
 
-Thanks in Advance
Jeevan


-
 Start your day with Yahoo! - make it your home page 

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 for this.

-Thanks in Advance
Jeevan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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
Nitesh!
 
I am developing a component in which the values in combo box are dependent.
it is like this if i select combo1 then related values will b coming in combo2.
for this, i got html code. and i want to change this code into struts.
 
or u can help me by giving the code for the above.
 
plz, 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 PM
Subject: RE: Prob with -- Plz help me OUT


>
> Hi Nitin!
>
> I am using Struts 1.1
>
>
>
>
> Nitin Mandolkar 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: user@struts.apache.org
> Subject: Prob with -- Plz help me OUT
>
> Hi!
>
> i have an html code
>
> i need to convert the above code using struts library. but the problemhere 
> is,struts-tld cann't take "id" attribute. i strictly need to use "id". 
> Give me the solution for this ASAP. -Thanks in 
> AdvanceJeevan -Discover Yahoo! Get 
> on-the-go sports scores, stock quotes, news & more. Check it 
> out!-To 
> unsubscribe, e-mail: [EMAIL PROTECTED] additional 
> commands, e-mail: [EMAIL PROTECTED]
>
> -
> Discover Yahoo!
> Get on-the-go sports scores, stock quotes, news & more. Check it out! 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
 Yahoo! Mail - You care about security. So do we.

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: user@struts.apache.org
Subject: Prob with -- Plz help me OUT

Hi!

i have an html code

 i need to convert the above code using struts library. but the problemhere 
is,struts-tld cann't take "id" attribute. i strictly need to use "id". Give me 
the solution for this ASAP. -Thanks in AdvanceJeevan 
-Discover Yahoo! Get on-the-go sports scores, 
stock quotes, news & more. Check it 
out!-To 
unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL 
PROTECTED]

-
Discover Yahoo!
 Get on-the-go sports scores, stock quotes, news & more. Check it out!

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 You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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 area  i have say log in jsp(with struts), now if after 
taking inputs from the user , i wanna go to welcome page . now here is the 
problem, i want to display that welcome page into same content region.right now 
if action class returns sucesses,struts config take us to welcome page, but i 
want to embed that welcome page in the content region in layout page.
 
hope this will provide you witha better idea.

[EMAIL PROTECTED] wrote:

>... but the the problem i'm facing is how to point to a particular
region in tiles framework from struts config.
>

What do you exactly mean? Please expose your problem with more details.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Yahoo! Messenger
 Show us what our next emoticon should look like. Join the fun.

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 in Advance,
Adesh
 


-
Do you Yahoo!?
 Better first dates. More second dates. Yahoo! Personals