Forums de discussion

[Solved] Portlet Edit Mode: View the current field value.

thumbnail
yaragad from Spain, modifié il y a 12 années.

[Solved] Portlet Edit Mode: View the current field value.

Junior Member Publications: 52 Date d'inscription: 15/03/11 Publications récentes
I've stored the parameter doing this:


<form action="<liferay-portlet:actionURL portletConfiguration=" true">" method="post" name="<portlet:namespace />fm"&gt; 
			<br> Dirección IP <br> 
			<input type="text" name="<portlet:namespace />direccionip" size="25" value="WANT TO SEE THE CURRENT VALUE AS DEFAULT">
			<br> 
			<input type="button" value="Save" onClick="submitForm(document.<portlet:namespace />fm);">
</form>


I want to see the current "direccionip" param when I enter the Configuration:

thumbnail
yaragad from Spain, modifié il y a 12 années.

RE: Portlet Edit Mode: View the current field value.

Junior Member Publications: 52 Date d'inscription: 15/03/11 Publications récentes
Here is the solution.

http://www.liferay.com/es/community/forums/-/message_boards/message/8973552
venky racha, modifié il y a 12 années.

RE: [Solved] Portlet Edit Mode: View the current field value.

Junior Member Publications: 52 Date d'inscription: 26/07/09 Publications récentes
great and thanks