More information of the mixed placed <form> tags.
At the LineFormatter>>combine:with: method, it extract
the first partion of context from the formattedText up
to the 1st LF. My observation is that the
combine:with: method should just combine them all
together in the order sent to it.

Anyone know this method can shine me some inside:

   why it split the formattedText into portions by LF?

Thanks,
Alex

--- tak Kang <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> The contents of page will be in out-of-order if you
> contain <form> ... </form> statements and the action
> "newLink" has more than one line of statement.
> 
> Currently, the refs swiki's "newLink" action has
> only
> one line:
> <form action="<?toNew?>"><input type="hidden"
> name="name"
>
value="<?newSendName?>"><b><?newShowName?>:</b>&nbsp;<input
> type="submit" value="create"></form>
> 
> if you insert <cr> among the page, your page will be
> formated wrong with nested forms:
> 
> <form action="/docs/13.new">
> ....
> <form name=myform>
> ..
> </form>
> ...
> </form>
> 
> Question: How can you fix it?
> The parser process page contents is Swiki or
> Comanche?
> 
> Thanks,
> Alex
> 
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web site
> hosting, just $8.95/month.
> http://geocities.yahoo.com/ps/info1


__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

Reply via email to