html:cancel problem

2002-10-28 Thread Nicolas Parisé
Hi, I have problem with the html:cancel tag in STRUTS 1.02 I have an Action class that create an instance of a ActionForm, populate it with data and put it in the session (session.setAttribute). Then my action class redirect the request to a JSP page that display the data from the session’s a

Re: Struts Tutorial

2002-04-10 Thread Nicolas Parisé
Great job Mark - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Tuesday, April 09, 2002 8:10 AM Subject: RE: Struts Tutorial > Great initiative! > > -Original Message- > From: Stephan Wiesner [mailto:[EMAIL PROTECTED]] > Sent: Tuesda

Re: Working with tokens

2002-01-08 Thread Nicolas Parisé
----------- > > > > > > From: Struts Newsgroup (@Basebeans.com) > > > Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> > > > > To: [EMAIL PROTECTED] > > cc: > > Subject: Working with tokens > >

Re: Invalidating a session

2001-12-18 Thread Nicolas Parisé
nt > where you invalidated it ? > > --Rakesh > --- > > - Original Message - > From: "Struts Newsgroup" <@[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 18, 2001 9:40 AM > S

Re: If someone is interested

2001-11-15 Thread Nicolas Parisé
Hi, I'm interested to see your code, i'm looking for good examples of struts app Thank you Nicolas - Original Message - From: "Yuriy Zubarev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 4:45 PM Subject: If someone is interested > Hello colleagues, >

Roles based application security

2001-11-13 Thread Nicolas Parisé
Hi, I work on a web application which require read-write permission of certain fields on a web page. For example, a field must be in read-only for certain users and be editable for others users I'm looking for a mechanism that can handle field level security in a web page, is this possible with

Professional JSP Site Design BOOK

2001-11-02 Thread Nicolas Parisé
Anybody knows how much Struts related pages will be in this book ? Nicolas

View-Document approach

2001-10-24 Thread Nicolas Parisé
Hi,   I have a JSP page which display a list of elements from a Vector in a HTML table. I want to put a button in each line of my table that let me view the element's detail (throught my elementForm) I don't know how I can pass a specific element to my viewElementDetailAction which use an ele

Installing Struts 1.0 on Websphere 3.5.4

2001-10-21 Thread Nicolas Parisé
I want to install Struts on WAS 3.5.4, should I do the steps required for 3.5.2 explained on the Struts site?     Thank you     Nicolas Parise