Wrap data in struts

2007-05-22 Thread Sourabh Chandan
Hi, Anyone has idea about how can be wrapped the text when we use . I tried to use wrap attribute of text area. But it doesn't work because I am using struts It can be done if there is an attribute to break lines. It works if i enter data and press enter key after 40 characters. Sourabh +

RE: Upload Utility in Struts

2007-05-24 Thread Sourabh Chandan
Can you tell me what type of file you want to upload. Suppose you are uploading image file. For this, In jsp page u can put this code to upload the file In form, there are getter and setter method of imageFile. It is FormFile type. In Action, You can put this code to save this image on your

RE: Struts 1.x and Tomcat 5 problem

2007-05-24 Thread Sourabh Chandan
Hi , What i got in your code is that you are closing Remove / from first line. You line should be Whatever your condition is applied. (Closed Here Also). Sourabh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 3:08 AM To: user@struts

Extends Struts - layout tag

2007-06-13 Thread Sourabh Chandan
Hi All, I am trying to extend the one of the Layout tag for providing customize functionlity like passing more attributes in tag. For example i am writing like MyClass extends DatagridColumnTag How can I continue this. if any docs please post it to me OR I am trying to read the entered d