Re: NullPointerException in while initializing message resource

2006-04-05 Thread Ramkumar Krishnan
Hi Ganesh, thanks for your reply. But my properties file is directly under the WEB-INF/classes folder, not under any package. regs, Ramkumar On 4/4/06, RathinaGanesh MeenakshiSundaram <[EMAIL PROTECTED]> wrote: > > Hi, > > You should specify the full package locat

NullPointerException in while initializing message resource

2006-04-04 Thread Ramkumar Krishnan
jsp/loginError.jsp An Employee users thanks in advance, -- Ramkumar K, http://www.spreadfirefox.com/?q=affiliates&id=0&t=65";>http://sfx-images.mozilla.org/affiliates/Buttons/110x32/safer.gif"/>

form field is not populating immediately

2005-06-13 Thread Ramkumar Krishnan
(getTotalSizePerPage())]; arr[index] = object; } ... getTotalSizePerPage() returns null because the form field is not yet populated by struts when this method gets invoked. Any clues to solve this problem? thanks in advance, -- Ramkumar Yadav K, http://www.spreadfirefox.com/?q=affiliates&id

Fw: html:multibox problem!!

2004-09-06 Thread RamKumar
I guess no one has seen this post. So resending it again. Hi, I have a question and 4 choices.You can select multiple answers for single question. I want to do skiplogic for this question .i.e. when the users selects choices 1 & 3 go to 5th page.Like this there will be multiple combinations(we li

Indexed Property!!

2004-09-02 Thread RamKumar
Hi, Indexed property methods are not getting called if i use expression language in html:multibox tag. Why is this?. I am using tomcat 5.0. Any clues, thanks, Ramkumar

html:multibox problem!!

2004-09-01 Thread RamKumar
Hi, I have a question and 4 choices.You can select multiple answers for single question. I want to do skiplogic for this question .i.e. when the users selects choices 1 & 3 go to 5th page.Like this there will be multiple combinations(we limited to 4 combinations for 4 choices question) I am r

Re: JSTL Tag problem!!

2004-08-29 Thread RamKumar
uot;.", ">", "gt", "<", "lt", "==", "eq", "<=", "le", ">=", "ge", "!=", "ne", "[", "+", "-", "*", "/", "div&q

Re: JSTL Tag problem!!

2004-08-28 Thread RamKumar
e i referred like this <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %> Anything else i am missing here?. thanks, Ramkumar > On Sat, 28 Aug 2004 18:17:42 +0800, Can Zheng <[EMAIL PROTECTED]> wrote: > > Seems the evaluation of El was

JSTL Tag problem!!

2004-08-28 Thread RamKumar
Hi All, I am using JSTL in my JSP page for the first time. I am running into a problem with the following tag. and it prints in the page as "${sessionScope.SurveyCreateForm.surveyTitle}" Any clues? thanks, Ramkumar

Form Validation !!!.

2004-08-04 Thread RamKumar
in my second page?. I hope i can do this by extending ValidatorActionForm instead of ValidatorForm !!. Is it a good way to use same form bean in two pages?. thanks in advance, Ramkumar

populating html:select using string[]

2004-07-18 Thread RamKumar
Hi All, I am a newbie to struts. I want to populate a list box using String[]. This is the code i used in my jsp fileHeaders is a String[] object. When i tried to execute the above, i am getting the following exception javax.servlet.jsp.JspException: Property fileHeaders retu