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

Re: Form submit always redirects to the action page instead of the target div

2010-03-06 Thread Jose A. Corbacho
I already had tried with sx:submit but I got the same problem On Fri, Mar 5, 2010 at 2:45 PM, Johannes Geppert wrote: > > i think you must use > > > > > instead of > > > > Best Regards > > Johannes Geppert > > > mccorby wrote: > > > > Hi all, > > All the forms in my application redirect to the

Re: possible s:submit with parameter?

2010-03-06 Thread lucas owen
yes, of course... but imagine you have a list of elements, how do you pass the Id of the element you want to display in other page with a s:submit??? (I cant use javascript) 2010/3/6 Adam Pinder > Any form textfield will be submitted when page submitted which is > effectively a parameter. > > Ad

Re: possible s:submit with parameter?

2010-03-06 Thread lucas owen
Of course!! The problem is I can't use javascript, the application is supposed to work in any computer, any browser...no matter how old they are Any suggestions? 2010/3/5 Burton Rhodes > Sounds like a good use for javascript , not a struts tag. > > On 3/5/10, lucas owen wrote: > > Hi Struts u