RE: A new book on Struts

2004-01-23 Thread Florin Pop
http://www.objectsource.com/ http://www.objectsource.com/Chapter4.pdf welcome, florin -Original Message- From: Jesse Alexander (KAID 11) [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 10:31 AM To: 'Struts Users Mailing List' Subject: RE: A new book on Struts what about a

RE: Tool for jsp debug - Try Sysdeo Eclipse Plugin

2004-01-21 Thread Florin Pop
PROTECTED] Sent: 20 January 2004 14:53 To: Struts Users Mailing List Subject: [OT] Re: Tool for jsp debug This is very OT. http://www.google.com/search?hl=enlr=ie=UTF-8oe=utf-8q=too l+for+jsp+debug Florin Pop wrote: Hi, does anyone know a tool for debugging jsp files? So that you

RE: accessing formBeans from forwarded JSP page

2004-01-21 Thread Florin Pop
have a look in the generated servlet maybe this will help you ... at least this is what I would do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 3:24 PM To: [EMAIL PROTECTED] Subject: accessing formBeans from forwarded JSP page

Tool for jsp debug

2004-01-20 Thread Florin Pop
Hi, does anyone know a tool for debugging jsp files? So that you are able to trace the code in the jsp source not in the generated servlets. Thanks, Florin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Tool for jsp debug

2004-01-20 Thread Florin Pop
. - Original Message - From: Florin Pop [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:27 AM Subject: Tool for jsp debug Hi, does anyone know a tool for debugging jsp files? So that you are able to trace the code in the jsp source

Filling data in the select tags

2004-01-19 Thread Florin Pop
Hi there, I am new to Struts and I am wondering how can I handle the following situation: I have a form where I have some fields for entering user data. Some of the fields are combo boxes (select in html), for example a list of countries. My question is how can I fill the data in the countries

Prevent direct access to jsp pages

2004-01-19 Thread Florin Pop
Hi, I have a jsp page which contains some comboboxes. I set the data in the comboboxes in an Action before forwarding to the jsp. How can I prevent direct access to the jsp page? So everytime a user wants to access the jsp he/she should execute first the Action, in order to fill the data in the