Micha Bayer wrote:
> Hi,
> 
> I am in the process of making a custom JSP page for collecting inputs
> for the tab2mage importer. I am following the recipe at 
> 
> http://base.thep.lu.se/chrome/site/latest/html/developerdoc/plugin_devel
> oper/plugin_developer.api.html#plugin_developer.api.jspparameters
> 
> Everything works fine as long as I stick to the example provided here --
> I can see the page, my inputs get picked up, and I can pass them to the
> plugin no probs. 
> 
> I obviously want other types of input on the page - file choosers,
> select buttons, radio buttons, etc. It appears that as soon as I add
> another type, it breaks the submission of the page -- it just reloads,
> and the params are not passed to the plugin. I am also not getting any
> error messages at all then -- not in the tomcat logs, not in the JSP
> page/browser, not from the code (although I have even tried to catch
> Throwables in there. 
> 
> Is this intentional? Are all the inputs required to be of the text type
> only? Or am I just being dense?

It should not be restricted to text inputs. There is really no 
difference between different input types on the receiving JSP since all 
parameters are just posted as name/value pairs of strings.

I can't comment on the strange behaviour of not submitting the 
parameters to the plug-in since you don't show me any code. Have you 
tries adding debug output to try to track the execution path?

/Nicklas

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
basedb-devel mailing list
basedb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to