is an action path attribute with periods ok?

2004-07-28 Thread Jurn Ho
Hi Everyone, I've been experimenting with Struts, and have got up to the stage where I'm using the 'html' taglib to create a link to my action classes, but when I've got periods in my action paths it doesn't seem to create the correct url e.g. in my test.jsp: a b c test link in my web.xml the se

Re: Module and pages Behind WEB-INF don't work...???

2004-07-29 Thread Jurn Ho
Hi Puneet, I was just playing with hiding JSP beneath WEB-INF/ and Modules today. What you can do is edit your struts-module-config.xml and as part of the you can add the forwardPattern property e.g. My setup is , so that my forward paths don't contain the WEB-INF/jsp read section 5.2.1 at http

Re: code snippet for

2004-09-02 Thread Jurn Ho
Hi Viji, I was just playing with that today. Here's my code snippets that should help you. From inside my extended Action class ...execute(...) { List businesses = getUserService().getBusinesses(); // go lookup database and list all the businesses. request.setAttribute("businesses", bus

Re: link with img and request attribute

2005-08-19 Thread Jurn Ho
replace text 'add' with or a struts You may also want to change your a href into a . cya, Jurn At 01:33 AM 19/08/2005, =?ISO-8859-2?Q?S=B3awek_Tuleja?= wrote: Hi EveryBody i have problem with this: 1) i have: property="idUser" />">add 2) and it works fine, but i want to put image button

Re: How to write logic:iterate for the Collection of HashMap.

2005-08-19 Thread Jurn Ho
Hi Amol, please see http://struts.apache.org/userGuide/struts-logic.html especially the section on maps. Next element is with key Jurn At 10:06 PM 18/08/2005, Amol Yadwadkar wrote: Hello List, I need to display the results stored in the Hashmap. How can I achieve it by using logic:ite

Re: Need help using tiles taglib with JSTL

2005-08-19 Thread Jurn Ho
nested within the tiles:insert, I think you want a tiles:put instead of a useAttribute? Jurn At 01:59 AM 19/08/2005, Michael Mattox wrote: I'm trying to use the tiles taglib with JSTL (servlet spec 2.4).. if I use just the HTML tags they work file, and JSTL 1.1 by itself works fine. The proble

Re: i18n and same value for 2 different locale

2005-10-24 Thread Jurn Ho
I'd be very interested if you find out what is wrong.. We have a similar issue that only appears sometimes to our webapp when its deployed to a websphere server. Our other environments that run tomcat have never exhibited this problem. Jurn At 07:52 AM 22/10/2005, Christian Bourque wrote: Hi