Why do you want to store it in a collection ??
The selected option would be a String right ??
-Original Message-
From: Janne Mattila [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 11:54 AM
To: [EMAIL PROTECTED]
Subject: RE: OptionsCollectionTag with ActionForm and a collection
Worked like a charm.
Thanks a million,
Erik
Hari Saptoadi wrote:
...and so on
notes : class=tdContent2 or class=tdConte
Hello,
please can someone be so kind to help me.
Problem see below.
Thanks!
Andrea
> Hello,
>
> I didn't neccessarily exspect that someone could recite the steps, but it
> could be possibe that someone could do it. To tell the truth I've not
> thought that it are so many steps.
> Perhaps some
should render as:
if I am not mistaken.
Erik
ashwini jagtap wrote:
Hi All,
following ing tag givin me error
can anyone correct this
src="<%=request.getContextPath()%>/images/a.gif "/ >
Thanks
Ashwini
-
Do you Yahoo!?
Express yourself with Y! Messenger! Free.
Collections are more convenient to use than arrays (of course, disagreement
on this is allowed :) and they integrate more easily to the rest of the
codebase, which uses collections everywhere.
Multiple values can be selected (multiple="true"), so the selected options
would be a collection. In t
Try with below rectified code
with regards,
Ningappa
-Original Message-
From: ashwini jagtap [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 12:27 PM
To: [EMAIL PROTECTED]
Subject: Scriptlet in html:img
Hi All,
following ing tag givin me error
can anyone correct this
Are you sending the form using POST method?
Do you set request encoding in your action before reading the parameter
value? - (request.setCharacterEncoding("UTF-8");
Do you have the content type of jsp set to UTF-8? - <%@ page
contentType="text/html;charset=UTF-8" language="java" %>
Radek
> -O
Released new documentation and an example of "Hello World" powered by XMoon
http://www.xmoon.org/pdf/Struts_xmoon_eng.pdf
Home site: http://www.xmoon.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
yes,
that's correct..
but i don't understand html:img tag is not parsing correct
Erik Weber <[EMAIL PROTECTED]> wrote:
should render as:
/images/a.gif">
if I am not mistaken.
Erik
ashwini jagtap wrote:
>Hi All,
>
>following ing tag givin me error
>
>can anyone correct this
>
>>
>src="/image
sorry,
actually it's like that only...
due to copy paste gap has came..
it's like..
Ningappa Doddamani <[EMAIL PROTECTED]> wrote:
Try with below rectified code
src="/images/a.gif" />
with regards,
Ningappa
-Original Message-
From: ashwini jagtap [mailto:[EMAIL PROTECTED]
Sent: Tues
You can use *either* literals or RT expressions to provide an attribute
value to a JSP tag. You
cannot use both. See JSP.2.13.1 in the JSP 1.2 spec.
So, src="<%=request.getContextPath() + "/images/a.gif"%>" should work,
though as other posters have noted this is unnceessary as html:img does this
The "browse . . ." button that is rendered by html:file is sticking out
like a sore thumb. How can I change the text and/or style of this
particular button?
Erik
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Could you please add some more log comments on various levels i.e.
request received by servlet, connection called from connection pool,
connection received, and then print connection object (it will print its
reference) before using it and then check the connection, whether it is
alive or not.
I
According to the tld for (I think all) html elements :
style
false
true
styleClass
false
true
styleId
false
true
you can alter the style using css till your hearts content :)
Chris
-Original Message-
From: Erik Weber [mailto:[EMAIL PROTECTED]
Sent: 10 August 2004 10:23
To: Struts U
Thanks Paul..
It is working fine
Ashwini
Paul McCulloch <[EMAIL PROTECTED]> wrote:
You can use *either* literals or RT expressions to provide an attribute
value to a JSP tag. You
cannot use both. See JSP.2.13.1 in the JSP 1.2 spec.
So, src="" should work,
though as other posters have noted this
HI ,
Please check the path which you have setup in the mycomputer and restart the
system again and check the following format in the struts-config.xml.
The follwoing are hierachery in struts-config.xml.
Data Sources
Form Beans
Global Exceptions
Global Forwards
Actions
Hmm well I'll give that a try. I am confused because there are actually
two objects involved -- the text field and the "browse" button, and the
attributes seem to apply to the text field . . . But, maybe I just don't
know enough about CSS. How can I refer to the button and not the text
field? H
10.0.33.231:80
> -Ursprüngliche Nachricht-
> Von: Paul McCulloch [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 10. August 2004 11:19
> An: 'Struts Users Mailing List'
> Betreff: RE: Scriptlet in html:img
>
> You can use *either* literals or RT expressions to provide an attribute
> value
Sorry, this mail was send by error :-)
> -Ursprüngliche Nachricht-
> Von: Rosenberg, Leon
> Gesendet: Dienstag, 10. August 2004 12:48
> An: 'Struts Users Mailing List'
> Betreff: AW: Scriptlet in html:img
>
> 10.0.33.231:80
>
> > -Ursprüngliche Nachricht-
> > Von: Paul McCulloch
It is a little OT to try and explain how to alter the button and not the textfield
which would involve giving some sort of css tutorial. It may be easier for you to post
a code snippet of the button and text field jstl that someone could add the style
sheet references to.
Chris
-Original M
Hi All,
I am planning to use the IF THEN ELSE tag contributed by Niall to
Struts.
I am testing it out for a scenario like the one below -
If("Niall".equals(user.getUserName()))
{
System.out.println("User name - Niall"); // Condition 1
}
elseif("Janarthan".equals(user.get
Hi Guys,
Im trying to learn struts. I have just downloaded the
jakarta-struts-1.2.1-src how do i see its codes and how can i see it
running.
tia!
Richard
I mean the mailreader sample that uses pojo, how can i run it and see
its codes.
thanks
Richard wrote:
Hi Guys,
Im trying to learn struts. I have just downloaded the
jakarta-struts-1.2.1-src how do i see its codes and how can i see it
running.
tia!
Richard
Quite often I need to implement a form that has several submit buttons - for
example a page where several products are listed, and next to each product
is a "delete" -button. Since clicking on each button sends only one
parameter, I have to encode both the action and the id of the item into same
At 04:49 AM 8/10/2004, you wrote:
Quite often I need to implement a form that has several submit buttons -
for example a page where several products are listed, and next to each
product is a "delete" -button.
Does struts provide some sort of help to this problem? I have to say I am
quite surpris
Thanks, that goes some way...but not all the way though. A common situation
where a dynamic page displays 0n items with different identifiers. For
example, an item list is fetched from database, and page contains delete
buttons for items 23, 67, 101 and 128. I do not think you can use this
Is there a way to hide the standard browse button and use an image for the
button instead?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At 05:22 AM 8/10/2004, you wrote:
Thanks, that goes some way...but not all the way though. A common
situation where a dynamic page displays 0n items with different
identifiers. For example, an item list is fetched from database, and page
contains delete buttons for items 23, 67, 101 and 128.
Okay in my experience using struts logic tag, I dont have any problem
displaying an int bean property.
So I have some question:
Does the page currently displays the 'name' and 'email' propertly ?
If yes the can I take a look at the ActionForm code ? and the action
class code that populate the
>One thing to double check is that your welcome page really does do a
>*redirect* to sessionStart.do, rather than a . The
>latter will not kick in the container managed security, because they
>are only applied on the URL that is originally requested from the
>client (which will be the one for th
I have the following defined on my struts_config.xml:
and
When I had the scope set to request this worked fine, but I need it set
to sess
The following link includes the documentation and some examples.
Hopefully it helps.
http://husted.com/struts/resources/logic-niallp.htm
Tim
-Original Message-
From: Janarthan Sathiamurthy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 6:59 AM
To: Struts Users Mailing List
Sub
vpsangeetha wrote:
Hi,
I have a jsp page(test.jsp) and a custom form that extends
DynaActionForm(TestForm.java) associated with it for validation.
tesp.jsp populates the fields in the form to be displayed using an
object(TestObject.java) stored in the request. When a validation error
happens, it is
Victor Grazi wrote:
I am creating a Struts form with some dynamically populated drop down
lists. There is a general requirement that any drop down that contains just
a single element should display as free html text instead of as a drop down.
Is there any way to specify this type of variation u
Woodchuck wrote:
hihi,
i have a jsp with the following:
in MyObj i have these methods:
public Collection getFoo() {
return foo;
}
public Bar getFoo(int i) {
while(i >= foo.size()) {
((ArrayList)foo).add(new Bar());
}
return (Bar)((ArrayList)foo).get(i);
}
when i request for the jsp, it ca
Michael McGrady wrote:
Is there a way to hide the standard browse button and use an image for
the button instead?
Michael,
I don't believe this is part of the HTML spec, so in short, no. Every
browser uses a different button for browsing. I don't believe that even
CSS can control this.
--
Brice
This isn't a struts specific question (more towards tag-libs) but I figure
it is worth asking:
Why does org.apache.taglivs.standard.tag.common.sql.DataSourceUtil assume
that the datasource is within java:comp/env?
What if you loaded it outside of Tomcat into another namespace (since Tomcat
makes
ly in September)
http://jroller.com/page/peter_pilgrim/20040810#summary_struts_networking_in_london
--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston,
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44 (0)207 883 4447
> -Original Message-
> From: Pilgrim, Peter
Serializing org.w3c.dom.Document into String and passing this as JMS
object message is working nicely.
DOM document is built back again by parsing ByteArrayInputStream made of
string.
---
Reddy Pingili
> -Original Message-
> From: Pingili, Madhupal
> Sent: Friday, August 06, 20
I have a form spread over several pages. The user fills out each section
in progression. I am using a dispatch action and each page calls the
same function i.e. processForm. I want struts to validate each
submission but I cannot change the input page in the action ( I get
configuration frozen t
At 05:22 AM 8/10/2004, you wrote:
Thanks, that goes some way...but not all the way though. A common
situation where a dynamic page displays 0n items with different
identifiers. For example, an item list is fetched from database, and page
contains delete buttons for items 23, 67, 101 and 128.
At 07:41 AM 8/10/2004, you wrote:
Michael McGrady wrote:
Is there a way to hide the standard browse button and use an image for
the button instead?
Michael,
I don't believe this is part of the HTML spec, so in short, no. Every
browser uses a different button for browsing. I don't believe that eve
For the various ids and their respective methods:
1. Create a hidden text field.
2. Call a javascript function before submitting the
page. This javascript takes ID as an argument.
3. The ID is saved in the hidden text field and the
page is submitted.
4. Now call getDeleteItem() and get the ID to
The idea, Nitin, has been to avoid JavaScript. With JavaScript we have an
entirely different situation.
Michael
At 09:06 AM 8/10/2004, you wrote:
For the various ids and their respective methods:
1. Create a hidden text field.
2. Call a javascript function before submitting the
page. This javasc
I am using Tomcat4.0, struts1.1, mysql 4.0.18 , on Linux environment. And i
am unable
to connect to mysql db. Below is the url
i am using in server.xml file. and also i have the jdbc driver under
WEB-INF/lib - mysql-connector-java-3.0.14-production-bin.jar...I was
successfully able to deploy the
> -Original Message-
> From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 9:17 AM
> Cc: Struts Users Mailing List
> Subject: RE: java.net.ConnectException: Connection refused
>
>
>
> I am using Tomcat4.0, struts1.1, mysql 4.0.18 , on Linux
> environment. A
On Tue, 10 Aug 2004 09:15:49 -0400, Tom McCobb <[EMAIL PROTECTED]> wrote:
>
>
> >One thing to double check is that your welcome page really does do a
> >*redirect* to sessionStart.do, rather than a . The
> >latter will not kick in the container managed security, because they
> >are only applied
On Tue, 10 Aug 2004 10:44:34 -0400, Seaman, Sloan
<[EMAIL PROTECTED]> wrote:
> This isn't a struts specific question (more towards tag-libs) but I figure
> it is worth asking:
>
> Why does org.apache.taglivs.standard.tag.common.sql.DataSourceUtil assume
> that the datasource is within java:comp/en
This is a well known problem regarding MySQL and Linux. One of two has a
screwy implementation of resolving host names. WHich one depends on who you
talk to.
Known solutions include using 127.0.0.1. You will also have issues with
authenticating to the server if you limit mysql logins by server
Use something like this
function getNomFichier(){
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
}
Ovidiu
On Tue, 10 Aug 2004 08:27:49 -0700, Michael McGrady
<[EMAIL PROTECTED]> wrote:
> At 07:41 AM 8/10/20
> -Original Message-
> From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 10:10 AM
> To: Struts Users Mailing List
> Subject: RE: java.net.ConnectException: Connection refused
>
>
>
> This is a well known problem regarding MySQL and Linux. One
> of two h
I wish to make some of my tiles return content from web pages outside my
site i.e. kind of like using frames. can this be done with tiles?
thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Unfortunately I'm not at home, which is where my MySQL implementation is, so
I can't show you what I'm doing for another 7-8 hours :(
On the other hand the MySQL folk have some great documentation and help
forums that could probably help you more, if no one else has any solutions
for you here.
I am currently in process of upgrading to version 1.1, an application
that was build on version 1.0.2. Right now it seems that I am stuck. I
have extended the ActionServlet class and have invoked the reload()
method. This worked with 1.0.2. But in 1.1, the method is totally
missing. So my appl
Reload is no longer supported.
http://struts.apache.org/faqs/newbie.html#reload
--- Andy Dailey <[EMAIL PROTECTED]> wrote:
> I am currently in process of upgrading to version 1.1, an application
> that was build on version 1.0.2. Right now it seems that I am stuck. I
> have extended the ActionS
At 05:22 AM 8/10/2004, you wrote:
Thanks, that goes some way...but not all the way though. A common
situation where a dynamic page displays 0n items with different
identifiers. For example, an item list is fetched from database, and page
contains delete buttons for items 23, 67, 101 and 128.
Thanks. I had been searching for 2 hours for something regarding this.
-Original Message-
From: Hubert Rabago [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 2:34 PM
To: Struts Users Mailing List
Subject: Re: missing reload method on ActionServlet
Reload is no longer support
I have an strange request:
While I am very familiar with Struts (I've worked almost exclusively
in Struts for last 2 years, right after college), I have only basic
knowledge of actual Servlet programming. Now I am faced with a task
of updating and maintaining a pure Servlet application.
Does any
hihi,
this is my scenario:
- container managed pooling (Tomcat 4.1.24)
- jdbc (PreparedStatement objects)
- wrapping my own transactions by autoCommit(false), and issuing
commit() manually
i'm running into a table-lock situation after DELETE statements. i'm
using the same Connection object fo
Struts is in a sense "pure servlet technology". Very pure: only one
servlet extends HttpServlet and only one servlet implements HttpServlet,
viz. ActionServlet and MultipartRequestWrapper. I would suggest you get a
copy of a good book on Servlets like Jason Hunter's, cf. www.servlets.com.
Mic
WEB-INF/web.xml
You can take a glance there and see what servlets are mapped to where.
Servlet programming is not that much different. You just end up doing a
lot of manual labor to get your parameters and such. Instead of doing
thing like, myForm.getPersonName();
You will do something like r
Yes.
At 10:17 AM 8/10/2004, you wrote:
I wish to make some of my tiles return content from web pages outside my
site i.e. kind of like using frames. can this be done with tiles?
thanks
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
At 10:14 AM 8/10/2004, you wrote:
Use something like this
function getNomFichier(){
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
}
Will this work with ?
At 12:17 PM 8/10/2004, you wrote:
WEB-INF/web.xml
You can take a glance there and see what servlets are mapped to where.
Servlet programming is not that much different. You just end up doing a
lot of manual labor to get your parameters and such. Instead of doing
thing like, myForm.getPersonName()
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 12:25 PM
> To: Struts Users Mailing List
> Subject: RE: Servlet help for a Struts programmer
>
>
> At 12:17 PM 8/10/2004, you wrote:
> >WEB-INF/web.xml
> >
> >You can take a glance th
I'm using html:file and it works just fine . In my previous reply I
made a copy&paste from the generated html.
The most important lines are these 2
document.forms[0].btnFichier.click();
document.forms[0].nomFichier.value=document.form["frmFichier"].btnFichier.value;
On Tue, 10 Aug 2004 12:21
Jim is correct. :)
On Tue, 10 Aug 2004 12:29:23 -0700, Jim Barrows <[EMAIL PROTECTED]> wrote:
>
>
> > -Original Message-
> > From: Michael McGrady [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 10, 2004 12:25 PM
> > To: Struts Users Mailing List
> > Subject: RE: Servlet help for a
At 12:29 PM 8/10/2004, you wrote:
Nope.. you misunderstood his question. First he started on struts. Every
project he's worked on. Now, PHB wants him to work on another project,
which is just servlets. He's never done any servlet programming, so he
wants to know what differences there are et
At 12:40 PM 8/10/2004, you wrote:
Jim is correct. :)
About what the gentleman meant? I doubt that. If so, they are both
confused. LOL I doubt that Jim is. ;-)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
I am sure that in a week or two that might be apparent to me. However
right now I am exposed to everything that ActionServlet and
MultipartRequestWrapper hid from view. Using Struts in my
programming, the controller part of the MVC was hidden.
For example, one of the first questions I had was: H
Hi, this is a big question, so probably for only the
patient ones...
I'm beeing a very purist on MVC in my application, so
i got a .jsf that is called HTMLbuttons.jsf, wich
looks like this.
code:
<%@ taglib uri="/WEB-INF/struts-bean.tld"
prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-html.
From: "Michael McGrady" <[EMAIL PROTECTED]>
> There is no project that is "just servlets" unless it is nuts.
It is *entirely* possible that there are webapps still running out there
that are done completely with Servlets. No JSP, no Struts, nothing but
(IIRC) out.println( "bunch of html here");
At 12:51 PM 8/10/2004, you wrote:
I am sure that in a week or two that might be apparent to me. However
right now I am exposed to everything that ActionServlet and
MultipartRequestWrapper hid from view. Using Struts in my
programming, the controller part of the MVC was hidden.
For example, one of
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 12:41 PM
> To: Struts Users Mailing List
> Subject: RE: Servlet help for a Struts programmer
>
>
> At 12:29 PM 8/10/2004, you wrote:
> >Nope.. you misunderstood his question. First h
At 12:57 PM 8/10/2004, you wrote:
From: "Michael McGrady" <[EMAIL PROTECTED]>
> There is no project that is "just servlets" unless it is nuts.
It is *entirely* possible that there are webapps still running out there
that are done completely with Servlets. No JSP, no Struts, nothing but
(IIRC) out.
Feel your pain!
I havent't seen any comprehensive documentation on development with
servlet/JSP vs Struts development.
Nobody really writes about basic servlet development anymore. It's soo
"old school".
I'd look for older articles (at www.servlets.com, onjava.com,
javaworld.com, etc.) for exa
Hi Jim,
I have tried all different options for the jdbc url, but everything leads to
same error,
:java.net.ConnectException: Connection refused -- i tried to get connection
from
DriverManager.getConnection() instead from datasource and even that doen't
work.
I was able to use the same configuratio
At 01:06 PM 8/10/2004, you wrote:
But comparing Struts to Servlets makes no sense.
SUre it does... as he says later.. how do I forward to a completed
action... Since in servlets there is no action. The only forward there
is, is a real forward, not a struts style forward. Not to mention that
This is probably the first struts mailing list thread I've browsed
through, dear god you guys confuse me :)
-Joe
On Tue, 10 Aug 2004 13:11:34 -0700, Michael McGrady
<[EMAIL PROTECTED]> wrote:
> At 12:57 PM 8/10/2004, you wrote:
> >From: "Michael McGrady" <[EMAIL PROTECTED]>
> >
> > > There is no
At 01:12 PM 8/10/2004, you wrote:
I havent't seen any comprehensive documentation on development with
servlet/JSP vs Struts development.
Geesch! Struts IS basic Servlet development at the highest level.
Michael
-
To unsubscribe,
> -Original Message-
> From: Denis Avdic [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 12:52 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> I am sure that in a week or two that might be apparent to me. However
> right now I am
> -Original Message-
> From: Wendy Smoak [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 12:57 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> From: "Michael McGrady" <[EMAIL PROTECTED]>
>
> > There is no project that is "just ser
At 12:57 PM 8/10/2004, you wrote:
Yes, Struts is based on Servlets, but you don't have to know
anything about Servlets to make a useful Struts webapp.
I wonder if this is true. I cannot imagine that it could be. Maybe it
is. I am beginning to think so. ///;-)
Michael
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:12 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> At 12:57 PM 8/10/2004, you wrote:
> >From: "Michael McGrady" <[EMAIL PROTECTED]>
> >
> -Original Message-
> From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:13 PM
> To: Struts Users Mailing List
> Subject: RE: java.net.ConnectException: Connection refused
>
>
> Hi Jim,
> I have tried all different options for the jdbc url, but
> everyt
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:19 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> At 01:12 PM 8/10/2004, you wrote:
> >I havent't seen any comprehensive documentation
At 01:22 PM 8/10/2004, you wrote:
Guess what don't doubt it. I did it. I wrote them. I hated it. It
was painful. It was complex. It was ugly.
In fact if you see a url that includes something like /servlet/blah you
are probably looking at a website done entirely in servlets.
Granite, a
Hello all!!
1. I've got a huge problem - i wrote an app that utilizes "subj", tested
it on bunch of app-servers in local environment and finally (happily)
deployed it to my ISP.
..App don't work there!!! All of the Struts1.1 (either with Tiles or
nor) examles don't. I' m confused..
2. my index.jsp
From: "Michael McGrady" <[EMAIL PROTECTED]>
> A webapp completely in servlets? No helper classes? No decoupling from
> Servlets at all? I doubt it! But, if so, it is nuts, as I said, and
> certainly not the question here. I assume that he would like to do
> something that does not resemble the
At 01:26 PM 8/10/2004, you wrote:
No it's not. Trust me It's not even remotely close to servlet
development... it uses only one servlet. Servlet development uses lots of
servlets. Each one lovingly crafted by hand.
Decoupling concerns for architectural and design purposes does not change
At 01:27 PM 8/10/2004, you wrote:
The name calling is getting tiresome.
Name calling? If I called anyone a name, I apologize. Do you mean
referring to people by their names? Whatever, if you are talking to me, I
certainly did not intend to offend anyone and am merely enjoying a
conversation
No there is no firewall on Linux box.
-Original Message-
From: Jim Barrows [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 4:24 PM
To: Struts Users Mailing List
Subject: RE: java.net.ConnectException: Connection refused
> -Original Message-
> From: Shilpa Nalgonda [mai
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:22 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> At 12:57 PM 8/10/2004, you wrote:
> >Yes, Struts is based on Servlets, but you don't
At 01:27 PM 8/10/2004, you wrote:
The OP has an existing application
that doesn't use Struts.
Oh, I see what you mean, Wendy. I assume that the "OP", whatever that is
(client?), does not have a Servlet application that fails to use standard
decoupling techniques, and even if it did, he would wan
> -Original Message-
> From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:29 PM
> To: Struts Users Mailing List
> Subject: RE: java.net.ConnectException: Connection refused
>
>
> No there is no firewall on Linux box.
Okay I'm going to down a mental list
At 01:33 PM 8/10/2004, you wrote:
Try it yourself no JSP's. No struts, and basic CRUD operations on an
address book.
Now today, you would probably be smart. You would have a CRUD servlet for
the "actions", that would redirect to a servlet for generating
HTML. That's 4 serlvets handling C
> -Original Message-
> From: Michael McGrady [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 1:38 PM
> To: Struts Users Mailing List
> Subject: Re: Servlet help for a Struts programmer
>
>
> At 01:27 PM 8/10/2004, you wrote:
> >The OP has an existing application
> >that doesn
At 12:57 PM 8/10/2004, you wrote:
It is *entirely* possible that there are webapps still running out there
that are done completely with Servlets. No JSP, no Struts, nothing but
(IIRC) out.println( "bunch of html here");
Struts did not always exist, and since JSP's get compiled into Servlet code,
> -Original Message-
> From: Denis Avdic [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 10, 2004 11:55 AM
> To: Struts Users Mailing List
> Subject: Servlet help for a Struts programmer
>
>
> I have an strange request:
>
> While I am very familiar with Struts (I've worked almost exc
At 01:45 PM 8/10/2004, you wrote:
JSP's are basically inverted servlets, and were created because of the
amount of pain involved in spitting out what was bascially boilerplate html.
We used helper classes back then to do with Servlets essentially (in
principle) what is done with JSP today. In f
1 - 100 of 147 matches
Mail list logo