html:options tag and localized text as labels...

2001-06-25 Thread Jannik Nørgaard Steen
Hi struts-users, we're trying to create aSELECT element withlabels and values generated by ahtml:options tag. The bean that contains the labeland value properties for thehtml:options tagis initializedwhen a user logs in,providing us with informationabout locale in order to set the labels

Subclass of ActionServlet not registering correct locale...

2001-03-16 Thread Jannik Nørgaard Steen
Hi, We've created a subclass of the ActionServlet and arestoring a locale object in the session under the key Action.LOCALE_KEY. Apparently this has no effect on our rendered messages. Does anything special apply in regard to locale handlingwhen you subclass the ActionServlet ?? Any

Re: Struts user base

2001-02-12 Thread Jannik Nørgaard Steen
Hi, we are a danish company in the Media Asset Management business. We are developing our web-interface and have based it entirely on Struts. We are using Borland App Server 4.5 as EJB-backend, with Apache and Resin on the side. /jannik - Original Message - From: "Mike Dewhirst" [EMAIL

Re: session ids cont...

2001-02-01 Thread Jannik Nørgaard Steen
I have just tested our web application prototype on Netscape 4.7 and there are no problems with URL-rewriting and jessionid's. The servlet container (Resin 1.1.5) picks the right sessions for the right clients. We use a mix of hardcoded with dynamic jsessionid insertion, Struts html:link and

Re: Invoking EJB from Action classes

2001-01-16 Thread Jannik Nørgaard Steen
- Original Message - From: "Roger Kjensrud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 15, 2001 5:15 PM Subject: RE: Invoking EJB from Action classes Jannik, thanks for your input. The concept of the EJB session manager returning references to other EJBs is

Re: Invoking EJB from Action classes

2001-01-13 Thread Jannik Nørgaard Steen
Hi, we are storing references to our EJB in the HTTP-session context and it works just fine. We have created an EJB that acts as a session manager. This manager can supply clients with all EJB references to other EJB's one might need during a HTTP-session. On the client side we have a class