Re: Communicate between two struts apps

2006-06-22 Thread Eric Dahnke
AFAIK, if the applications are in two separate contexts there is no way to share data between them using a common session. You'll be forced to do something kludgy and authenticate to both systems and maintain two sessions. I would love to see a thread started about this because it is a big

ApplicationProperties_es_ES

2004-08-27 Thread Eric Dahnke
Hello list, We're building an internationalized site, and we're having an issue with locales and resource bundles. If we have two specific resource bundles for Spanish from Spain (ApplicationProperties_es_ES.properties) and Spanish from Argentina (ApplicationProperties_es_AR.properties), one wo

Xtags Paid Consulting

2004-07-29 Thread Eric Dahnke
process, and are resource short at the moment. I would anticipate ~ 1 day of work to start, and have plenty of budget. Sincerely, Eric Dahnke / Yamaha Music Interactive, Inc. / New York t : 212 223 6272 / c : 347 524 1992 / f : 212 223 6261 ---

Xtags and rtexprvalue

2004-07-16 Thread Eric Dahnke
Hello, We're using xtags and need the ability pull in different xml documents based on locale. The tld says that the uri attribute accepts rtexprvalue. <% String isoLanguage = request.getLocale().getLanguage();%> The above jsp code always produces /siteCopySource//footerCopyright.xml and not

Struts work in NYC

2004-07-12 Thread Eric Dahnke
I hope posting contract work is OK in the list guidelines. We have a Struts/Java Developer opening. 3-4 months w/ strong possiblity of extension. $40-48/hr Struts, Java web development work. Some XML, some workflow, the usual suspects. Please see the following, and use it to apply for the posi

RE: Specifying JAAS permission on a per-action basis

2004-06-17 Thread Eric Dahnke
mission on a per-action basis > > > Many thanks Eric - its easy when you know how :-) > > > I am interested to know why you chose this approach over the tagish / > http://www.mooreds.com/jaas.html solution? Did you hit problems ? > > > TIA - Adam > > > >

RE: Specifying JAAS permission on a per-action basis

2004-06-17 Thread Eric Dahnke
ieve) and develop application level authentication within your own code / db. > > TIA - Adam > > > > > -Original Message- > From: Eric Dahnke [mailto:[EMAIL PROTECTED] > Sent: 17 June 2004 15:33 > To: 'Struts Users Mailing List' > Sub

RE: Specifying JAAS permission on a per-action basis

2004-06-17 Thread Eric Dahnke
I just did this, and found it extremely simple. I eventually went away from the tagish / http://www.mooreds.com/jaas.html solution. Three steps is all it takes: -1- add this to your struts-config -2- Code // The Struts Tiles plugin implements its own RequestProcessor, so if you want //

RE: Simple Validator regex needed

2004-05-20 Thread Eric Dahnke
-]*$ > > tested with java.util.regex > > Henrique Viecili > > - Original Message - > From: Tim Penhey > To: Struts Users Mailing List > Sent: Thursday, May 20, 2004 1:35 PM > Subject: RE: Simple Validator regex needed > > > > From: Er

RE: Simple Validator regex needed

2004-05-20 Thread Eric Dahnke
-]*$ > > tested with java.util.regex > > Henrique Viecili > > - Original Message - > From: Tim Penhey > To: Struts Users Mailing List > Sent: Thursday, May 20, 2004 1:35 PM > Subject: RE: Simple Validator regex needed > > > > From: Er

Simple Validator regex needed

2004-05-20 Thread Eric Dahnke
Hello list, The field should only accept numbers, spaces, dashes and periods. mask ^[0-9]*$ I can't figure the regext syntax out, I've tried all the following: ^[0-9]\.\s-*$ ^[0-9]\\.\\s-*$ ^[0-9].\s-*$ And a ton of other trial and error cases. Can someone help out. Thx.

Simple Validator regex needed

2004-05-20 Thread Eric Dahnke
Hello list, The field should only accept numbers, spaces, dashes and periods. mask ^[0-9]*$ I can't figure the regext syntax out, I've tried all the following: ^[0-9]\.\s-*$ ^[0-9]\\.\\s-*$ ^[0-9].\s-*$ And a ton of other trial and error cases. Can someone help out. Thx.

Validation question. Disallow < > characters using regex mask

2004-05-18 Thread Eric Dahnke
Hello List, Validation works great! However, we don't want to allow people to enter Style data into our forms. I'm happy to just make < > illegal characters using a regex mask, but the SAX parser won't parse my validation.xml file. Does anyone know how to escape < > characters in the validati

Validation question. Disallow < > characters using regex mask

2004-05-18 Thread Eric Dahnke
Hello List, Validation works great! However, we don't want to allow people to enter Style data into our forms. I'm happy to just make < > illegal characters using a regex mask, but the SAX parser won't parse my validation.xml file. Does anyone know how to escape < > characters in the validati

sslext - non-ssl http links available from https pages

2004-05-03 Thread Eric Dahnke
Hello List, We have implemented sslext to secure a certain section of our application / site. As part of the design / biz requirements the main navigation and many links in the headers and footers are all still available from the https protected pages. My question is whether we have to explicitl

sslext - non-ssl http links available from https pages

2004-05-03 Thread Eric Dahnke
Hello List, We have implemented sslext to secure a certain section of our application / site. As part of the design / biz requirements the main navigation and many links in the headers and footers are all still available from the https protected pages. My question is whether we have to explicitl

RE: How to use frames in Struts framework?

2004-04-12 Thread Eric Dahnke
The biggest issue I had with frames in Struts using Tiles, was that the frameset itself was within the typical pages / directory. This made the paths I had to use within the tiles-def file a bit strange, as well as the paths to images,css,js within the jsps themselves (those had to become ../imag