--- On Thu, 9/18/08, Volker Karlmeier wrote: > I'm sorry that my answer is coming quit late, but I > came back from work soon. Here's my code : > > _*struts.xml:*_ > ~ [...] > ~ <action name="rentalobject_*" > class="net.magiccode.houseman.action.RentalObjectAction" > method="{1}"> > ~ <interceptor-ref > name="paramsPrepareParamsStack" /> > ~ <result name="deleted" > type="redirectAction">rentalobjectlist</result> > ~ <result > type="tiles">rentalObject_{1}</result> > ~ </action> > > ~ <action name="switchLanguage" > class="net.magiccode.houseman.action.base.I18nBaseAction" > > method="switchLanguage()">
The first thing I'd try is removing the () in the "method" attribute. > I sent you only the relevant parts of the code to keep > this mail readable. Didn't work; make sure you're sending text emails to the list. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]