I am newbie in struts. Using struts I want to get the user input for phone numbers in
3-3-4 format. So there will be 3 text area, the 1st and 2nd text area accepting only
3 numbers and the 3rd text area accepting 4 numbers.


I have implemented it as:
<html:text property="MyPhoneNo" styleId="MyPhoneNo"/>
However this has only 1 text area and the phone number is validated using xdoclet.


How can I implement it using 3 text area. Also with implementation done using 3 text
area, iis there a way to get the phone number in one shot than getting the 3 pieces
individually and merging it?.


Thanks for the help in advance.

John

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to