Re: [OT] Tree Stucture in STRUTS

2003-08-20 Thread Ashok Madhavan
) at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1235) at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1113) any thoughts!ATTA- Original Message - From: Ashok Madhavan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, August 19

Re: [OT] Tree Stucture in STRUTS

2003-08-19 Thread Ashok Madhavan
hi, see this url http://www.keyboardmonkey.com/pilotlight/index.jsp Aaron Bates, the Tree-Man has a wonderful site which explains how to build a nice tree using nested tags. Thanks a lot Aaron. you have saved my life more than once. regards Ashok --- atta-ur rehman [EMAIL PROTECTED] wrote: hi

RE: label for tag

2003-06-12 Thread Ashok Madhavan
=prompt.firstName/ /label html:text property=firstName styleId=firstname/ Steve -Original Message- From: Ashok Madhavan [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 9:02 PM To: [EMAIL PROTECTED] Subject: label for tag Hi, Is there any tags in struts for the html label tag

label for tag

2003-06-11 Thread Ashok Madhavan
Hi, Is there any tags in struts for the html label tag. for example like this, label for=firstnameFirst Name/labelinput type=text id=firstname is this going to be a future feature or is it already implemented. regards Ashok

Re: label for tag

2003-06-11 Thread Ashok Madhavan
at this link for additional info : http://www.htmlhelp.com/reference/html40/forms/label.html regards Ashok --- Jeff Kyser [EMAIL PROTECTED] wrote: On Wednesday, June 11, 2003, at 11:02 PM, Ashok Madhavan wrote: Hi, Is there any tags in struts for the html label tag. for example like

Iteration and Validation question

2003-06-01 Thread Ashok Madhavan
. Regards Ashok Madhavan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nested:equal and boolean bean methods

2003-06-01 Thread Ashok Madhavan
hi Jeff, you must have getBooleanValue(). regards Ashok --- Jeff Kyser [EMAIL PROTECTED] wrote: Hey, Should nested:equal property=booleanValue value=true.../nested:equal work for a bean with? public boolean isBooleanValue() { return val; } Or do I just need to add a:

How to have HTML Select inside Iterate tag

2002-12-16 Thread Ashok Madhavan
hi, In my html page i have a table and in one of the columns there will be a pull down list. The number of rows in the table is a constant. For this scenario i want to use the Struts Select tag along with the Iterate tag. I would like to have the name of the Select as '(choosestate+index)' where