Help coderanch get a
new server
by contributing to the fundraiser

Venu Babu Ravi

Greenhorn
+ Follow
since Jun 08, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Venu Babu Ravi

Hi ,

I required a Web service to get city name, state name, msa and county name by taking zip code as input.

Thanks in advance for your help.

10 years ago
Can any please tell me how to write junit for the following by using Jmockit framework?

MessageStatus.Factory.newInstance()

Thanks in advance
13 years ago
Hi,

I am new to Android devlelopment can some tell me how develop helloworld android application in eclipse?
13 years ago
Hi,

I am new Android can any tell me how to install Android plugin in Eclipse?



Thanks
13 years ago


Can any one help me how to populate elements in selectManyListbox with elements as selected?

I have following code in jsp.
-------------------------------

I have following code in Bean
---------------------------------


The property name is vendorCategory.

i am able to populate the data in selectManyListbox but it is not showing as selected.

Thanks in advance...
14 years ago
JSF
The follwing is just sample for how to display list using ice faces dataTable.

<ice:dataTable value="#{workFlow.searchParameterList}" var = "search">
<ice:column>
<f:facet name="header">
<ice:outputText value="Vendor name"/>
</f:facet>

<ice:selectInputText id="vendorName" styleClass="default"
value="#{search.vendorName}"
valueChangeListener="#{invoiceList.searchVendorList}">
<f:selectItems value="#{invoiceList.invoiceBeanDto.vendorMatchPossibilities}" />
</ice:selectInputText>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:outputText value="Invoice Number"/>
</f:facet>
<ice:inputText value = "#{search.invoiceNo}" rendered="true" styleClass="default"/>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:outputText value="Invoice Date"/>
</f:facet>
<ice:selectInputDate id="invoiceDate"
value = "#{search.invoiceDate}" popupDateFormat="MM/dd/yyyy" renderAsPopup="true" styleClass="default"/>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:outputText value="Dollar Value"/>
</f:facet>
<ice:inputText value="#{search.invoiceammount}" rendered="true" styleClass="default"/>
</ice:column>
<ice:column>
<f:facet name="header">
<ice:outputText value="Action"/>
</f:facet>
<ice:commandButton value="Search Invoice" action="#{workFlow.searchWorkBasket}"></ice:commandButton>
</ice:column>
</ice:dataTable>
14 years ago
JSF
Actually i am new for Jmockit can you please suggest any links?
14 years ago

Can any one tell me about Jmockit ?
14 years ago

1)Can any one expline about System.out.println() method ?
2)How we can call System.out ?
3)How we can call out.println()?

Thanks in Advance ....
Thanks a lot for all of you for sharing this information.
Hi Pramod,

my intention is , if we change those keywords can JVM will able to create object for class?

1)Can any one expline the impartence of keywords in main method like public,void,static?
2)Can we override the main method?
Ok Thanks
14 years ago
JSF
No I have not used Html popup even previously.
14 years ago
JSF
How to display popup on click of some button on the jsp?
14 years ago
JSF