package com.opensymphony.xwork2 does not exist

2010-02-10 Thread swathi reddy
Hi when i taken struts2blank2.0.14 files in and compiled no problem is showing but when i tried to deploy then the [*javac*] Compiling 3 source files to F:\work\myprojects\Strutsspro1\WEB-INF [*javac*] * F:\work\myprojects\Strutsspro1\WEB-INF\src\java\example\ExampleSupport.java*:24: package

urgent guys

2009-10-14 Thread swathi reddy
Hi all guys can u tell me whare exactly this error is being raised in my project I am using struts 1.3.8 errror log is like this below : java.lang.NullPointerException at com.xiusbcgi.ui.struts.action.VoyagerDispatchAction.preExecute(VoyagerDispatchAction.java:178) at

how to add multiple addon rows in struts..urgert please

2009-10-13 Thread swathi reddy
Hi all please let me know how we can add multiple rows like he want to add multiple Mobile numbers in the jsp page when he want to submit in struts. page has a filed mobile no. to enetre then beside add another Mobile no. and edit the No. please replay quickly... -- Thanks Regards Swathi

Re: how to add multiple addon rows in struts..urgert please

2009-10-13 Thread swathi reddy
wrong word correct field not filed On Tue, Oct 13, 2009 at 6:20 PM, swathi reddy swathi23.re...@gmail.comwrote: Hi all please let me know how we can add multiple rows like he want to add multiple Mobile numbers in the jsp page when he want to submit in struts. page has a filed mobile

Re: how to add multiple addon rows in struts..urgert please

2009-10-13 Thread swathi reddy
variable like an array of string, numbers... ArrayListString mobiles and then in ur jsp code u just need to create differents input all of them with the same name mobiles dont forget the get and set for the property... De: swathi reddy swathi23.re

using struts taglib how to find the lenght of an parameter

2009-09-17 Thread swathi reddy
Hi all I am trying to display a user name through bean:write tag but before that I want to check the lenght of the name so that I can trim the name if it exceeds 20 charecters. -- Thanks Regards Swathi