Re: Sturts JSP and Javascript

2004-02-19 Thread Mark Lowe
How's this? you can put it in a tile wooo (I hear gasps of amazement) .. Hit me On 19 Feb 2004, at 18:14, Ramadoss Chinnakuzhandai wrote: Can anybody provide me sample code of Struts JSP contains Javascrip

Re: Sturts JSP and Javascript

2004-02-19 Thread Thad Humphries
It's not much different than Javascript in any JSP. Cedric Dumoulin's "Tiles Advanced Features" (http://www.lifl.fr/~dumoulin/tiles/ tilesAdvancedFeatures.pdf) has several examples that use Javascript. On Thursday 19 February 2004 12:14, Ramadoss Chinnakuzhandai wrote: > Can anybody provide me s

Sturts JSP and Javascript

2004-02-19 Thread Ramadoss Chinnakuzhandai
Can anybody provide me sample code of Struts JSP contains Javascript..? or any link to refer how to use JavaScript function inside Struts JSP..?? Thanks in advance, -Ramadoss - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: Latest vesrion of sturts

2003-11-20 Thread Agashivala, Vishal
:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:56 PM To: [EMAIL PROTECTED] Subject: RE: Latest vesrion of sturts Hi , U can download the release version of the same , u might see the downloads defined under different catagories , nightly builds , beta builds , release builds , prefer taking

RE: Latest vesrion of sturts

2003-11-20 Thread shishir.katdare
of sturts Hi, Thanks for your prompt reply. I am also bit confused as on Jakarta site I saw Sturt 1.1 beta 2, Sturt 1.1 beta 3 relaese and so on... So I wondered which one is latest. So please let me know which beta version is this which you have told to download from http://mirror.ehpg.net

Re: Latest vesrion of sturts

2003-11-20 Thread Gurpreet Dhanoa
EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 3:35 PM Subject: RE: Latest vesrion of sturts > Hi, > > Thanks for your prompt reply. > > I am also bit confused as on Jakarta site I saw Sturt 1.1 beta 2, Sturt > 1.1 beta 3 relaese and so on... > So I wondered which one

RE: Latest vesrion of sturts

2003-11-20 Thread Meenakshi Dhawale
documentation with this. Regards, Vishal Agashivala -Original Message- From: Meenakshi Dhawale [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Latest vesrion of sturts Hi, I am very new to Sturts Architecture. I want to know the latest

RE: Latest vesrion of sturts

2003-11-20 Thread Agashivala, Vishal
:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Latest vesrion of sturts Hi, I am very new to Sturts Architecture. I want to know the latest version of Sturts and also the URL from where I can download it. Also the example or documents which help me to

Latest vesrion of sturts

2003-11-20 Thread Meenakshi Dhawale
Hi, I am very new to Sturts Architecture. I want to know the latest version of Sturts and also the URL from where I can download it. Also the example or documents which help me to know basics of Sturts and its architecture. regards, Meenakshi

Latest vesrion of sturts

2003-11-20 Thread Meenakshi Dhawale
Hi, I am very new to Sturts Architecture. I want to know the latest version of Sturts and also the URL from where I can download it. Also the example or documents which help me to know basics of Sturts and its architecture. regards, Meenakshi

Re: Sturts

2003-11-14 Thread Ted Husted
That depends on what you mean by call. The general model is to invoke an Action class *before* displaying a server page. The Action puts resources in the request scope for the page to use. The page then displays the ready-made resources (e.g. JavaBeans) without knowing from whence they came. A

Re: Sturts

2003-11-14 Thread Doug
Gurpreet Dhanoa wrote: HI is there any way to call a action within an JSP file without using Submit button and any other html:form element I want to call a action with in a logic:iterate which is further containing one more logic:iterate ? Or is that still not what you're looking for? By th

Sturts

2003-11-13 Thread Gurpreet Dhanoa
HI is there any way to call a action within an JSP file without using Submit button and any other html:form element I want to call a action with in a logic:iterate which is further containing one more logic:iterate

RE: Sturts Quick Start Tutorial [Need Feedback]

2003-09-19 Thread Chen, Gin
, September 19, 2003 1:58 PM To: Struts users mailing list Subject: Sturts Quick Start Tutorial [Need Feedback] Hello everyone, I have written a struts tutorial that I think will help someone who wants to learn how to use struts fast. I wrote this tutorial because the struts documentation lacked

Sturts Quick Start Tutorial [Need Feedback]

2003-09-19 Thread Dhaliwal, Pritpal (HQP)
Hello everyone, I have written a struts tutorial that I think will help someone who wants to learn how to use struts fast. I wrote this tutorial because the struts documentation lacked something for the people like me who want to see struts in action fast, and also want to understand how all the p

RE: Using Sturts-HTML tags in Template

2003-08-01 Thread James Childers
closing tags in the same file. In the case of JSPs, it's not just a good idea, it's the law. -= J > -Original Message- > From: Joe Krause [mailto:[EMAIL PROTECTED] > Sent: Friday, August 01, 2003 2:59 PM > To: '[EMAIL PROTECTED]' > Subject: Using Sturts-HT

Using Sturts-HTML tags in Template

2003-08-01 Thread Joe Krause
I am trying to place the bulk of my navigation and HTML header code into a header.jsp file. Each JSP view page then includes a header.jsp and a footer.jsp file using the following: <%@ include file = "/templates/header.jsp" %> // Page specific implementation <%@ include file = "/templat

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
; } } Set in request as "person"... Post some code if you're still having problems. Steve > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: June 29, 2003 8:20 PM > To: 'Struts Users Mailing List' > Subject: RE: Sturts -

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Wendy Smoak
Steve wrote: > No, isHuman()is an acceptable name for a getter. > getXXX, setXXX and isXXX (for boolean properties) are all valid. You can > also use indexed properties getXXX(int i) etc. > http://java.sun.com/products/javabeans/docs/spec.html Have you sucessfully gotten Struts/JSTL to recognize t

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
9, 2003 6:01 PM > To: Struts Users Mailing List > Subject: Re: Sturts - Custom Tags and limitations > > > Just strange that I have always thought of a setter and getter with > reference to setting or getting a class field. > > But if I have a get function that is in a bean t

Re: Sturts - Custom Tags and limitations

2003-06-29 Thread Benjamin Stewart
sage- From: Benjamin Stewart [mailto:[EMAIL PROTECTED] Sent: June 29, 2003 5:23 PM To: Struts Users Mailing List Subject: Re: Sturts - Custom Tags and limitations In order to make our classes bean compliant we would have to change our constructors so they dont take parameters right ?? That is a

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
etters you'll be OK. Steve > -Original Message- > From: Benjamin Stewart [mailto:[EMAIL PROTECTED] > Sent: June 29, 2003 5:23 PM > To: Struts Users Mailing List > Subject: Re: Sturts - Custom Tags and limitations > > > In order to make our classes bean complia

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
I also misspoke. LinkedHashMap is, of course, not a Collection class but it does work. Been a long day for some reason ;-) Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sturts - Custom Tags and limitations

2003-06-29 Thread Benjamin Stewart
4:33 PM To: Struts Users Mailing List Subject: Sturts - Custom Tags and limitations Greetings, Before I go charging off and make a stack of custom tags, I thought I would post to the group to make sure I am heading in the right direction. We are devloping an applicaton and we have created the busi

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
Should read: I would not recommend creating custom tags... Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Sturts - Custom Tags and limitations

2003-06-29 Thread Steve Raeburn
Benjamin Stewart [mailto:[EMAIL PROTECTED] > Sent: June 29, 2003 4:33 PM > To: Struts Users Mailing List > Subject: Sturts - Custom Tags and limitations > > > Greetings, > Before I go charging off and make a stack of custom tags, I thought I > would post to the group to make

Sturts - Custom Tags and limitations

2003-06-29 Thread Benjamin Stewart
Greetings, Before I go charging off and make a stack of custom tags, I thought I would post to the group to make sure I am heading in the right direction. We are devloping an applicaton and we have created the business logic that is able to fit a number of UI (web, Local application etc). A num

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Stephen Smithstone
Im running 1.4.1_01 On Tuesday 01 April 2003 3:41 pm, Guido wrote: > What JDK version are you using? > > I had that exception when I was compiling my classes with a JDK and > running them in a Tomcat using a different version. > > Regards, > Guido. > > Stephen Smithstone wrote: > > Any one using t

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Guido
What JDK version are you using? I had that exception when I was compiling my classes with a JDK and running them in a Tomcat using a different version. Regards, Guido. Stephen Smithstone wrote: Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Thomas CORNET
I'm using OJB 0.9.8 with Struts 1.1 rc1, and the only jars I've included in my WEB-INF/lib are 'jakarta-ojb-0.9.8.jar', 'jakarta-ojb-0.9.8-junit.jar' and 'jdbc2_0-stdext.jar'. I had no problems with that config for the moment. Thomas At 11:37 01/04/2003, you wrote: Any one

Re: OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Kwok Peng Tuck
Shouldn't the xercesImpl.jar and xml-apis.jar be in $CATALINA_HOME/common/endorsed ? Stephen Smithstone wrote: Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble when i include the xercesImpl.jar and xml-apis.jar in my struts app /WEB-INF/lib

OJB Deployment With Sturts 1.1rc1

2003-04-01 Thread Stephen Smithstone
Any one using the ojb stuff ?? which jar files do i need to deploy with my struts app i have trouble when i include the xercesImpl.jar and xml-apis.jar in my struts app /WEB-INF/lib folder the struts actionservelet throws up some nasty java.lang.VerfiyError upon loading of tomcat any help Ta

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread David Graham
How would this be done with jstl? ??? The logic:present tag relies on HttpServletRequest.isUserInRole() http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletRequest.html#isUserInRole(java.lang.String) So, in JSTL I *think* you could do not quite as easy, and is 'user' a p

RE: Fine Grained Access Control in Sturts

2003-03-21 Thread David Graham
http://jakarta.apache.org/struts/userGuide/struts-tiles.html#insert David From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Fine Grained Access Control in Sturts Date: Fri, 21 Mar 2003 08:12:26 +01

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread Max Cooper
; techniques go a long way toward toward developing secure systems, but many web app developers are not aware of them. Any time you create some functionality, take a moment to "think like a hacker" and see how the new functionality might allow the user to do something they aren't sup

RE: Fine Grained Access Control in Sturts

2003-03-21 Thread Mick . Knutson
: Friday, March 21, 2003 10:17 AM To: Struts Users Mailing List Subject: Re: Fine Grained Access Control in Sturts Roles are groups are essentially the same thing in the context of Servlet-spec security. The method request.isUserInRole("role-name") is all you get. You can map the more c

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread Max Cooper
o get an answer to that question, including consulting a more complex schema than the basic "user", "role", and "user_role_map" tables. That may or may not be a useful abstraction to maintain. If you just use the basic schema, you don't have to do any special proc

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread Sebastien Cesbron
aged security or a filter-based solution like http://securityfilter.sourceforge.net/. -Max shamelessly plugging SecurityFilter again :) - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 12:23 PM Subject: Fine

RE: Fine Grained Access Control in Sturts

2003-03-21 Thread Mick . Knutson
; Is this possible? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 _ -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:

Re: Fine Grained Access Control in Sturts

2003-03-21 Thread Max Cooper
ginal Message - From: "Dan Allen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 9:36 PM Subject: Re: Fine Grained Access Control in Sturts > > I always feel bad when I ask a question that is in the exi

RE: Fine Grained Access Control in Sturts

2003-03-20 Thread Mick . Knutson
PROTECTED] Sent: Thursday, March 20, 2003 9:23 PM To: [EMAIL PROTECTED] Subject: Fine Grained Access Control in Sturts Does anyone have any thoughts on fine grained access control in Struts? Struts enables access control based on actions (see "Struts in Action", Husted, et. al.,

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread Dan Allen
> I always feel bad when I ask a question that is in the existing > documentation. > > For others (unlike David) who do not have the documentation > memorized, the "logic:present" tag will take a "role" attribute: > > Checks whether the currently authenticated user (if any) has been > associate

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread Dan Allen
> I always feel bad when I ask a question that is in the existing > documentation. > > For others (unlike David) who do not have the documentation > memorized, the "logic:present" tag will take a "role" attribute: > > Checks whether the currently authenticated user (if any) has been > associate

RE: Fine Grained Access Control in Sturts

2003-03-20 Thread Robert Taylor
+1 ... and if the docs don't have the answer, there is always the source code and DTDs. > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 3:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Fine Grained Access Control

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread David Graham
lt;[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Fine Grained Access Control in Sturts Date: Thu, 20 Mar 2003 12:38:14 -0800 (PST) Thanks David. I always feel bad when I ask a question that is in the existing documentation. For others (unlike David)

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread Max Cooper
like http://securityfilter.sourceforge.net/. -Max shamelessly plugging SecurityFilter again :) - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 12:23 PM Subject: Fine Grained Access Control in Sturts &g

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread Mike Duffy
t > > David > > > > >From: Mike Duffy <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Fine Grained Access Control in Sturts > >Date: Thu, 20 Mar 2003 12

RE: Fine Grained Access Control in Sturts

2003-03-20 Thread Mike Jasnowski
ne Grained Access Control in Sturts Does anyone have any thoughts on fine grained access control in Struts? Struts enables access control based on actions (see Struts in Action, Husted, et. al., pp 550-553), and most application servers can protect resources based on realms/roles. But what abo

Re: Fine Grained Access Control in Sturts

2003-03-20 Thread David Graham
http://jakarta.apache.org/struts/userGuide/struts-logic.html#present David From: Mike Duffy <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Fine Grained Access Control in Sturts Date: Thu, 20 Mar 2003 12:23:07 -

Fine Grained Access Control in Sturts

2003-03-20 Thread Mike Duffy
Does anyone have any thoughts on fine grained access control in Struts? Struts enables access control based on actions (see “Struts in Action”, Husted, et. al., pp 550-553), and most application servers can protect resources based on realms/roles. But what about display options based on roles.

help :::: sturts on iplanet

2003-03-19 Thread Ramesh_KumarP
Hi all , I am using iplanet webserver 6.0 . can anyone tell me how to configure iplanet to work sturts.. Rameshkumar ** This email (including any attachments) is intended for the sole use of the intended recipient/s and

RE: sturts and tokens, avoid multiple submit example not working

2003-02-04 Thread Ashish Kulkarni
cannot read them." > - Mark Twain (1835-1910) > > > > > > > > > -Original Message- > > From: Ashish Kulkarni > [mailto:[EMAIL PROTECTED]] > > Sent: Monday, February 03, 2003 6:21 PM > > To: [EMAIL PROTECTED] > > Subject: sturts and to

RE: sturts and tokens, avoid multiple submit

2003-02-03 Thread James Mitchell
(1835-1910) > -Original Message- > From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 6:21 PM > To: [EMAIL PROTECTED] > Subject: sturts and tokens, avoid multiple submit > > > Hi, > I want to avoid multiple submit of form, and i > remme

sturts and tokens, avoid multiple submit

2003-02-03 Thread Ashish Kulkarni
Hi, I want to avoid multiple submit of form, and i remmember i had long ago that some tokens can be used for it, I tried to search net but did not got much info, Does anyone has a code, or tutorial or some info about using tokens, and would like to shore would be highly appreicated, Also has anyone

Reg sturts struts 1.1-b2 connection Pool

2002-11-23 Thread Jithendra_Kengerichikkanna
Hi all, We are using struts 1.1-b2 version. Pls somebody throw some light on connection pool. 1)connection pool in struts 1.1-b2 version is stable? 2)If database is restarted, web application is to be restarted to avoid the socket exceptions? If yes pls suggest some alternate solution to rectify.

AW: How sturts open a new window page ?

2002-07-22 Thread Mrazovic, Maik
-Urspr¨¹ngliche Nachricht- Von: Cliff Rowley [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Juli 2002 12:51 An: Struts Users Mailing List Betreff: Re: How sturts open a new window page ? sanjeev_dutt wrote: >Hi Robert, > >Could you please explain how to use this 'tar

Re: How sturts open a new window page ?

2002-07-22 Thread Cliff Rowley
sanjeev_dutt wrote: >Hi Robert, > >Could you please explain how to use this 'target' attribute with an example. > Any HTML documentation on the A or FORM tags will tell you what you need to know. In summary, the target attribute specifies either the name of a frame, or one of a few predefined val

RE: How sturts open a new window page ?

2002-07-22 Thread Robert Taylor
http://www.w3.org/MarkUp/ robert > -Original Message- > From: sanjeev_dutt [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 6:36 AM > To: Struts Users Mailing List > Subject: RE: How sturts open a new window page ? > > > Hi Robert, > > Could

RE: How sturts open a new window page ?

2002-07-22 Thread sanjeev_dutt
Hi Robert, Could you please explain how to use this 'target' attribute with an example. T & R Sanjeev -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 3:59 PM To: Struts Users Mailing List Subject: RE: How sturts open a n

RE: How sturts open a new window page ?

2002-07-22 Thread Robert Taylor
IL PROTECTED] > Subject: How sturts open a new window page ? > > > Hi All: > I wonder how struts process opener page,for example : > when I submit > I want actionservlet can open a new window but not this window to > process actions. > How can struts do it ? > Or I

How sturts open a new window page ?

2002-07-21 Thread joel
Hi All: I wonder how struts process opener page,for example : when I submit I want actionservlet can open a new window but not this window to process actions. How can struts do it ? Or I need to use the old way that by javascript ? thanks all joe

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Robert Taylor
Okay. BTW, which version of Struts are you using? > -Original Message- > From: Rai, Nandkishore [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 10:41 AM > To: 'Struts Users Mailing List' > Subject: RE: How to implement sturts on Servlet Exec > &g

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Rai, Nandkishore
yes i was able to run the sturts on jakarta but not on servlet exec it is giving execpions i will tell you one second -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 10:34 AM To: Struts Users Mailing List Subject: RE: How to implement

RE: How to implement sturts on Servlet Exec

2002-06-26 Thread Robert Taylor
> Sent: Wednesday, June 26, 2002 10:06 AM > To: 'Struts Users Mailing List' > Subject: RE: How to implement sturts on Servlet Exec > > > Thanks > can you please give me settings how to use on servlet exec it would be > great > i desparately need it for my project

How to implement sturts on Servlet Exec

2002-06-26 Thread Rai, Nandkishore
I was wondering idf any body implemented sturts on Servlet Exec I ma trying to implement sturts on Servlet Exec4.1 Thnaks NandKishore Rai

Re: Sturts config exception question

2002-06-21 Thread Ted Husted
If you vote for the bug, you will be automatically notified of any change in Status. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8022 The DEV list is also subscribed to Bugzilla and all changes are reported there as well. -T. João Cerdeira wrote: > > Thanks James > > Advertise the li

Re: Sturts config exception question

2002-06-21 Thread João Cerdeira
Thanks James Advertise the list when this is fixed James Holmes wrote: >This is because there is a *bug* in the DispatchAction >in 1.1b1 and the nightly builds. Currently the >DispatchAction does not support the new Exceptions >facility in Struts 1.1. There is already a bug in >Bugzilla for

Re: Sturts config exception question

2002-06-21 Thread James Holmes
Here's the bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8022 -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- James Holmes <[EMAIL PROTECTED]> wrote: > This is because there is a *bug* in the > DispatchAction > in 1.1b1 and the nightly builds. Currently the > D

Re: Sturts config exception question

2002-06-21 Thread James Holmes
This is because there is a *bug* in the DispatchAction in 1.1b1 and the nightly builds. Currently the DispatchAction does not support the new Exceptions facility in Struts 1.1. There is already a bug in Bugzilla for this and I have submitted a patch. I will be applying the patch to the Struts c

Sturts config exception question

2002-06-21 Thread João Cerdeira
HI, i work with struts 1.1 and i have a class with submit is the parameter od the form (DispathAction) public ActionForward *submit*( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { throw new Se

RE: How do I know my app is using sturts properly?

2002-04-01 Thread David . A . Ventimiglia
works, then Struts is working. If Struts isn't working, you'll get an error (probably a 404). Cheers, David -Original Message- From: K J [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:53 AM To: [EMAIL PROTECTED] Subject: How do I know my app is using sturts proper

How do I know my app is using sturts properly?

2002-04-01 Thread K J
after adding everything to your classpath, etc. how do you know your app is actualy using struts(ActionServlet in particular)? Thanks. __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ --

RE: sturts example

2002-03-13 Thread Galbreath, Mark
:-)~ -Original Message- From: keithBacon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 8:46 AM To: Struts Users Mailing List Subject: RE: sturts example & they are here (or here-abouts). http://jakarta.apache.org/struts/kickstart.html + lots of stuff in the mail arc

RE: sturts example

2002-03-13 Thread keithBacon
& they are here (or here-abouts). http://jakarta.apache.org/struts/kickstart.html + lots of stuff in the mail archive http://www.mail-archive.com/struts-user%40jakarta.apache.org/ (We can do a double act Mark!). I notice it says sturts in the title, my reply is about struts which is prob

RE: sturts example

2002-03-13 Thread Galbreath, Mark
Yes. -Original Message- From: K J [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 6:48 PM To: [EMAIL PROTECTED] Subject: sturts example Are there any docs on how to get the struts example to run? __ Do You Yahoo!? Try FREE Yahoo

Re: sturts example

2002-03-13 Thread @Basebeans.com
Subject: Re: sturts example From: "Pim" <[EMAIL PROTECTED]> === In WSAD: Create a webapplication then import the war by File-import, choose war file. Even I figured this out, so it isn't very difficult :) Pim "K J" <[EMAIL PROTECTED]> wrote in message news

Re: sturts example

2002-03-12 Thread K J
t:8080/struts-example > ,you will see the example. > - Original Message - > From: "K J" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 13, 2002 8:47 AM > Subject: sturts example &g

Re: sturts example

2002-03-12 Thread nsg
March 13, 2002 8:47 AM Subject: sturts example > Are there any docs on how to get the struts example to run? > > __ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ &g

sturts example

2002-03-12 Thread K J
Are there any docs on how to get the struts example to run? __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Download within a sturts-action brakes forward

2001-11-15 Thread Matthieu Maher
: Roland Berger [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 8 novembre 2001 08:59 À : Struts Mailinglist Objet : Download within a sturts-action brakes forward Hi all I would like to download the content of a collection (in my case a LinkedList) to the client within an action. This works fine u

RE: Problem with sturts and ejb

2001-07-03 Thread joi
ge- From: Wayland Chan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 03, July, 2001 15:45 To: [EMAIL PROTECTED] Subject: Re: Problem with sturts and ejb Johann, Can you show us the code in your action class that does the EJB lookup? Should probably look something like... Properties p

Re: Problem with sturts and ejb

2001-07-03 Thread Wayland Chan
Johann, Can you show us the code in your action class that does the EJB lookup? Should probably look something like... Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, DBConnectionManager.getInstance().JNDI_INITIAL_FACTORY); p.put(Context.PROVIDER_URL, DBConnectionManager

Problem with sturts and ejb

2001-07-03 Thread joi
Title: Message Hi! I have a problem accessing the InitialContext in the action classes..when i perform lookup on my ejb's I get this error message... "Error instantiating web-app JNDI-context: No location specified and no suitable instance of the type 'com.maskina.mcstudio.model.persistanc

RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-06 Thread Peter Doyle
uld I contact with directs for using Sturts with IONA iPAS? At 08:13 PM 3/4/2001 +0530, you wrote: Hello Sankha, I have created a set of instructions on using iPAS 1.3 with Struts. Would you be able to post them to the Struts web site? Thank You, John >Hi John, > >

Re: Who should I contact with directs for using Sturts with IONAiPAS?

2001-03-04 Thread Craig R. McClanahan
Ted Husted (who is CC'd on this message) has been collecting and publishing the installation directions for various servers. Thanks for being willing to share this! Craig John Ueltzhoeffer wrote: > Hello Sirs, > > Who should I contact with the information on how to use Struts with ION

RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-04 Thread John Ueltzhoeffer
al Application >server. If you have any queries u can ask me. > >Thanx >Sankha > >-Original Message- >From: John Ueltzhoeffer [mailto:[EMAIL PROTECTED]] >Sent: Sunday, March 04, 2001 3:32 AM >To: [EMAIL PROTECTED] >Subject: Who should I contact with directs for u

RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-04 Thread Sankha Das
: Who should I contact with directs for using Sturts with IONA iPAS? Hello Sirs, Who should I contact with the information on how to use Struts with IONA's iPortal Application Server. I would like to make the these instructions made available for everyone to use. Thank You, John

Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-03 Thread John Ueltzhoeffer
Hello Sirs, Who should I contact with the information on how to use Struts with IONA's iPortal Application Server. I would like to make the these instructions made available for everyone to use. Thank You, John