Struts Section Index | Page 8

How do I use Javascript to perform validation in Struts?

>Why aren't the Struts tags maintained as part of the Jakarta Taglibs project?

Can we configure a separate log for each application?

Does anyone know the performance difference between a direct method call andintrospection like Struts uses?

How can I set the locale for each individual user session before the first  page displays? I've tried putting the session.setAtttribute(Action.Locale_key,<locale>) but it always displays in the default locale of the machine? Changing the machine locale causes the correct properties file to be used so I know that  is not the problem.

How can you prevent users from accessing a JSP directly that is designed to be used from an Action?

How do I use Javascript with my Struts forms?

I have a simple question about localisation: If there is multiple users using the same localisation parameters : do  they share a common ResourceBundle instance or do they have their own  one. It seems to me that each user has his own ResourceBundle instance but does that affect the performance of the application.

I usually need 'wrap="virtual"' as an attribute for my textareas. It isn't part of the HTML spec, but it's supported in both Netscape and IE, and it's pretty useful.

Is it possible to combine dynamic Javascript menu systems with Struts?

Is the Struts object-orientated appropriate for small, heavily-loaded servers?

Is there is some kind of "j2ee compliant" way of doing user authentication and role-assignment - are there any standards one is supposed to use?

Using action classes as adapters and session EJBs for business logic sounds like a good way to go. Is also using EJBs as actionforms is a good idea because they are a good target for object reuse/

Why can't the Struts tags access the properties of my beans?

Why is the form bean automatically created by both servlet and form tag?

About | Sitemap | Contact