Re: String representation of a form
- From: hotfigs@xxxxxxxxx
- Date: 29 Oct 2006 14:01:25 -0800
DJ Stunks wrote:
hotfigs@xxxxxxxxx wrote:
Hi,
Is there a way of outputting and instance of HTML::Form back to a
string of HTML? The only way I can see now is to write my own methods
to traverse the necessary objects... it would be great if there is
another way!
it would appear that you use the make_request() method of HTML::Form to
return an HTTP::Request object. HTTP::Request has the uri() method to
return the URI string.
I think you can use these two methods to get what you want.
HTH,
-jp
Sorry, I don't think I was very clear :P I'm looking to rebuild the
html eg:
<form action="/"...>
<input ...>
<input type="submit"....>
</form>
.
- References:
- String representation of a form
- From: hotfigs
- Re: String representation of a form
- From: DJ Stunks
- String representation of a form
- Prev by Date: problems with razor2 plugin in spamassassin
- Next by Date: Need help w/ reqexp, capture and substitue
- Previous by thread: Re: String representation of a form
- Next by thread: problems with razor2 plugin in spamassassin
- Index(es):
Relevant Pages
|