As i sad i need bean (pass and login) from applicationContext.xml to check in
service whether user from login page is valid...
At login page i have:
check(getLogin(),getPass).
Method check i suppose should be next:
public booleal check(String login,String pass){
//In some way get BeanFactory from appcontext
// if there is Bean with passed login and pass in BeanFactory
//then return true
}
How to reach this?
-------------------- m2f --------------------
Sent from www.TapestryForums.com
Read this topic online here: <<topic_link>>
http://www.tapestryforums.com/viewtopic.php?p=14211#14211
-------------------- m2f --------------------