Re: Important question, bug in struts?

2006-06-21 Thread Shervin Asgari
Still nobody knows? Shervin Asgari wrote: request.setAttribute(websiteModel, new DomainAdminAction.DomainAdminEditPageModel( domainWebsiteAdminEdit.title, request, response, mapping, dd)); if (request.getAttribute(websiteModel) == null) {

Re: Important question, bug in struts?

2006-06-21 Thread Antonio Petrelli
Shervin Asgari ha scritto: request.setAttribute(websiteModel, new DomainAdminAction.DomainAdminEditPageModel( domainWebsiteAdminEdit.title, request, response, mapping, dd)); if (request.getAttribute(domainWebsiteModel) == null) {

Re: Important question, bug in struts?

2006-06-21 Thread Shervin Asgari
I don't think you either read the whole mail or understood what my question was. Of course those are my classes, but it is extended by Basemodel which is used by Struts. I wanted help on how to access another Basemodel in another Actionclass, because the way I am doing it gives me compile

Re: Important question, bug in struts?

2006-06-21 Thread Antonio Petrelli
Shervin Asgari ha scritto: I don't think you either read the whole mail or understood what my question was. Of course those are my classes, but it is extended by Basemodel which is used by Struts. Do you mean this? http://rollerweblogger.org/javadoc/org/roller/presentation/BasePageModel.html

Re: Important question, bug in struts?

2006-06-20 Thread Shervin Asgari
request.setAttribute(websiteModel, new DomainAdminAction.DomainAdminEditPageModel( domainWebsiteAdminEdit.title, request, response, mapping, dd)); if (request.getAttribute(websiteModel) == null) { request.setAttribute(websiteModel, actionForm);