Re: Want dynamic menus

2005-12-13 Thread Antony Paul
/develop another component after six months. -- rgds Antony Paul http://www.geocities.com/antonypaul24/

Want dynamic menus

2005-12-12 Thread Antony Paul
. -- rgds Antony Paul

Re: Want dynamic menus

2005-12-12 Thread Antony Paul
On 12/13/05, Larry Meadors [EMAIL PROTECTED] wrote: Tigra menu is the bomb. http://www.softcomplex.com/products/tigra_menu/demo/blue/ Larry On 12/12/05, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am looking for a component to create menus in Java web applications. I want

Limit length of select box value displayed

2005-08-12 Thread Antony Paul
Hi, I want to limit the length of the label value displayed in a select box. Is it possible to do with Struts. What are the other options. I am using Struts 1.2.7. -- rgds Antony Paul http://www.geocities.com/antonypaul24

Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
Hi all, I want to keep the properties file in arabic. I do this by saving the file with encoding of UTF-8 in Notepad. But displaying this file using bean:message/ outputs garbage in browser. Any help is appreciated. -- rgds Antony Paul http://www.geocities.com/antonypaul24

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
dont want to use native2ascii tool. I want to read properties file in Arabic so that it is easy to edit. When I looked at API for java.io.InputStreamReader, there is an option to pass the encoding but I cant find a similar mechanism with subclasses of InputStream. -- rgds Antony Paul http

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
as in binary file ?. -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
the top of every JSP we have %@ page contentType=text/html;charset=UTF-8 pageEncoding=UTF-8 language=java % Hopefully this should work. Good luck. ** --- Antony Paul [EMAIL PROTECTED] wrote: Hi all, I want to keep the properties file in arabic. I do this by saving

Use of frames and security softwares in browser

2005-04-18 Thread Antony Paul
displayed ?. Does any such software exists ?. Then what will be the alternative ?. -- rgds Antony Paul http://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Source code for Struts 1.1

2005-03-27 Thread Antony Paul
-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- rgds Antony Paul http://www.geocities.com/antonypaul24

Re: Java IDE's

2005-01-13 Thread Antony Paul
it will be requirements of the project you are working with. rgds Antony Paul On Thu, 13 Jan 2005 15:56:32 +0530, Ashutosh Satyam [EMAIL PROTECTED] wrote: Hi, Though this is an off topic question, but still I'm posting it here as I have found this mailing list to be active and members try to furnish

Re: Struts and DreamWeaver

2004-12-23 Thread Antony Paul
only. rgds Antony Paul On Wed, 22 Dec 2004 12:02:21 -0700, Wendy Smoak [EMAIL PROTECTED] wrote: This is my first time having someone else do the page design. I'm thrilled to have someone else do it, but they use DreamWeaver and I'm not sure what's going to happen if it sees html-el:form

Re: Struts and DreamWeaver

2004-12-23 Thread Antony Paul
I added Struts html tags to DreamWeaver using the add tag from tld option. But it is not rendering the tags as html elements. I use DreamWeaver for visual display. rgds Antony Paul On Thu, 23 Dec 2004 07:50:02 -0800 (PST), Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi I use macro media

Re: Problem with starting the samplecode-urgent help

2004-12-14 Thread Antony Paul
The error says that class strutsTutorial.UserRegistrationAction is not found. Check whether class is there in WEB-INF/classes directroty rgds Antony Paul On Mon, 13 Dec 2004 21:24:39 -0800, S.B. [EMAIL PROTECTED] wrote: No, it still doesn't work. I am copying the error I get when I give: http

Re: help : how to redirect to a global-forward ?

2004-11-02 Thread Antony Paul
Why are you using action inside global-forward. Use a forward element. You can reference it from action like mapping.findForward(toLogin); rgds Antony Paul On Wed, 3 Nov 2004 10:27:49 +0530, sachin [EMAIL PROTECTED] wrote: hi all, i have a global forward defined as global-forwards

Re: Location of log4j.xml

2004-10-26 Thread Antony Paul
Follow the normal log4j rules. rgds Antony Paul On Tue, 26 Oct 2004 11:51:41 -0400, Paul Summers [EMAIL PROTECTED] wrote: I want to use Log4j in my Struts application. Where do I place my log4j.xml file so that the application loads my loggers? In the past I wrote a plugin that loaded

