That's you're problem. SHtml.text needs to set name to its own autogenerated
value.
If you need a custom name then you have to handle processing it manually.
Use S.param in e.g. the SHtml.submit callback to read the query params. For
example, S.param("text1") returns a Box that is Full if the URL or POST
contains a text1 query parameter.On Tue, Jan 12, 2010 at 11:41 PM, Madhav <[email protected]>wrote: > hi > Actually i was using name for text1 and text2 and id for result > because the plugin page (http://www.pengoworks.com/workshop/jquery/ > calculation/calculation.plugin.htm) says to use this name syntax.I > tried with using only id also but no use . But yes the size attribute > works. > I was initially doubting whether js files are accessible by lift or > not but they are also accessible as the lift console shows me " > Service request (GET) /scripts/jquery.calculation.min.js took 1 > Milliseconds" is there any possibility yet that files are not > accessible. > > > > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > >--
You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
