Searching info

2003-09-18 Thread Peter Eichenauer
Hallo everybody,

I am about to implement a view of a huge list of names.  

two requirements:
- the user can browse the list by alphabetic index
- the user can adjust the number of names displayed on each page

I would be thankful for any links, snippets or design patterns to get started.

Thanks, Peter




_
Get your own *FREE* family web site
ParentShack - the easiest way to build a web site for your child
http://www.parentshack.com/go?2




























.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problem with logic:iterate and bean:write

2003-07-24 Thread Peter Eichenauer
Hello, I have a problem with using  inside .

The code I use:

 ...

...


The object with id="date" is of type java.util.Date. The documentation of  
says, "if property is not specified, the value of the bean itself will be rendered". 

But my JSP throws an Exception: Cannot find bean date in any scope.

Any suggestions?
Thanks, Peter



_
Get your own *FREE* family web site
ParentShack - the easiest way to build a web site for your child
http://www.parentshack.com/go?2




























.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: few questions from new struts user

2003-06-17 Thread Peter Eichenauer
Hallo Philipp,

I tried your Strutinizer, such a tool would be of enormous help. Unfortunately I 
canĀ“t process any HTML-files. I am using JDK1.4.1. 

Peter

---
Exception occurred during event dispatching:
java.lang.NoSuchMethodError
at net.mcilvenna.html.processor.Common.removeSpaces(Common.java:87)
at net.mcilvenna.html.processor.TextProcessor.processText(TextProcessor.
java:48)
at net.mcilvenna.html.processor.HtmlProcessor.visit(HtmlProcessor.java:8
0)
at net.mcilvenna.html.parser.HtmlDocument$Text.accept(HtmlDocument.java:
131)
at net.mcilvenna.html.parser.HtmlVisitor.visit(HtmlVisitor.java:42)
at net.mcilvenna.html.parser.HtmlVisitor.visit(HtmlVisitor.java:47)
at net.mcilvenna.html.parser.HtmlDocument.accept(HtmlDocument.java:38)
at net.mcilvenna.strutinizer.parser.Parser.process(Parser.java:91)
at net.mcilvenna.strutinizer.frame.StrutinizerMainFrame.processFile(Stru
tinizerMainFrame.java:339)
at net.mcilvenna.strutinizer.frame.StrutinizerMainFrame.jButton1MouseCli
cked(StrutinizerMainFrame.java:265)
at net.mcilvenna.strutinizer.frame.StrutinizerMainFrame.access$100(Strut
inizerMainFrame.java:25)
at net.mcilvenna.strutinizer.frame.StrutinizerMainFrame$2.mouseClicked(S
trutinizerMainFrame.java:98)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)


--- Philip McILvenna <[EMAIL PROTECTED]> wrote:
>Hi
>I wrote this one time to process dream weaver code to Struts/ JSP.
>
>It only really does the image tags and the message bean stuff.
>
>Not finished and not very well tested but if it does you any good use it.
>
>(Please forgive/ ignore the GUI I was playing with swing as well :) )
>
>http://www.mcilvenna.net/ Strutinizer link.
>
>Philip McILvenna
>Struts developer
>Vancouver, Canada.
>
>-Original Message-
>From: Adwait B [mailto:[EMAIL PROTECTED]
>Sent: June 17, 2003 6:06 AM
>To: Struts Users Mailing List
>Subject: few questions from new struts user
>
>Hi All,
>
>I've few things to ask that i couldnt find in archive..
>
>1.I'm in design phase of a project that is supposed to use struts.We will be
>recieving plain HTML forms(GUI) from our frontend designer and then we'll be
>converting that in struts jsp(jsp with struts tags)
>During demo we found this process of conversion to be painful.
>Is ther any tool/script availbale for converting plain pure html into struts
>jsp?
>
>2.What are the struts development tools?Can anybody recommend me some
>tool?(like camino,exadel struts studio,metanology.com MDE)has anybody done
>development using these tools..
>
>3.Now during development html(screen design) changes..waht are the ways we
>can make sure that jsp changes accordingly..
>
>Thanks.
>Adwait
>
>


_
Get your own *FREE* family web site
ParentShack - the easiest way to build a web site for your child
http://www.parentshack.com/go?2




























.

_
Select your own custom email address for FREE! Get [EMAIL PROTECTED], No Ads, 6MB, 
IMAP, POP, SMTP & more! http://www.everyone.net/selectmail?campaign=tag

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]