Re: New GoogleMaps Example - will convert KML to GPX

Russell Gold <[email protected]> Sun, 04 May 2008 21:05:27 -0400
Newsgroups gmane.comp.web.httpunit.devel
Message-ID <[email protected]>
On May 2, 2008, at 12:11 PM, Wolfgang Fahl wrote:

>
> One quirk I had to work around was the it's not possible to set  
> hidden input field/parameter values with the current state of 1.7.
> So
>      // request.setParameter("output", "kml");
> in the example didn't work because it throws a  
> MissingParameterValueException so I commented it out.
>
> I allowed for the following work around now:
>     FormParameter parameter = lookupForm.getParameter( "output"  );
>     FormControl outputControl=parameter.getControl();
>     outputControl.setAttribute( "value" , "kml" );
> The necessary changes in visibility are an unwanted side effect. I'd  
> rather like to add a function for this like  
> "overrideHiddenParameterValue" ...
>
> Any thoughts?

How would you do this from a browser?



>
> Yours
>   Wolfgang
>
> BITPlan - smart solutions
> Pater-Delp-Str. 1, D-47877 Willich Schiefbahn
> Tel. +49 1805 - BITPLAN / +49 1805 248 752, Fax +49 2154 811-481
> Web: http://www.bitplan.de
> bitplan GmbH, Willich - HRB 6820 Krefeld, VAT-ID: 10258040548,  
> Geschäftsführer: Wolfgang Fahl
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save  
> $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone_______________________________________________
> Httpunit-develop mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/httpunit-develop

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

_______________________________________________
Httpunit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/httpunit-develop