Re: How populate a form

2004-02-23 Thread Rahul Mohan
Hi Daniel... what i had done in my application was create the childform's actionform instance in the action class...run the query...populate the bean and then put it as a request attribute to prevent the RequestProcessor from creating a new form bean object. Hope this will work for ur app

Re: html:text question

2004-02-20 Thread Rahul Mohan
answer, U cant nest tags! either use html-el for getting the value or use scriptlets - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 20, 2004 4:35 PM Subject: html:text question Question, how can i add the test value to the html:text

Re: what is wrong with this code

2004-02-12 Thread Rahul Mohan
Hi there, In the jsp get the thing as : request.getParameter(Konstanten.ADRESSEN_RESULT_START_INDEX_KEY) this shud workor u can use jstl c:set var=somevar value=${requestScope.Konstanten.ADRESSEN_RESULT_START_INDEX_KEY} pls note that Konstanten shud have a

Re: html:button and Javascript

2004-02-12 Thread Rahul Mohan
u cant nest tags like this try this: % String onClickString = location.href + myString; % html: button property=send onclick=%=onClickString / another way u can do this is by using html_rt tags: html_rt: button property=send

Using the ActionForm in the JSP

2004-02-05 Thread Rahul Mohan
Hi everyone, I need to access the ActionForm properties inside the JSP code for the same window. Is there any way to do this? Regarding this I have some doubts about the life cycle of ActionForms 1. When exactly is the ActionForm object instantiated? Is the ActionForm object

c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
name=w_CustomerWin property =wca_Name maxlength=256 size=256 style=width:100;height:22;position:absolute;top:20;left:56;display:none; / in the final html page!! can anybody please tell me why the html:text tag is not getting translated to input type=text . ? thank you.. Rahul

Re: c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
Cooper [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Rahul Mohan [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 1:45 PM Subject: Re: c:out tag inside html:text tag Two issues may be at work here: 1. It isn't valid to have a JSP tag render an attribute value

Re: c:out tag inside html:text tag

2004-02-04 Thread Rahul Mohan
: Wednesday, February 04, 2004 2:42 PM Subject: RE: c:out tag inside html:text tag Might be your nested quotes . try using different quote characters to define the nested string ie. style='%=pageContext.findAttribute(styleVar).toString()%' S. -Original Message- From: Rahul Mohan

Re: Log4j with Struts

2003-12-05 Thread Rahul Mohan
, the Logger or the LogonAction.class ? I use it with Struts, without a hassle, on WebLogic 7.2. Nick -Original Message- From: Rahul Mohan [mailto:[EMAIL PROTECTED] Sent: Friday, 5 December 2003 5:46 PM To: struts Subject: Log4j with Struts Hi, has anybody tried using Log4j

Log4j with Struts

2003-12-04 Thread Rahul Mohan
= Logger.getLogger(str); //this line is throwing the exception - apparently str is not having a classdef somebody please help me with this.or is there any other method to perform logging? i am using tomcat4.1 ... Thanks in advance. Rahul Mohan ~~~ MasterCraft