Eclipse Marketplace is a rich client interface available in your Eclipse for browsing and installing the Eclipse plugins listed on the Eclipse Marketplace portal. If you are using Eclipse Helios,it will be available by default. You can start MPC accessing it from the Help menu.Download/Installation details can be found @ http://www.eclipse.org/mpc/
An ATG form is defined by the dsp:form tag, which typically encloses DSP tags that specify form elements, such as dsp:input that provide direct access to Nucleus component properties. Find below a sample dsp:form tag. <dsp:form action="/testPages/showPersonProperties.jsp" method="post" target="_top"> <p>Name: <dsp:input bean="/samples/Person.name" type="text"/> <p>Age: <dsp:input bean="/samples/Person.age" type="text" value="30"/> <p><dsp:input type="submit" bean="/samples/Person.submit"/> value="Click to submit"/> </dsp:form> When the user submits the form, the /samples/Person.name property is set to the value entered in the input field.Unlike standard HTML, which requires the name attribute for most input tags; the name attribute is optional for DSP form element tags. If an input tag omits the n...
Comments
Post a Comment