Messages posted by arti_611
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: arti_611  XML
Profile for arti_611 -> Messages posted by arti_611 [9]
Author Message
Thanks Marcus for posting the solution for editing liferay-portlet.xml
hi zzz,

i am struggling to deploy icefaces and seam portlet to liferay jboss bundle.if possible Can you please share portlet war file ?

Thanks
Hi,

I build the seam-comp-showcase.war for JBoss portal using build.xml provided in the seam component showcase.It deployed without any errors on the server.When I opened http://localhost:8080/portal/ each window was being displayed.But clicking on any of the portlet window gives an error
"The requested resource (/seam-comp-showcase/Components_ButtonsAndLinks.iface) is not available"

No exception appears in logs. Please can someone help me with this?

Thanks
Thanks alot for sharing the example.Code posted by you was a big help for me.
Hi

Does anybody has example of using OutputStream binding property for InputFile component?

I tried this as below(Icefaces 1.8,Seam 2).Everytime i click submit nothing is uploaded.

FileBean.java
public OutputStream getUploadFile() {
return uploadFile;
}

public void setUploadFile(OutputStream uploadFile) {
this.uploadFile = uploadFile;
}

.xhtml
<ice:inputFile id="inputFileName1" actionListener="#{fileAction.uploadFile}" failOnEmptyFile="true"
autoUpload="true"
outputStream="#{fileAction.fileBean.uploadFile}"/>







Did new outputstream feature work for you?
If possible can you share the example
Can anybody share working example of progress bar using icefaces and seam.

I tried the sample code on icefaces web site but rendering seems not to be working.Logs show no error.But still no sucess.

Please help.
Hi

I have panel series which is used to display text boxes.Required attribute of these text boxes is managed by a property in backing bean.

Now problem occurs on partial submit.If required attribute of any one text box is true then other text boxes also behaves in same way even required property is set as "false" in backing bean.Text boxes with required as "false" also show message "Value is required".



I am using icefaces 1.8.2.

Below is the code snippet

<ice:panelSeries id="textPnlSrs" value="#{inputbean.texts}" var="itxt">
<ice:panelGroup id="pg1">
<ice:outputText for="itxtValue" id="itxtlabel" value="#{itxt.label}"/>
<ice:inputText id="itxtValue" value="#{itxt.value}" required="#{itxt.required}" partialSubmit="true" />
<ice:message id="iTextMsg" for="itxtValue"
errorClass="errormsg" infoClass="infomsg" warnClass="warnmsg" />
</ice:panelGroup>
</ice:panelSeries>

Any help will be appreciated.
Hi,

Below is the code snippet I am using to show hh:mm:ss on my UI.Unfortunately seconds are not neing renedered on my xhtm page.Is anything wrong with the below code?

<ice:selectInputDate id="dateInput" value="#{backingBean.value}" highlightClass="weekend: august:" highlightUnit="DAY_OF_WEEK: MONTH" highlightValue="1,7: 8">
<f:convertDateTime pattern="yyyy/MM/dd hh:mm:ss" type="both" timeZone="#{backingBean.timeZone}"/>
</ice:selectInputDate>
 
Profile for arti_611 -> Messages posted by arti_611 [9]
Go to:   
Powered by JForum 2.1.7ice © JForum Team