[OS-webwork] resource bundles in WW ?

2003-06-10 Thread Miroslav Kes
Hi, I started experimenting with WW some days ago trying to convert a simple application in which I originaly used Struts. Now I got to the point when I would like to deploy it but found there was one open question left. How does the WW access resource bundles for i18n-ized texts? I looked at

Re: [OS-webwork] resource bundles in WW ?

2003-06-10 Thread Dick Zetterberg
See comments inline. - Original Message - From: Miroslav Kes [EMAIL PROTECTED] Hi, I started experimenting with WW some days ago trying to convert a simple application in which I originaly used Struts. Now I got to the point when I would like to deploy it but found there was

RE: [OS-webwork] ww2 on websphere 5

2003-06-10 Thread Andre Mermegas
Hrm ok, that's a good quick fix for now, thanks. The IoC stuff seems really cool though, not sure if I'd use it, but it'd be nice to have the option. Hopefully I can track down why ww2/ws5 can't find that components.xml file and all will be peachy again. Regards, -Andre Mermegas -Original

[OS-webwork] [JIRA-Opensymphony] Created: (XW-52) buildValidators doesn't look for validators for every super class

2003-06-10 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=XW-52 Here is an overview of the issue:

Re: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Anthony Eden
Are you trying to allow modifications of Velocity templates stored in an unexpanded WAR? There is not an easy way to do this as far as I know. This is not to say it can't be done but its probably not worth the hassle since the interface to files in the Servlet API is geared towards reading

Re: [OS-webwork] Portlet ?

2003-06-10 Thread Rickard Öberg
Fernando Martins wrote: I just came to a point that I would really love to start using portlets all over my Portal. I even find myself coding having in mind how everything will fit into portlets. Unfortanetly nothing new on: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-6 Are there

Re: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Rickard Öberg
Michael Blake Day wrote: How do you guys allow customers to modify velocity templates without mucking with WAR files? We have portlets which render pieces of pages, and a portlet have a map (string-object) as configuration. We typically have a template entry which contains the template to be

RE: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Michael Blake Day
Right, but I've always been against sticking templates into a relational database system, and I've never heard of any other good alternative database for document storage. I suppose that using an unpacked WAR is one solution, but what about the issue of security? Content people should not have

Re: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Rickard Öberg
Anthony Eden wrote: Are you trying to allow modifications of Velocity templates stored in an unexpanded WAR? There is not an easy way to do this as far as I know. Well, it shouldn't be *that* hard, but it'd be a hassle when you do upgrades *shiver* This is not to say it can't be done but

Re: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Matt Ho
An alternate methodology would be to configure within velocity.properties an additional file location for your templates. This could then be mapped to a shared network directory on a NetApp file server or some other similar device. M Michael Blake Day wrote: Right, but I've always been

Re: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Anthony Eden
Michael Blake Day wrote: Right, but I've always been against sticking templates into a relational database system, and I've never heard of any other good alternative database for document storage. First of all I have to ask: why won't you store a template in a relational database? As for

RE: [OS-webwork] Setters that take 2 parameters in Actions

2003-06-10 Thread Måns af Klercker
Hi Douglass, OGNL/XWork/WebWork2 doesn't support this, but we needed this kind of support in our (Swing) app, so we have patched OGNL to support this kind of mapped property. Basically, your tag would look like: ui:textarea label='an editor' name=html['editor'] value=html rows=20 cols=80/ The

RE: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Michael Blake Day
Michael Blake Day wrote: Right, but I've always been against sticking templates into a relational database system, and I've never heard of any other good alternative database for document storage. First of all I have to ask: why won't you store a template in a relational database? One

Re: [OS-webwork] ww2 on websphere 5

2003-06-10 Thread Hendrik van der Linde
This may have to do, or be similar to http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-186 I think I saw this error on JBoss too. Hendrik On dinsdag, jun 10, 2003, at 15:38 Europe/Amsterdam, Andre Mermegas wrote: Hrm ok, that's a good quick fix for now, thanks. The IoC stuff seems

[OS-webwork] Configuration in /WEB-INF

2003-06-10 Thread Mathias Bogaert
Guys, It seems like we are having a lot of problems with finding configuration files in the classpath etc. Also, I dislike putting configuration files other than .properties on the classpath. That's why I propose putting it all (components.xml, xwork.xml etc)under /WEB-INF directly (same as

RE: [OS-webwork] Expression Validation

2003-06-10 Thread Toby Hede
well even with what I had originally, my expression should invalidate the data if the string less than 10, if you see what I mean. the problem actually seems to be that the expression does nothing, regardless of what the actual expression is. I have tried: string.length() 10 string.length()

RE: [OS-webwork] JavaOne meetings +

2003-06-10 Thread Heng Sin Low
A transactional rdbms is not good for this type of thing for performance reason. However a lightweight java database engine like jisp should fit in very well. The key thing here is that the db must support super fast, non transactional read very well. --- Michael Blake Day [EMAIL PROTECTED]

[OS-webwork] [JIRA-Opensymphony] Created: (XW-53) Add MessageFormat support for text messages from xwork-message.properties

2003-06-10 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=XW-53 Here is an overview of the issue: