Re: Custom component - custom tag

2007-05-12 Thread Mansour
Thank you: This looks close to what I need. But I think I am missing something here. I am setting an abject value in the Action. Where is this object stored, on the ValueStack ? Basically I am setting a resuletSet in the action and I need a tag to display it, so How can I access it from the tag

Re: Custom component - custom tag

2007-05-12 Thread Martin Gainty
http://struts.apache.org/2.x/docs/access-to-valuestack-from-jsps.html to quote "There is a simple, if not elegant, solution available in JSP 2.0 EL, for exposing ValueStack to OGNL. It is possible to create custom functions that can be called from EL expressions. Functions have to be 'public sta