Re: Label CSS or referencing for addFieldError

2013-12-11 Thread jayachandra B
I am using struts2 and hibernate3. I wan to store uploaded files in the upload directory in the project folder. I want to store each uploaded file path in the database using hibernate. Can you help me out to achieve the above. On Wed, Dec 11, 2013 at 5:25 PM, Christoph Nenning < christoph.nenn..

Re: Label CSS or referencing for addFieldError

2013-12-11 Thread Christoph Nenning
> Can any one tell how to upload files to a particular directory in our > project. > You can set struts.multipart.saveDir in struts.xml https://struts.apache.org/release/2.0.x/docs/file-upload.html regards, Christoph This Email was scanned by Sophos Anti Virus

Antwort: Label CSS or referencing for addFieldError

2013-12-11 Thread Christoph Nenning
> Hi, > > how can one add a specific css class/style of the label when > instanciating like: > > > > I now had to change theme="simple" and add the css class to the of > the label but with that I can not reference it with the name when a > fieldError occurred. > > I have: > > > > and ad

Re: Label CSS or referencing for addFieldError

2013-12-11 Thread jayachandra B
HI, Can any one tell how to upload files to a particular directory in our project. On Wed, Dec 11, 2013 at 5:09 PM, Fabian Richter wrote: > Hi, > > how can one add a specific css class/style of the label when instanciating > like: > > > > I now had to change theme="simple" and add the css cla

Label CSS or referencing for addFieldError

2013-12-11 Thread Fabian Richter
Hi, how can one add a specific css class/style of the label when instanciating like: I now had to change theme="simple" and add the css class to the of the label but with that I can not reference it with the name when a fieldError occurred. I have: and add an error with addFieldError