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

Re: Working with tokens

2002-01-08 Thread Nicolas Parisé
: Struts Newsgroup (@Basebeans.com) struts on 30/12/2001 18:55 PST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Working with tokens Subject: Working with tokens From: Nicolas Parisé [EMAIL PROTECTED] === Hi all, I work

Re: Invalidating a session

2001-12-18 Thread Nicolas Parisé
: Nicolas Parisé [EMAIL PROTECTED] === Hi, I got error message when I invoke session.invalidate() inside JSP page that contains Struts form tag, any1 can help me? Thank you Nicolas -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

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, I've

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

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

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