Re: Guidance on image versions needed

2003-06-10 Thread Sandeep Takhar
I've done this before and we use it alot. Not really with company names though because what if the name changes... maybe base it on the id of the customer? This might be the primary key and the primary key is unfortunately different depending on if you are production or uat etc... I think stori

Re: Guidance on image versions needed

2003-06-09 Thread Gregory F. March
On Jun 9, 2003, Sandeep Takhar <[EMAIL PROTECTED]> wrote: |can you store in the database and find in the |resources. | |Really want to try and get away from | |if (company='') |else if... Sandeep, I could store them in a db, but how does that get you away from the 'if' you mention? I

Re: Guidance on image versions needed

2003-06-09 Thread Sandeep Takhar
can you store in the database and find in the resources. Really want to try and get away from if (company='') else if... sandeep --- "Gregory F. March" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have an application that changes the images loaded > depending on an > attribte of the user (e.

Guidance on image versions needed

2003-06-09 Thread Gregory F. March
Hi all, I have an application that changes the images loaded depending on an attribte of the user (e.g. what company he is an employee of). What is the proper way to achieve this functionality in the struts framework? Should one use the application resources? Or, maybe just have different dire