javascript html:fprm and getElementById

2005-06-26 Thread Arash Bijanzadeh
Hi, I need to change the action of my form on the fly. I use the following javascript: function setParam(mode) { document.getElementById(myform).action =%=(String) request.getAttribute(origin)% + mode+ .do; document.forms[0].submit(); } and my form is : html:form action=%=(String)

Re: running tomcat on port 80

2005-06-25 Thread Arash Bijanzadeh
I think there soulh be a module for apache to handle this situation. On 6/24/05, Mohd. Jeffry [EMAIL PROTECTED] wrote: On 6/22/05, Tony Smith [EMAIL PROTECTED] wrote: How can I set the permission? It is my box, viturally I can do whatever I want. Thanks, If you don't care about

Re: Eclipse plug-in for Struts

2005-06-23 Thread Arash Bijanzadeh
Me too am searching for a plugin for Eclipse to be able to write my J2EE components like JSP XML HTML and so on. Any good free one? Regards Arash On 6/22/05, Barnett, Brian W. [EMAIL PROTECTED] wrote: http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin -Original Message- From: Tony

JAAS example

2005-06-23 Thread Arash Bijanzadeh
Hi all, I am searching for an example of using struts security framework and JAAS maybe. Could anyone lead me to a document/tutorial/example? Thanks Arash B.

Re: JAAS example[Scanned]

2005-06-23 Thread Arash Bijanzadeh
http://www.isys.uni-klu.ac.at/ISYS/Courses/04WS/webtechnologien/downloads/TomcatConfig.pdf Nitesh - Original Message - From: Arash Bijanzadeh To: Nitesh Sent: Thursday, June 23, 2005 3:14 PM Subject: Re: JAAS example I am familiar with JASS. My question is how struts using

Re: Accessing message resource from in validate method

2005-06-22 Thread Arash Bijanzadeh
locale using RequestUtils.getUserLocale(...) - Original Message - From: Arash Bijanzadeh [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, June 21, 2005 3:26 PM Subject: Re: Accessing message resource from in validate method Sure, My problem

Accessing message resource from in validate method

2005-06-21 Thread Arash Bijanzadeh
Hi, In the validate method of ActionForm, I need to access the resource messages to pass the message as arg to ActionMessage constructor. Could anybody help me?

Re: Accessing message resource from in validate method

2005-06-21 Thread Arash Bijanzadeh
, arash On 6/21/05, Jana Parvanova [EMAIL PROTECTED] wrote: ActionMessage is constructed with message key, not with message text - so you don't have to access resources directly. Or, maybe I have not understood your question? - Original Message - From: Arash Bijanzadeh [EMAIL