I'd like to utilize an ICE Faces fileInput control to fill in the file path & file name for the input to an input field on a web page based on ... |
I've noticed that the ice:inputFile component will only upload files to the directory $TOMCAT_HOME/webapps/MyAppName/upload/. I want this directory to be dependent on the user initials for the current user (i.e. user ... |
|
|
Hi, I'm using Glassfish as my app server (and obviously Icefaces) and noticed the other day when attempting to access a URL with xmlhttp at the end, the full installation path of my glassfish server is displayed to the user. For example, type in the following URL in any browser that has "friendly error messages" turned OFF: http://component-showcase.icefaces.org/component-showcase/xmlhttp And you will ... |
|
hi , i'm having application to display jasper reports. in my application i have a bean to get pdfresource. And that bean is in source packages eg: myapp.reports. eg: public byte[]getFirstReportSource(){ String reportSource="C:\First.jasper"; .... jp = JasperFillManager.fillReport(reportSource, param, con); .. } it works fine . But i want to host this application in linux server so i created a folder in ... |
|
|
|
I need the inputFile component just to get the selected path from the client's computer, i dont actually want it to upload anything (That'd be a negative consequence for me). Is it possible? I've been experimenting with the different upload phases but the only way to get the filename and path is to use the get... method after the upload has ... |
|
|
Hi all. I my app I have an entity bean which has a String property which is supposed to hold a path to the filesystem. In the xhtml view I would like to have an ice:inpuFile (or similar according to your suggestions) which I would like to use JUST to choose the path, not to upload the file. Problem nr 1) ... |
|
|
|
|
|
I have a web application I am trying to port to ICEFaces, and I receive the following error when trying to run the main page: The value of attribute "src" associated with an element type "script" must not contain the '<' character. The stack trace is: com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:464) ... I have tracked this down to how absolute paths are used in the ... |
Hi, Yesterday I talked to Philip about a problem I have with the chart component. Basically the component does not render anything, and this is due to a bug in IceFaces (my jsp is in a sub directory under the root and not directly under the root, and the path to the generated image doesn't seem to be resolved locally). I ... |
The file upload directory is relative to the ROOT of the webapp. So if your webapp directory is C:\tomcat\webapps\ice\ And you want to have C:\uploads as the directory then you will need to specify ..\..\..\uploads as the parameter. Also note that this folder will contain subfolders for each session that uploads. (The folder name is the same as the session ID) ... |
|
Hello guys Exists there always a component for breadcrumbs (navigation paths)? Or is there an easy solution? What i did so far, was to define a commandLink for the current page and copied all the other commandLinks from the previous pages in front. This is quite ugly and it breaks the dry priciple. In addition you have to set all the ... |
|
|
|
|
|
|