DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39141>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39141





------- Additional Comments From [EMAIL PROTECTED]  2006-04-11 06:43 -------
(In reply to comment #1)
> (In reply to comment #0)
> > How can i change default maping ?
> > 
> 
> This kind of question is better asked on the user mailing list, so everyone 
> can
> benefit from the answer.  But the current answer is to have your application
> startup code store, as an application scope attribute under key
> Constants.VIEW_MAPPER, an instance of some class that implements
> ViewControllerMapper.  If there is no such instance installed, an instance of
> org.apache.shale.view.impl.DefaultViewControllerMapper is used.
> 
> Yes, it would be more friendly to provide a context init parameter to define 
> the
> implementation class to use.  Will look at doing that too -- but the method
> described above will work.

Late breaking news ... there already is a context init parameter for this
(org.apache.shale.view.VIEW_CONTROLLER_MAPPER).  The value is the fully
qualified class name of a class that implements ViewControllerMapper that you
want to use for performing the mappings.

Leaving this RFE open for implementing the optional parent class loader search
described in the answer to question 1.


> 
> > 
> > Cristi
> 
> 



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to