Re: Self Describing Business Objects :

2003-10-08 Thread MBrewer
It is probably like Stxx and xmlforms. There is no JSP or Java written. If we do a full port most of the older projects in ASP and VB will be able to run in the java version with little alteration. There are some exceptions when you do need to write some jsp and java, but alot of these application

Re: Self Describing Business Objects :

2003-10-08 Thread MBrewer
There is no code generation, just xml. No jsps or java code except for the framework itself. You have to write some jsp or java in exceptional cases. But this is really not that frequest. It is similar to xmlforms in Strxx framework, just that is includes persistence. Mike |-+-

Re: Self Describing Business Objects :

2003-10-08 Thread MBrewer
Sorry for bothering you people, but i feel that this kind of productivity framework would really help alot of people To give you an idea how it works this is how you would start a typical project : You would open the repository editor and : Create you Business Objects eg : Client - id

Re: Struts-chain Behavior Discussion

2003-10-08 Thread Jing Zhou
> >I could be convinced if I see a possible mechanism that deals with > >the command coupling problem and state storage problem. > > > > > Jing, it is sounding more and more like what you want is a scripting > control flow language expressed in XML. That is absolutely, totally, > *not* what co

message-resources

2003-10-08 Thread Dries Plessers
I have a file (countries.properties) which contain all value and representations. e.g.: AD=ANDORRA AG=ANTIGUA AM=ARMENIA How can use this resource file to create a html:select where the value equals the countryname and the representation the 2letters within the struts framework ? Thx !

Re: message-resources

2003-10-08 Thread David Graham
Please don't cross-post to the dev and user lists. This is strictly a struts-user question. David --- Dries Plessers <[EMAIL PROTECTED]> wrote: > I have a file (countries.properties) which contain all value and > representations. > e.g.: > AD=ANDORRA > AG=ANTIGUA > AM=ARMENIA > > How can

RE: message-resources

2003-10-08 Thread Wendy Smoak
Dries Plessers [mailto:[EMAIL PROTECTED] wrote: > I have a file (countries.properties) which contain all value > and representations. > e.g.: > AD=ANDORRA > AG=ANTIGUA > AM=ARMENIA > How can use this resource file to create a html:select > where the value equals the countryname and the represen

Re: message-resources

2003-10-08 Thread James Mitchell
Please don't cross post to both -user and -dev, we are on both lists and getting multiple emails is annoying, don't you think? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx - Original Message - From: "Dries

Re: Possible Struts/StrutsTestCase bug

2003-10-08 Thread Mark McBride
Thank you for you quick response. I'll get the same test case set up with tomcat and see how it goes. Thanks! -Mark At 09:16 PM 10/7/2003 -0700, David Graham wrote: --- Mark McBride <[EMAIL PROTECTED]> wrote: > I may have found a problem using Struts/StrutsTestCase with OC4J(9.0.4). > > Backgro

Store ActionForm in session with different keys

2003-10-08 Thread Sun, Benjamin
Does any have this need to store ActionForm in session with different keys? The normal way to set the attribute is to do the following in the Action, session.setAttribute(mapping.getAttribute(), regform); What we need is for http://www.domainA.com session.setAttribute(get_domainA_attr

Re: Store ActionForm in session with different keys

2003-10-08 Thread James Mitchell
Please do not cross post to both -user and -dev. We are on both lists. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx - Original Message - From: "Sun, Benjamin" <[EMAIL PROTECTED]> To: "'Struts Users Mailin

RE: Store ActionForm in session with different keys

2003-10-08 Thread Sun, Benjamin
Sorry about this. Promise won't do it next time. > -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2003 10:49 AM > To: Struts Developers List > Subject: Re: Store ActionForm in session with different keys > > > Please do not cross post