Thanks Dan now Iam clear about form and url variables now I have some doubt about reactors.In the training materials the reactor folder is used but I think the reactor concept is not used in it am I right? and can you explain the reactor concept in model glue.
On Oct 22, 6:29 pm, Dan Wilson <[email protected]> wrote: > Hi Shariff, > > The Form and Url scopes are combined into an Event object. This event object > is available in your Model Glue application. You get get values out of it > like this. > > Event.getValue("Something") > > So if your URL was modelglue.com?foo=bar > > You'd get the foo parameter of the URL like so: > > Event.getValue("foo") > > If you are new to Model Glue, you might benefit from the Quickstart > (http://docs.model-glue.com/wiki/QuickStart). It goes in to some basics > which may help you before you get into the training materials. > > Specifically this page talks about Form > variables:http://docs.model-glue.com/wiki/QuickStart/4:HandlingaForm > > DW > > > > On Fri, Oct 22, 2010 at 8:35 AM, shariff <[email protected]> wrote: > > Hi, > > > Can you please let me know how the url and form variables will pass in > > model glue. Iam just new to it and learning the training kit which is > > available in > >http://docs.model-glue.com/wiki/Training#WelcometoModel-Glue3Training. > > > -- > > Model-Glue Sites: > > Home Page:http://www.model-glue.com > > Documentation:http://docs.model-glue.com > > Bug Tracker:http://bugs.model-glue.com > > Blog:http://www.model-glue.com/blog > > > You received this message because you are subscribed to the Google > > Groups "model-glue" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<model-glue%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/model-glue?hl=en > > -- > William Osler - "We are here to add what we can to life, not to get what we > can from life." -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
