Look at jspc for pre-compiling your JSPs when building the archive for deployment.
-Original Message-
From: Mike Elliott [mailto:[EMAIL PROTECTED]
Sent: 28 September 2004 00:50
To: Struts Users Mailing List
Subject: Compilation of JSP at time of deployment?
I have a neglected Ultra 1, no
Hello , Is it impossable to right align the text in the html:text tag?
Please tell me how to do it . Thankyou.
__
TSUKAME EIKOU! KAGAYAKE EGAO!
Yahoo! JAPAN JPC OFFICIAL INTERNET PORTAL SITE
http://pr.mail.yahoo.co.jp/para/
This is quite a FAQ. The neatest solution propsed was, IMO, the 'bind' tag
in the Jakarta Unstandard taglib
(http://jakarta.apache.org/taglibs/sandbox/doc/unstandard-doc/index.html#bin
d).
I curently use the + scriptlet solution you propose.
Paul
> -Original Message-
> From: Adam Hardy
JBoss/Tomcat (which I assume you are referring to) has default behaviour
whereby the compiled JSPs get deleted on graceful server shutdown. Killing
the process hard gets round this issue, or there is a config setting which
disables this. You need to edit the tomcat config file
($JBOSS\server\defaul
This is a basic html question - nothing to do with Struts. Try Google first
- http://www.google.com/search?q=input+text++right+align
Paul
> -Original Message-
> From: BOU Hou [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 9:34 AM
> To: Struts Users Mailing List
> Subject: h
Hi Everybody,
need some information .
the prob goes like this...
we have a jsp page with some select boxes n all...its a search criteria
the contects of the select boxes should be dynamically changed
after user clicks on go button... the report has to be generated with
that sear
Hi eveybody,
need some information .
the prob goes like this...
we have a jsp page with some select boxes n all...its a search criteria
the contects of the select boxes should be dynamically changed
after user clicks on go button... the report has to be generated with
that serach
Hello Friends,
I have just joined into the list...
I am very new to this filed.. hope u all will help me to solve the problems..
Thank you
--
--
Kranti Kiran Kumar Parisa
Software Engineer [ e-Biz ],
Patni Computer Systems Ltd.,
India
Mobile: +91 98504 45977
-
http://www.displaytag.org/example-export.jsp
Paul
> -Original Message-
> From: Kranti Parisa [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 9:56 AM
> To: [EMAIL PROTECTED]
> Subject: Need Help: exporting oracle database records to excel files
>
>
> Hi eveybody,
>
> need
/pat on the back for Paul for answering so many questions today :)
-Original Message-
From: Paul McCulloch [mailto:[EMAIL PROTECTED]
Sent: 28 September 2004 10:14
To: 'Struts Users Mailing List'
Subject: RE: Need Help: exporting oracle database records to excel files
http://www.displayta
Hi Paul,
Thanq very much for ur reply...
Its exporting to excel.. but in our application we need to generate a
seperate excel file for the records...and how to obtain the freezing
properties for the generated excel file
Thanq
Kranti
On Tue, 28 Sep 2004 10:14:18 +0100, Paul McCulloch
<[EMAIL PR
It's either that or real work :-)
> -Original Message-
> From: McCormack, Chris [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 10:22 AM
> To: Struts Users Mailing List
> Subject: RE: Need Help: exporting oracle database records to
> excel files
>
>
> /pat on the back for
Hi,
Checkout following link
http://jakarta.apache.org/poi/index.html
POI is supposed to have capability to write files in Excel 97 format.
Kailash
-Original Message-
From: Kranti Parisa [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 28, 2004 2:55 PM
To: Struts Users Mailing List
Su
As this is no longer Struts related can I suggest that you take this to a
different list? The display tag user group detaisl can be found at
http://lists.sourceforge.net/lists/listinfo/displaytag-user
Anyway, I don't understand your question I'm afraid. Perhaps you could try
rephrasing it?
Paul
Thanq Paul,
On Tue, 28 Sep 2004 10:32:21 +0100, Paul McCulloch
<[EMAIL PROTECTED]> wrote:
> It's either that or real work :-)
>
>
>
> > -Original Message-
> > From: McCormack, Chris [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, September 28, 2004 10:22 AM
> > To: Struts Users Mailing Li
Hi Kailash,
How can we obtain the freezing properties for the generated excel file...
i mean the first column of the excel sheet should be constant.. that
means if u navigate horizontally in the excel sheet..after some
columns we will observe that the previous columns are moving left
side... freez
Hi!!
We have delevoped one application who needs a specific funcionality of excel
export/import data.
It has an action which retrieve relevant data from database, when the action
is invoked by a button.
Next, the action call an Excel builder object, which create the Excel file
with the relevant fo
Hi Luis,
Thanx for ur guidance...
Actually in our application its a search criteria screen...
where we are having soo many select boxes.. if the user select
something in any of the select boxes the contents of the rest should
be dynamically generated..
do u have any idea abt this??
Kranti
O
Hi all
I have a problem with getting a hierarchy of nested properties to display.
I have an ActionForm which has a property A of type HashMap. A is keyed on
Strings, and each value of A is a Collection (ArrayList). This collection
contains objects of type B.
I am trying to iterate through the ke
Hi all
I have a problem with getting a hierarchy of nested properties to display.
I have an ActionForm which has a property A of type HashMap. A is keyed on
Strings, and each value of A is a Collection (ArrayList). This collection
contains objects of type B.
I am trying to iterate through the ke
No I wouldn't say that putting "/bookEdit.do" in the JSP gives it any
knowledge of the navigation sequence. By definition an Action is an
abstraction, the page knows nothing of the implementation, which is the
point of having the controller.
Forwards themselves are attributes of the ActionMappi
Hi,
I am using DynaValidatorForm. The entry in my struts-config.xml looks like :
Where, the Line class looks :
public class Line {
private String bId;
private String dId;
}
bId and dId are actually drop downs on the UI. Basically, when the jsp loads, the drop
So you're not really asking a Struts question right? - Your asking a how
to "I programatically create XLS files"
For really simple output for Excel then you can just dump a comma
separated file from the database, set the correct mime type and let
Excel sort it out - but if you want to start add
Nobody answered my mail yet and I got the solution, so here it is for
those interested.
overwrite storeException and set it into Global.ERROR attribute.
On Tue, 2004-09-28 at 14:17, Sebastian Ho wrote:
> Hi
>
> I can't get the storeException to work in my ExceptionHandler
> implementation.
>
>
Hi All,
I am newbie in log4j.
Please advice me the best option for loading the log4j properties file
in a web application.
Regards,
KP
Hi,
Just have a look...
here EcapsuleLogger is a java class.. with in that logInfoMessage is a
method...which will take the class name and the message ...
EcapsuleLogger.logInfoMessage(LoginAction.class, "In the TRY BLOCK of
the LoginAction");
this message will go into the log file...
this is
Hi,
Since this was going off the main stream Struts dev mailing list, I decided
to take this discussion out of it.
But then again on second thought, I would like to share the idea with all.
The idea is to use AUTOMATION interface of MS Office applications (Excel,
Word etc),
so you have to have
On Tue, 28 Sep 2004 20:39:59 +0900, Prasad, Kamakshya
<[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I am newbie in log4j.
>
> Please advice me the best option for loading the log4j properties file
> in a web application.
log4j searches your applicaton's classpath to find a log4j.properties
file. So p
Yep.. first of all we need to put the properties file in
WEB-INF/classes folder..
after adding that to classpath...
just implement that in java class so that it will automatically send
the message to log file...
Kranti
On Tue, 28 Sep 2004 15:06:49 +0300, Tuncay Baskan <[EMAIL PROTECTED]> wrote:
Well I found the problem & it's embarrassing. For the sake of others I'll
humiliate myself. The jsp I was working on was a cut/paste I had
inherited. In adding some functionality I started using the jstl tags but
neglected to see if the taglib had been declared in the jsp. Of course, it
had
hi kranti
ur forming data coming according to criteria by firing queries.
To get this data into excel sheet.
use of plugin called POI -jakarta apache project.
I have less time to explain coz of delivery time at my end but u would
need to
1. import jar files in ur lib which u get from
Hi all
I have a problem with setting the values on a hierarchy of nested
properties.
I have an ActionForm which has a property A of type HashMap. A is keyed on
Strings, and each value of A is a Collection (ArrayList). This collection
contains objects of type B.
I am trying to iterate through th
Hi,
I have tried several ways to limit upload size but none seems to work.
Each time, the request uploads the whole file before detecting it's too
large.
The only way to avoid this may be to configure the web/JSP server
himself if it's possible (check but I think tomcat 5 doesn't)
Or to find a br
After browsing through the struts archives, I have done the following changes to
validation.xml.
bp
bp
No exceptions thrown, but the error is not getting fired. Not sure what could be the
issue. Can someone help me please. Rick, can you pls help me.
Regds
Vasu Johnson
Vasu J
Hi,
Sorry with my text, I don´nt speak and write english very well(I´m
brazilian), but I will try...
I'm using the DynaForm and I created 3 methods in my action: save,
delete and start, but only in the fist method I need validation, the
others I don't went to use, How I do?
Thanks,
--
Gabriel
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]
Howdy,
Some article say that in struts web applications, our actions
(say: MyLoginAction extends Action) connect controller(C)
and model(M), make them work together:
Controller <==> Action <==> Model
Therefore, can we say precisely our actions play a adapter role
and we are applying "Adapt
I am not running PostgreSQL on my Windows box. The connection string in
the Data Source config section is pointing to the SuSE box. I am using
pgAdmin III on my Windows box to manage the database without error, so
I can connect to my SuSE box and PostgreSQL without issue.
I launch Tomcat from with
Hello,
Although u r using a dynaactionform, you could still write your
javaclass that extends dynaactionform, and write only the validate
method that checks which 'mehtod' you have just called
Or you can go for the Validator.
Regards
marco
-Original Message-
From: Gab
I think if you think of writing your custom validation mathods, you
should try flat ActionForm than DynaActionForm or use validator plug
in.
On Tue, 28 Sep 2004 15:36:46 +0100, Marco Mistroni
<[EMAIL PROTECTED]> wrote:
> Hello,
> Although u r using a dynaactionform, you could still write
>First, "The first time" that the form is displayed (a
>blank form), all the validation warning messages are
>on the top of the web page.
>Can anybody tell what went wrong? Because validation
>warning messages are supposed to be shown "after" the
>form is submitted (if there are errors).
Proba
Hi folks,
I'd like know how copy fields that not String, of my DynaForm to my
bean, I'm use the commos beanutils, but when this read one field the
type java.util.Date one exception is created...How i do?
Thanks,
--
Gabriel França Campolina
Tel: 9202-8320
---
1. You should use the Container (Tomat and not Struts) data source and
not use connection pool, rather the DataSourcePool that comes with JDBC
drivers. Connections are more for clients and PooledDataSource is for
servers, so use that part of any JDBC driver.
2. You should write a helo world ser
Hi, I am getting the timeout exception for connection pooling, i am using
Tomca 4.1 and datasource to retrieve connections.
I am attaching all the soure code and configuration files used in my
application, please suggest where iam doing wrong...
SEVERE: getConnection()--SQLException
org.apache.
Howdy,
Some article say that in struts web applications, our actions
(say: MyLoginAction extends Action) connect controller(C)
and model(M), make them work together:
Controller <==> Action <==> Model
Therefore, can we say precisely our actions play a adapter role
and we are applying "Adapt
I need to store the last request so that if a user requests a page that
requires authentication etc it can be processed and then the user can be
redirected to the last request. I am going to be integrating with JAAS this
week so maybe there is something built in already (Which would make sense).
This will be done for you if you enable container managed security for your
web container.
Paul
> -Original Message-
> From: Mark Benussi [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 4:32 PM
> To: [EMAIL PROTECTED]
> Subject: Storing the last request - JAAS?
>
>
> I nee
I am working on one of my Struts JSPs. I am trying to
put a link (not a link to invoke an action); something
equivalent to:
http://www.google.com";>Google
I want user to be at the Google's web site when they
click on 'Google' in my JSP. The above HTML tag gives
me a problem. I tried to use the
OK... good to know it can be done, how (In a nutshell do I enable this) and
then access it via my action? Do you have a link to doc I can read?
Original Message Follows
From: Paul McCulloch <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: 'Struts Users Mai
From: "Caroline Jen" <[EMAIL PROTECTED]>
> I am working on one of my Struts JSPs. I am trying to
> put a link (not a link to invoke an action); something
> equivalent to:
> http://www.google.com";>Google
> I want user to be at the Google's web site when they
> click on 'Google' in my JSP. The abo
Morning Folks...
The group I'm with is being pushed to migrate from Struts to JSF.
Whether that is good or bad move is not up for debate... It's just a
design decision that we have to live with.
I've seen random emails on this alias dealing with Struts / JSF issues
and questions. What is Struts
Your JSP is too big. You'll either need to break it up into smaller
compilation units (i.e. multiple JSPs) or move to Tomcat 4.1 or later,
which can handle this type of problem.
--
Martin Cooper
On Tue, 28 Sep 2004 12:09:33 -, Zakaria kHABOT
<[EMAIL PROTECTED]> wrote:
> Hi all,
> When I try
http://blogs.sun.com/roller/page/craigmcc/20040927#struts_or_jsf_struts_and
On Tue, 28 Sep 2004 11:03:28 -0500, ajTreece <[EMAIL PROTECTED]> wrote:
> Morning Folks...
>
> The group I'm with is being pushed to migrate from Struts to JSF.
> Whether that is good or bad move is not up for debate...
The adapter pattern is *definitely* a good way to use Struts Action
classes. In particular, you are adapting the use of servlet API
things like HttpServletRequest and HttpSession into calls on model
tier methods that should be independent of the presentation tier API
(so that those model tier clas
I'd start with the servlet spec.
Paul
> -Original Message-
> From: Mark Benussi [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 4:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Storing the last request - JAAS?
>
>
> OK... good to know it can be done, how (In a nutshell do I
On Tue, 28 Sep 2004 09:07:02 -0700, Don Brown <[EMAIL PROTECTED]> wrote:
> http://blogs.sun.com/roller/page/craigmcc/20040927#struts_or_jsf_struts_and
Yep, that's me ... after endless arm twisting from my colleagues at
Sun and elsewhere, I figured it was finally time to start blogging,
and my fi
Caroline,
You should be able to use the href attribute of html:link, like this:
http://www.google.com>
Google
This will render the href unchanged.
TR
Caroline Jen wrote:
I am working on one of my Struts JSPs. I am trying to
put a link (not a link to invoke an action); something
equivalent to:
h
Oops, forgot the closing quotation mark...
http://www.google.com";>
Google
TR
Terry Roe wrote:
Caroline,
You should be able to use the href attribute of html:link, like this:
http://www.google.com>
Google
This will render the href unchanged.
TR
Caroline Jen wrote:
I am working on one of my St
Hi Yves, I found out what the problem is. There was an error in my page
where it lists this other path/file. I was intrigued by your statement
about the validate=true. So, I started out with a much simpler page to
experiment with your statement. In that situation I made some simple
pahes t
Is there a reason why Resin runs on port 8080 by default? Just curious.
Thanks,
Joe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The same reason Tomcat does.
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message -
From: "joe a." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 2004 2:15 PM
Subject: Why does Resin run on p
Hi,
I have a form that has a collection of VOs. I am outputting those VOs using
the logic:iterate. Each VO has a number of elements in them. All this is
happening within an html:form.
User is supposed to be able to update different things on that form. It is
also a requirement that the user be a
MyForm extends ActionForm implements Collection
.V
Chaikin, Yaakov Y. wrote:
Hi,
I have a form that has a collection of VOs. I am outputting those VOs using
the logic:iterate. Each VO has a number of elements in them. All this is
happening within an html:form.
User is supposed to be able to upda
How about ANSWERING the question instead of HINTING at it and wasting
my time. Or maybe go get laid, that would probably help too
-Joe
On Tue, 28 Sep 2004 14:19:35 -0400, James Mitchell <[EMAIL PROTECTED]> wrote:
> The same reason Tomcat does.
>
> --
> James Mitchell
> Software Engineer / Open
How about asking this question on a Resin list?
> -Original Message-
> From: joe a. [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 28, 2004 1:37 PM
> To: Struts Users Mailing List
> Subject: Re: Why does Resin run on port 8080?
>
>
> How about ANSWERING the question instead of HINT
LOLsorry for the brevity.
Did you google?
Have you ever tried to run tomcat or resin on a linux box when you are not
logged in as root?
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message -
From: "joe a." <[EMAIL
Hi,
I want to do something like this
step will represent some images that is dynamically put into using
tiles:put. But what I got is
i.e. is not get expanded.
Can I do the above and how?
Thank you very much.
Kind regards,
Phong.
-
I think you're confused about who is
wasting who's time. And in case you're still confused, your simple
(and extremely LAME) question is wasting the time of EVERY person on this
list. What you failed to glean from the previous answer is that you
are obviously too dumb (or too lazy) to find the
On 28/9/04 19:15, "joe a." <[EMAIL PROTECTED]> wrote:
> Is there a reason why Resin runs on port 8080 by default?
Yes.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
That's correct. You cannot nest custom taglibs.
Try separating them:
if 'step' was set to "/images/myImage.gif", and your app was "myApp", you
would get:
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message
Vic,
I think you misunderstood what I am asking. I already have a form that has a
lot of other elements. One of its elements is a collection of items with
properties. I need to be able to display the collection of items with its
properties and let the user change those properties on the SAME page
...sorry, result should have been:
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message -
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 28,
Yes I tried google, and yes this question isnt about struts
specifically but it is a struts RELATED question that should be
allowed on the list (you can't use struts without an application
server). I know I'm on your "kill list" dgraham (btw, what is more
lame, me asking a question, or you braggin
Entry: pompous
Function: adjective
Definition: arrogant
Synonyms: affected, bloated, boastful, bombastic, conceited,
egotistic, flatulent, flaunting, flowery, fustian, grandiloquent,
grandiose, high-flown, highfalutin, hoity-toity, imperious, important,
inflated, magisteria
Joe,
Please remember this is all volunteer effort. None of us are your paid
support staff so its not your perogative to bad-mouth us.
That having been said, the reason why appservers default to some high
port numbers is because in a unix or unix-like (linux,*BSD) environment
only the root user (
Struts is known as a friendly place. Not today ;-o
Most containers run on 8080, since on Windows IIS runs on port 80 and in
Linux Apache runs on port 80 as default.
Newbies have problems starting containers if they default to 80.
"pros" know to stop the IIS/Apache and switch "Tomcat" to 80.
.V
j
Odd ... I was able to find this link in a little under 10 seconds ...
http://www.onjava.com/pub/a/onjava/2002/09/18/resin.html
joe a. wrote:
Yes I tried google, and yes this question isnt about struts
specifically but it is a struts RELATED question that should be
allowed on the list (you can't use
Hi,
I followed your suggestion
In mainfile:
In a layout file:
But I got following generated:
What could be wrong?
Thanks,
Phong.
On Tue, 28 Sep 2004, James Mitchell wrote:
That's correct. You cannot nest custom taglibs.
Try separating them:
if 'step' was
It runs on 8080 by default in order so that non-root users on Unix can run
it. On Unix, port #'s up to and including 1024 are reserved and can only be
used by applications run by root.
Rgds,
Richard
-Original Message-
From: joe a. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 28, 2
> > > Is there a reason why Resin runs on port 8080 by default? Just
curious.
Someone forgot the annoying yet perfect answer for all "why" questions.
"Why not?"
On 28 Sep 2004, at 21:02, Bill Siggelkow wrote:
Odd ... I was able to find this link in a little under 10 seconds ...
http://www.onjava
Thanks for the answer Jason, you are awesome. I feel, enlightened.
-joe
On Tue, 28 Sep 2004 13:59:27 -0500, Jason King <[EMAIL PROTECTED]> wrote:
> Joe,
> Please remember this is all volunteer effort. None of us are your paid
> support staff so its not your perogative to bad-mouth us.
> That hav
Another question,
When designing a web application, as a lot of people know, it is no longer a
good idea to use (or let your framework use) a "?" to append parameters to
the URL. The reason is that Google, being the dominating search engine,
ignores everything past the "?", thus making the rest of
Jason King wrote:
unix-like (linux,*BSD) environment
only the root user (think administrator if you're from a windows
environment) can use ports under 1024.
if I can add to that in produciton one should not run or install
anything as root, especialy not Tomcat or Apache. This ability makes
http://www.javamug.org/mainpages/2004Meetings.html#Oct
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I think I know why it doesn't get it right.
My template file is:
And was placed in header.jsp
What should I do?
Thanks,
Phong.
On Tue, 28 Sep 2004, James Mitchell wrote:
That's correct. You cannot nest custom taglibs.
Try separating them:
if 'step' was set to "/images/myI
Go Jason Wooo hooo!!!
The real reason it is 8080 and not 8143 or 2957 could be due to that
"monkeys in a cage" theory. Not sure, I should google it and see.
--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx
- Original Message -
From: "Chaikin, Yaakov Y." <[EMAIL PROTECTED]>
> When designing a web application, as a lot of people know, it is no longer
a
> good idea to use (or let your framework use) a "?" to append parameters to
> the URL. The reason is that Google, being the dominating search engine,
> ignores everything p
joe a. wrote:
How about ANSWERING the question instead of HINTING at it and wasting
my time. Or maybe go get laid, that would probably help too
-Joe
Welcome to the lists, Joe. 8080 is used for development. You can
change the port to 80 or whatever you want. Check out servlet.xml and
the relat
David Stevenson wrote:
On 28/9/04 19:15, "joe a." <[EMAIL PROTECTED]> wrote:
Is there a reason why Resin runs on port 8080 by default?
Yes.
The hive responds. LOL No Buddhists here.
-
To unsubscribe, e-mail: [EMAIL PROTEC
You could try passing parameters via the URL then using Struts'
wildcard action mapping to pull them out. I use it to support a
ReST-style web service interface to my application.
Don
On Tue, 28 Sep 2004 12:31:14 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Chaikin, Yaakov Y." <[EMAIL
I'm guessing David has seen this: http://homepages.tesco.net/~J.deBoynePollard/FGA/questions-with-yes-or-no-answers.html
which is refrenced by http://www.catb.org/~esr/faqs/smart-questions.html
Michael McGrady <[EMAIL PROTECTED]>
09/28/2004 03:33 PM
Please respond to
"Struts Users Maili
Does anyone know where I can get a copy of this file? In its default form?
thanks,
Anna
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have a drop-down menu like this:
-Select-
Once a user makes a selection in the menu and click on
the Submit button, the action servlet will know what
is selected:
String selectedPage = request.getParameter(
"document" );
The PageBeans object is a Collection; a Collection o
Hmmm... I don't know how THAT works. However, I have read in a couple of
places about this and found a few sites that you can't find anything on
because of this. It would be interesting to find out how those sites with
"?" get indexed.
Anyone? What am I missing here?
-Original Message-
F
From: "Anna Kerekes" <[EMAIL PROTECTED]>
Does anyone know where I can get a copy of this file? In its default form?
Yes, we do. ;)
(There's one in the 'lib' directory of the Struts 1.2.4 distribution.)
--
Wendy Smoak
-
To uns
While its true that most search engines deal with this sort of thing, i
think its also still true that you get more pages indexed if you avoid
request parameters..
I was trying to get mod_rewrite playing ball the other day with some
success.
I'd try a filter (i'm going to when i get a chance..
If it is urgent, you may find my copy in the
attachment.
--- Anna Kerekes <[EMAIL PROTECTED]> wrote:
> Does anyone know where I can get a copy of this
> file? In its default form?
>
> thanks,
> Anna
>
>
-
> To unsubscribe, e-m
Gabriel,
I'm not sure how Beanutils handles java.util.Date, but I have had this
problem when trying to convert to java.sql.Date when the source value
(in my form) was null. Now I call a method like this before a call to
copyProperties():
public static void overrideConverters() {
//
Find where struts is installed. Go into the webapp directory. You
should be able to unzip one of the example war files and then under the
WEB-INF directory of whichever example you pick you will find a pristine
validator-rules.xml file. I unzipped the examples.war file and found it
np.
-josh
Mark,
But it would be more than just having a filter. You would need to extend the
html:link functionality, for example. And whatever else there is in Struts
that generates links with parameters.
BTW, what do you mean when you say "get mod_rewrite"?
-Original Message-
From: Mark Lowe [ma
1 - 100 of 137 matches
Mail list logo