Struts newbie question

2003-10-22 Thread Nathan Maves
I have a form that has two select boxes.  One need to be pre-populated 
on load.  The second will be populated when a use selects one of the 
elements in the first list.

Can this be accomplished and if so how?

I would really like to use DynaActionForms if possible.

Nathan

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


Struts newbie question

2002-10-16 Thread Bhamani, Nizar A TL56E

I had a question about deploying an application that consisted of multiple
struts based components. i.e. there will be a main application directory
set (which is struts based) under webapps and underneath which there will be
multiple sub-application directories which are also struts based. My guess
is
this should work but I just wanted to confirm this from this group.

Thanks,

Nizar Bhamani 


CONFIDENTIALITY
This e-mail and any attachments are confidential and also may be privileged.
If you are not the named recipient, or have otherwise received this 
communication in error, please delete it from your inbox, notify the sender
immediately, and do not disclose its contents to any other person, 
use them for any purpose, or store or copy them in any medium. 
Thank you for your cooperation. 



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




Implement menu into Struts ( Newbie question )

2001-09-14 Thread Claudio Parnenzini

Hi all,

I would like to know how is the best way to implement a standard menu 
wrote in Javascript with Struts. My web application have a top frame that 
contains my menu, when you click on to an item, I would like to call a 
jsp page ( Targeted into the body frame ) that display data from a DB.

Is the best way to do it by calling an Action class that take data from 
the DB and after call the JSP page ? 
Or is there an other way to do it???

Any link or example are really appreciate.

Regards

Claudio Parnenzini



AW: Implement menu into Struts ( Newbie question )

2001-09-14 Thread juraj Lenharcik

hi claudio,

i think it is of course the best way to do it with your ActionBean. it
exists a struts based taglib collection named struts light
http://struts.application-servers.com/ . theres a menu implemented in struts
and jsp. i think it is exactly tat, what you need. i tried the menu some
time ago, but i had problems to run it, when you have a hierarchical
structure with a deep more than two. but for a simple use it should suffice.


juraj

 

-Ursprüngliche Nachricht-
Von: Claudio Parnenzini [mailto:[EMAIL PROTECTED]]
Gesendet: Freitag, 14. September 2001 13:52
An: [EMAIL PROTECTED]
Betreff: Implement menu into Struts ( Newbie question )


Hi all,

I would like to know how is the best way to implement a standard menu 
wrote in Javascript with Struts. My web application have a top frame that 
contains my menu, when you click on to an item, I would like to call a 
jsp page ( Targeted into the body frame ) that display data from a DB.

Is the best way to do it by calling an Action class that take data from 
the DB and after call the JSP page ? 
Or is there an other way to do it???

Any link or example are really appreciate.

Regards

Claudio Parnenzini



Re: AW: Implement menu into Struts ( Newbie question )

2001-09-14 Thread Claudio Parnenzini

Thanks, I will have a look.

Regards

 Original Message 

On 9/14/01, 1:59:14 PM, juraj Lenharcik [EMAIL PROTECTED] 
wrote regarding AW: Implement menu into Struts ( Newbie question ):


 hi claudio,

 i think it is of course the best way to do it with your ActionBean. it
 exists a struts based taglib collection named struts light
 http://struts.application-servers.com/ . theres a menu implemented in 
struts
 and jsp. i think it is exactly tat, what you need. i tried the menu some
 time ago, but i had problems to run it, when you have a hierarchical
 structure with a deep more than two. but for a simple use it should 
suffice.


 juraj



 -Ursprüngliche Nachricht-
 Von: Claudio Parnenzini [mailto:[EMAIL PROTECTED]]
 Gesendet: Freitag, 14. September 2001 13:52
 An: [EMAIL PROTECTED]
 Betreff: Implement menu into Struts ( Newbie question )


 Hi all,

 I would like to know how is the best way to implement a standard menu
 wrote in Javascript with Struts. My web application have a top frame that
 contains my menu, when you click on to an item, I would like to call a
 jsp page ( Targeted into the body frame ) that display data from a DB.

 Is the best way to do it by calling an Action class that take data from
 the DB and after call the JSP page ?
 Or is there an other way to do it???

 Any link or example are really appreciate.

 Regards

 Claudio Parnenzini