Re: Calling an action from the view (from JSP)

2006-10-02 Thread Antonio Petrelli
[EMAIL PROTECTED] ha scritto: Hello! I've got a Hashtable Hashtable > mytable; Hashtable does not guarantee anything about order! The keys are now listed in descending order Really? I think it's a lucky behaviour! - but I need ascending order. How can I change this behaviour?

Re: Calling an action from the view (from JSP)

2006-10-02 Thread Antonio Petrelli
Alex Shneyderman ha scritto: I have a view that has a few different losely related subviews. It seems that's a job for Tiles: http://struts.apache.org/1.x/struts-tiles/index.html (for Struts-Tiles) http://struts.apache.org/struts-sandbox/tiles/index.html (for Tiles 2) I have actions that can g