Re: My favorite tag is ......displaytag.sf.net

2003-10-11 Thread Vic Cekvenich
Do, you say examples (click uper right):
http://displaytag.sourceforge.net
It is awsome, simple, powerfull! Pagination, sorting, nesting...
You just declare them both on top.

Here is an example code of using a few tags at one:
http://cvs.sourceforge.net/viewcvs.py/basicportal/bPproj/bP/WEB-INF/pgs/forums/ArticleLst.jsp 

You can view here run time by clicking here:
http://basebeans.com/do/channelsPg
.V

Nic Werner wrote:
This tag looks great, but I haven't been able to find any documentation on
using this with JSTL!
Can someone help me out with this or point me somewhere? There appears to
be a lot of work and suggestions, but little on implementation
- Nic

Link11



I have use many tags, such as JSTL, etc.

I just want to say, this is my favoirete tag!!!

http://displaytag.sourceforge.net

.V



- To
unsubscribe, e-mail: [EMAIL PROTECTED] For
additional commands, e-mail: [EMAIL PROTECTED]
--
Victor Cekvenich,
Struts Instructor
(215) 312-9146
Advanced Struts Training
http://basebeans.com/do/cmsPg?content=TRAINING Server Side Java
training with Rich UI, mentoring, designs, samples and project recovery
in North East.
Simple best practice basic Portal, a Struts CMS, Membership, Forums,
Shopping and Credit processing, http://basicportal.com software, ready
to develop/customize; requires a db to run.


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


My favorite tag is ......displaytag.sf.net

2003-10-05 Thread Vic Cekvenich
I have use many tags, such as JSTL, etc.

I just want to say, this is my favoirete tag!!!

http://displaytag.sourceforge.net

.V



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


Re: Whitespace Galore!

2003-06-30 Thread Vic Cekvenich
I use Eclipse with SolarEclipse plug in.

(oh no, IDE wars again)

.V

Rick Ross wrote:

I was missing a $ in the true statment. Now redirect seems to work fine, as
long as the buffer doesn't flush.
On an unrelated note:-)What editor do you all use for JSP/JSTL code?

R

- Original Message -
From: Hassan Schroeder [EMAIL PROTECTED]
To: Tag Libraries Users List [EMAIL PROTECTED]
Sent: Monday, June 30, 2003 3:36 PM
Subject: Re: Whitespace Galore!
 

Rick Ross wrote:

   

This exact character sequence:
[EMAIL PROTECTED] language=java buffer=12kb autoFlush=false %%@ taglib
uri=http://java.sun.com/jstl/core; prefix=c %c:if test={true}
c:redirect url=http://google.com; //c:if
Will always fail on my system.  (notice I have no newlines.)  In this
 

case,
 

the _jsp.java file does not have a single out.write() statement, yet it
still fails.  It's not the c:redirect either, because %
response.sendRedirect() % fails there as well.
 

And finally, of course I have other problems!!  I'm writing to this
 

list,
 

aren't I?
 

Yeah, I think that's key :-)  This following snippet will redirect
if it's at the top, middle, wherever of a page on my system, which
is Tomcat 4.1.18, JDK 1.4.0, W2K.
%@ taglib uri=http://java.sun.com/jstl/core; prefix=c %
c:if test=${true}
c:redirect url=http://google.com//
/c:if
And I've never had any problems with redirects, as scriptlets or as
taglib output.
So I'd say there's something suspect in your installation. When you
say the redirect fails, is there anything logged?
--
Hassan Schroeder - [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
  dream.  code.



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

--
Vic Cekvenich,
Struts Instructor,
1-800-917-JAVA
Advanced a href =baseBeans.comStruts Training/a and project recovery in North 
East.
Open Source a href =baseBeans.comContent Management/a  basicPortal sofware
Best practicea href =baseBeans.comStruts Support/a v.1.1 helper ScafflodingXPress



fmt:setLocale value = 'hr' /

2003-06-07 Thread Vic Cekvenich
Bellow syntax does not localize, and there are questions in archives... 
but no working solutions.

Is there a solution sample that someone has localization working?

.V

%@ taglib uri=jstl/x   prefix=x %
%@ taglib uri=jstl/c   prefix=c %
%@ taglib uri=jstl/fmt  prefix=fmt %
%@ taglib uri=struts/html  prefix=html %
p
a href ='?lang=hr'Hrvatski/abr
a href ='?lang=en'English/abr
p
fmt:setBundle basename='properties.messages'/
c:if test=${param.lang == 'hr'}
   fmt:setLocale value = 'hr'  /
/c:if 
c:if  test=${param.lang == 'en'}
   fmt:setLocale value = 'en-US'  /
/c:if


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


Ann: Struts + JSTL training

2003-02-23 Thread Vic Cekvenich
One link is here for more info:
http://www.postgresql.org/event.php?EventID=122
.V



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


Re: Send an email from a form with a taglib?

2003-02-23 Thread Vic Cekvenich
Good practice is to save the mail info to a db in the web server.

Then have another a sync process read all the e-mail and send, without 
tying up the web server.
.V

Hanasaki JiJi wrote:
Any way to use the mailer / jstl taglibs to send an email with the 
contents of a form using these taglibs?  Any other suggestions for this 
functionality?

Thanks

http://jakarta.apache.org/taglibs/doc/mailer-doc/intro.html
http://www.manning.com/bayern/appendixA.pdf


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