Re: how do people work in project with one server for development

2003-02-06 Thread Duane Morin
On Thu, 6 Feb 2003, Ashish Kulkarni wrote: But now we are moving to websphere, and it is not possible to have each one one copy to play with on his machine Honestly? Now is a good time to point out to your bosses the benefits of Tomcat for exactly this reason -- cost. Remind them that they

Re: hashmaps and hash tables in JSPs

2003-02-03 Thread Duane Morin
if permissionsHashMap has key Manage Countires then display this if permissionsHashMap has key Manage Logins then display this In the interests of hiding the implementation (hashmap) from the presentation, would it perhaps be a better strategy to maybe expose a value object full of

[Tiles] Dynamic values for put tag?

2003-01-30 Thread Duane Morin
Hi all, I'm new to the list, so apologies if I say something silly. Last night I found myself needing to take a bunch of query parameters from an incoming request and map them to tiles:put parameters, like this: % Enumeration e = request.getParameterNames(); for (;e.hasMoreElements;) {

[Tiles] Linking to definitions factory from servlet

2003-01-30 Thread Duane Morin
I've got Tiles configured as a struts plug-in: plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/tiles-defs.xml/ set-property property=moduleAware value=true / set-property property=definitions-parser-validate