Re: struts 2 - framework question

2010-03-09 Thread Cimballi
and about '...set the parameter > statically in the action definitions...',  would you demonstrate me couple > line of psudo code to explain this? > > tks in advance > > john > > > > /7/10, Cimballi wrote: > > > From: Cimballi > Subject: Re:

Re: struts 2 - framework question

2010-03-08 Thread emil thushanga
;> You will need 2 action definitions, one in each package, calling the >>> same java action and setting the storeId parameter like said before. >>> >>> Then, in each JSP for each store, you call the correct struts action. >>> >>> Is it clear for yo

Re: struts 2 - framework question

2010-03-08 Thread john lee
possible for you to show me the psudo code for how to do it?   tks in advance   john --- On Mon, 3/8/10, emil thushanga wrote: From: emil thushanga Subject: Re: struts 2 - framework question To: "Struts Users Mailing List" Date: Monday, March 8, 2010, 3:39 AM Hi , You

Re: struts 2 - framework question

2010-03-08 Thread john lee
how apache/struts 2 handle multiple domain as your explain? could you explain in some detail? tks in advance   john  --- On Mon, 3/8/10, stanl...@gmail.com wrote: From: stanl...@gmail.com Subject: Re: struts 2 - framework question To: "Struts Users Mailing List" Date: Monday, Mar

Re: struts 2 - framework question

2010-03-08 Thread john lee
; > john > --- On Sun, 3/7/10, Paweł Wielgus wrote: > > From: Paweł Wielgus > Subject: Re: struts 2 - framework question > To: "Struts Users Mailing List" , > cimba...@cimballi.net > Date: Sunday, March 7, 2010, 1:59 AM > > Hi All, > You can also have N

Re: struts 2 - framework question

2010-03-08 Thread stanlick
If each company will have their own domain name this will solve itself. On Sat, Mar 6, 2010 at 10:18 PM, john lee wrote: > > my company is distributor, we plan to provide platform for our > customer(different store) to sell their product to indivual customers. > > http://www.xyz.om/store1 > http

Re: struts 2 - framework question

2010-03-08 Thread emil thushanga
you ? >> >> Cimballi >> >> >> On Sun, Mar 7, 2010 at 11:36 AM, john lee  wrote: >>> >>> >>> >>> possible for you to show some psedo code for how to do it? >>> >>> tks in advance >>> >>> john >>

Re: struts 2 - framework question

2010-03-08 Thread Alex Rodriguez Lopez
On Sun, Mar 7, 2010 at 11:36 AM, john lee wrote: possible for you to show some psedo code for how to do it? tks in advance john --- On Sun, 3/7/10, Paweł Wielgus wrote: From: Paweł Wielgus Subject: Re: struts 2 - framework question To: "Struts Users Mailing List", cimba...@cimba

Re: struts 2 - framework question

2010-03-07 Thread Cimballi
Cimballi On Sun, Mar 7, 2010 at 11:36 AM, john lee wrote: > > > > possible for you to show some psedo code for how to do it? > > tks in advance > > john > --- On Sun, 3/7/10, Paweł Wielgus wrote: > > From: Paweł Wielgus > Subject: Re: struts 2 - fr

Re: struts 2 - framework question

2010-03-07 Thread john lee
    possible for you to show some psedo code for how to do it?   tks in advance    john --- On Sun, 3/7/10, Paweł Wielgus wrote: From: Paweł Wielgus Subject: Re: struts 2 - framework question To: "Struts Users Mailing List" , cimba...@cimballi.net Date: Sunday, March 7, 2010, 1:

Re: struts 2 - framework question

2010-03-06 Thread Paweł Wielgus
Hi All, You can also have N applications representing stores under names store1..storeN, where one application just knows about itself and all applications are identical in code but different in data and css maybe. Best greetings, Paweł Wielgus. 2010/3/7 Cimballi : > John, you can use namespaces

Re: struts 2 - framework question

2010-03-06 Thread Cimballi
John, you can use namespaces at the package level to distinguish your stores. You can also do that in a rest way, like http://www.xyz.com/store/1. Cimballi On Sat, Mar 6, 2010 at 11:18 PM, john lee wrote: > > my company is distributor, we plan to provide platform for our > customer(different s

struts 2 - framework question

2010-03-06 Thread john lee
my company is distributor, we plan to provide platform for our customer(different store) to sell their product to indivual customers.   http://www.xyz.om/store1 http://www.xyz.com/store2 http://www.xyz.com/store3 ... http://www.xyz.com/storeN   (store1...storeN) list our(distributor)'s product to