Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

onclick reload <h:selectOneMenu

843842Jan 11 2007 — edited Jan 15 2008
Hi,

I am working on JSF with ajax4jsf.

is it possible to reload only a region on button-click.(and update the values in dropdown menu)
I have a selectOneMenu tag to display items surrounded by a4j:region.
<div class="input">
					<a4j:region renderRegionOnly="false">
						<h:selectOneMenu id="Sensor" value="#{messkette.sensor}"
							converter="#{selectItemHelfer}" required="true" disabled="#{gesperrt}">
							<f:selectItems value="#{messketteEditor.alleSensorenMitBlank}" />
							<a4j:support event="onchange" reRender="Funktion, Sensormessbereich, Einheit, Sensorwarnung" />
						</h:selectOneMenu>
					</a4j:region>
					<h:message for="Sensor" styleClass="message" />
					<div><h:outputText id="Sensorwarnung" value="#{messketteEditor.sensorWarnung}" styleClass="kursiv" /></div>
				</div>	
and I have tried to put a <a4j:commandButton to reload the code above.
<a4j:commandButton value="Reload"><a4j:support event="onclick" reRender="Sensor" /></a4j:commandButton>
Unfortunatly without outcome.

What I have to do get this working


Thanks
Andreas

Comments

Arpit Jain -Oracle
Answer

Hi,

Sample DB installer are no longer available on Oracle eDelivery Cloud. For getting the sample DB, you have to download patchset 5 of Siebel 15 from "Patches & Updates" section of My Oracle Support portal (Patch Id: 22081062) and extract the network image using SNIC as usual. You might notice that SNIC now offers ORACLE XE Local and Sample Database.

Also if you select the ORACLE XE options while creating network image and inspect the network image folders, you will miss separate installers. This is because the Sample Database installer for Oracle XE is included with the Siebel (Mobile/Developer) Web Client and the Local Database installer is included with Siebel Tools.

So when you run the Siebel Web Client installer for the Patchset installation, you can choose to include the sample database, which is silently installed. Please try installing web client and let us know if it gives you the option to choose to include sample database.

For more details, please refer bookshelf:

http://docs.oracle.com/cd/E63029_01/books/SiebInstWIN/SiebInstCOM_Image2.html#wp1995894http://docs.oracle.com/cd/E63029_01/books/SiebInstWIN/SiebInstCOM_Image2.html#wp1995894

Hope this information helps.

Thanks & Regards,

Arpit Jain

Marked as Answer by 3070203 · Sep 27 2020
3056815

Does this mean now "Generate New Database" job will always fail because it depends on SQL Anywhere Engine which is no longer part of the installer?

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 12 2008
Added on Jan 11 2007
2 comments
317 views