Re: Accessing a bean on the value stack from within an action

2008-09-22 Thread Alexander Baetz
Stupid me... it seems i was looking at the wrong api docs. Next time i avoid google... There is a difference between the webworks documentation on opensymphony.com and struts.apache.org. set(string,object) is hopefully the solution of my problem. i'll try it tomorrow. on the pro side, i solve

Accessing a bean on the value stack from within an action

2008-09-22 Thread Alexander Baetz
Hi, i want to save some special settings inside a bean and use them to change things on my jsp pages. for that i created a singleton usersettingsbean. I know i can create the bean with the help of a struts-tag. but how can i access/create the bean from within the execute method of an action?