dont like spending time to
learn/develop another component after six months.
--
rgds
Antony Paul
http://www.geocities.com/antonypaul24/
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
.
--
rgds
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
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
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]
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]
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
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
Regards,
> > Keng Onn.
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -----
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
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
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
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
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
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
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
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
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]
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
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
/>
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
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]
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
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]
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
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]
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
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
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
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
--
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
--
33 matches
Mail list logo