Re: Save a form's markup

2010-02-02 Thread Steve Swinsburg
, > Branden Tanga > Programmer / EHR Systems Engineer > > > On Tue, Feb 2, 2010 at 5:57 AM, Igor Vaynberg wrote: > >> why? >> >> -igor >> >> On Mon, Feb 1, 2010 at 3:41 AM, Branden Tanga >> wrote: >>> Hello, >>> >>

Re: Save a form's markup

2010-02-02 Thread Branden Tanga
my regular desktop I'll work on your suggestions. Thanks! Thanks, Branden Tanga Programmer / EHR Systems Engineer On Tue, Feb 2, 2010 at 5:57 AM, Igor Vaynberg wrote: > why? > > -igor > > On Mon, Feb 1, 2010 at 3:41 AM, Branden Tanga > wrote: > > Hello, > >

Re: Save a form's markup

2010-02-02 Thread Martin Makundi
wrote: >> Hello, >> >> I would like to save a form's markup as a string when the form's submit >> button is pressed. The part that I am having difficulty with is >> understanding how to use wicket to grab a form's rendered markup. I have a >> fe

Re: Save a form's markup

2010-02-02 Thread Igor Vaynberg
why? -igor On Mon, Feb 1, 2010 at 3:41 AM, Branden Tanga wrote: > Hello, > > I would like to save a form's markup as a string when the form's submit > button is pressed. The part that I am having difficulty with is > understanding how to use wicket to grab a form&#x

Re: Save a form's markup

2010-02-02 Thread Wilhelmsen Tor Iver
> I would like to save a form's markup as a string when the form's submit > button is pressed. The part that I am having difficulty with is > understanding how to use wicket to grab a form's rendered markup. I > have a > feeling it must be pretty simple, but

Re: Save a form's markup

2010-02-02 Thread Pedro Santos
ing-renderpanelstring > > > > < > > > http://cwiki.apache.org/WICKET/rendering-panel-to-a-string.html#RenderingPaneltoaString-renderpanelstring > > >-- > > I just included all the other resources incase they help with what you > are > > trying

Re: Save a form's markup

2010-02-02 Thread Branden Tanga
wasn't clear on the use-case. > > Have fun > > On Mon, Feb 1, 2010 at 4:41 AM, Branden Tanga >wrote: > > > Hello, > > > > I would like to save a form's markup as a string when the form's submit > > button is pressed. The part that I am having difficul

Re: Save a form's markup

2010-02-01 Thread Riyad Kalla
ith what you are trying to do, wasn't clear on the use-case. Have fun On Mon, Feb 1, 2010 at 4:41 AM, Branden Tanga wrote: > Hello, > > I would like to save a form's markup as a string when the form's submit > button is pressed. The part that I am having difficulty wi

Save a form's markup

2010-02-01 Thread Branden Tanga
Hello, I would like to save a form's markup as a string when the form's submit button is pressed. The part that I am having difficulty with is understanding how to use wicket to grab a form's rendered markup. I have a feeling it must be pretty simple, but I'm gettin