Re: Want dynamic menus

2005-12-13 Thread Antony Paul
dont like spending time to learn/develop another component after six months. -- rgds Antony Paul http://www.geocities.com/antonypaul24/

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

Want dynamic menus

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

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

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
strange > > looking things like \ufffd (or whatever). Don't worry, > > this is what is needed for the property files used by > > struts. > > > > - your JSPs should have a directive telling your > > browser that they are in UTF-8 format. Near the top of

Re: Use UTF-8 encoded proerties file

2005-06-27 Thread Antony Paul
e properties file 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
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://www.geocities.com/antonypaul24/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 outputs garbage in browser. Any help is appreciated. -- rgds Antony Paul http://www.geocities.com/antonypaul24

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
Regards, > > Keng Onn. > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -----

Re: Java IDE's

2005-01-13 Thread Antony Paul
ll 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 an

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

Re: Struts and DreamWeaver

2004-12-23 Thread Antony Paul
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 i

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 g

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

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 w

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

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

Need example of using DynaActionForm with ArrayList (1.1)

2004-09-13 Thread Antony Paul
/> I tried using indexed attribute. Then HTML generated is See the value is in braces. If I use I get java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 What is wrong ?. rgds Antony Paul - To unsubscribe

Need example of using DynaActionForm with ArrayList (1.1)

2004-09-12 Thread Antony Paul
dexed attribute. Then HTML generated is See the value is in braces. If I use I get java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 What is wrong ?. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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? 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 syntactically incorrect (Invalid path /Login was requested). rgds Anto Pau

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-user&w=2&r=1&s=design+patterns+used+s truts&q=b rgds Antony Paul - Original Mes

Design patterns used in Struts

2004-08-30 Thread Antony Paul
Hi all, Can anyone tell me what are the design patterns used in Struts framework. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Catching MaxLengthExceededException

2004-08-22 Thread Antony Paul
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-20 Thread Antony Paul
said. 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

Re: accessing collections without iterating.

2004-08-19 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: Th

test

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

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. Is this possible. There are no JSTL. Or any other way do this without writing a new class. rgds Anto Paul --

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. Is this possible. There are no JSTL. Or any other way do this without writing a new class. rgds Anto Paul --