How Jakarta Struts become Apache Struts

2004-10-08 Thread Antony Paul
Hi all, Why Struts got its own host in apache.org. Also it seems that it is renamed from Jakarta Struts to Apache Struts. Is there any particular reason for it ?. If popularity is the reason then why Tomcat is not promoted ? rgds Antony Paul

Re: Rendering javascript using Action

2004-09-29 Thread Antony Paul
There are no JSPs. All HTML. This is retrieved by another site. rgds Antony Paul - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 12:17 PM Subject: Re: Rendering javascript using Action Use an Action as you use a servlet

Rendering javascript using Action

2004-09-28 Thread Antony Paul
Hi all, I have a need to render Javascript. How I can use an Action for this. Using Struts 1.1. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Switching between HTTP and HTTPS

2004-09-15 Thread Antony Paul
Hi, Does solution for switching between HTTP and HTTPS has been incorporated into Struts ?. If yes which version of Struts it have ?. I have read the archives and found sslext is the best alternative. Do I have to use it ?. rgds Antony Paul

Re: Need example of using DynaActionForm with ArrayList (1.1)

2004-09-14 Thread Antony Paul
Thanks for the reply. I scraped the original code and replaced it with my own implementation using Map. I will experiment your suggestions in the next opportunity. rgds Antony Paul - Original Message - From: Matt Bathje [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

Need example of using DynaActionForm with ArrayList (1.1)

2004-09-13 Thread Antony Paul
is wrong ?. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need example of using DynaActionForm with ArrayList (1.1)

2004-09-12 Thread Antony Paul
. Then HTML generated is input type=text name=org.apache.struts.taglib.html.BEAN[0].productdesc value=[product desc 0] See the value is in braces. If I use html:text property=productdesc indexed=true/ I get java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 What is wrong ?. rgds Antony Paul

Invoking global-forwards from browser

2004-09-10 Thread Antony Paul
Hi all, How I could call a global forward by typing it in browser? global-forwards forward name=Login path=/Login.jsp/ /global-forwards What I should type on the browser window ? http://localhost/Login or http://localhost/Login.do - it gives The request sent by the client was

ActionForm pooling

2004-09-09 Thread Antony Paul
Hi all, How the ActionForm is pooled. It is pooled only if the scope is session or application. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Patterns in struts.

2004-08-31 Thread Antony Paul
1. Implementation of the MVC2 Paradigma. 2. Front Controller 3. View Dispatcher 4. Service To Worker. 5. Not complete: Inversion of Control Archive at http://marc.theaimsgroup.com/?l=struts-userw=2r=1s=design+patterns+used+s trutsq=b rgds Antony Paul - Original Message - From: Michael

Catching MaxLengthExceededException

2004-08-22 Thread Antony Paul
) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) rgds Antony Paul

Re: accessing collections without iterating.

2004-08-21 Thread Antony Paul
. This is useful when one have lot of reports and dont want to create a class for each report. rgds Antony Paul - Original Message - From: Michael McGrady [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, August 20, 2004 1:48 PM Subject: Re: accessing

Re: accessing collections without iterating.

2004-08-20 Thread Antony Paul
I think no because there is no property. The first List(list1) is storing another List(list2). list2 contains Strings. Antony Paul - Original Message - From: Jim Barrows [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:36 PM Subject: RE

accessing collections without iterating.

2004-08-19 Thread Antony Paul
Hi all, My situation is List inside List and I am using Struts 1.0. There is no beans. I need access to List by index(using Struts). For ex. logic:iterate id=list2 name=list1 scope=session tr tdbean:write name=list2 property=list2[0] tdbean:write name=list2 property=list2[1]

accessing collections without iterating.

2004-08-19 Thread Antony Paul
Hi all, My situation is List inside List and I am using Struts 1.0. There is no beans. I need access to List by index(using Struts). For ex. logic:iterate id=list2 name=list1 scope=session tr tdbean:write name=list2 property=list2[0] tdbean:write name=list2 property=list2[1]

test

2004-08-19 Thread Antony Paul
test - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]